Search code examples
Why isn't IO an instantiation of State?...

haskelliostatemonadsmonad-transformers

Read More
Scala 3. Adapting Continuation monad example from Haskell to Scala...

scalahaskelltypesmonadscontinuations

Read More
Scala 3. Defining extension for class + all subclasses...

scalatypesmonadsscala-3subtyping

Read More
What is the idiomatic functional way to apply a list of functions returning an optional successively...

functional-programmingmonads

Read More
Debugging and understanding "tying the knot" in a monadic context...

haskellrecursionmonadstying-the-knot

Read More
Why there is no something like IMonad<T> in upcoming .NET 4.0...

c#.netmonads

Read More
Is there any significant difference between StateT over Reader and ReaderT over State?...

performancehaskellmonadsstate-monadreader-monad

Read More
How to refactor code handling IO (Maybe a) to use monad transformer?...

haskellmonadsmonad-transformers

Read More
How do I apply a series of monadic actions to the same argument in Haskell?...

haskellmonads

Read More
Monad Transformer missing parameter (?)...

haskellmonadsmonad-transformers

Read More
How to test Monad instance for custom StateT?...

haskellmonadsmonad-transformersquickcheckstate-monad

Read More
Can one simplify the Codensity monad on Maybe?...

haskellmonadsdependent-typecontinuationscategory-theory

Read More
Explain the implementation of Scala's immutable List map method...

scalacollectionsfunctional-programmingmonads

Read More
Monad join function...

haskellmonads

Read More
Parsing left associative in Haskell for only some operations...

parsinghaskellfunctional-programmingmonads

Read More
How to solve Alphametics puzzle using the State Monad and mutable Vector?...

haskellrecursionmonadsbacktrackingstate-monad

Read More
How do you lift a binary function to monad transformers?...

haskellmonadsmonad-transformers

Read More
Refactor impure recursion with state monad?...

haskellrecursionmonadsmonad-transformersstate-monad

Read More
Constructing an infinite, lazy Monad value recursively...

haskellrecursionmonadslazy-evaluationrecursive-datastructures

Read More
Implementing MonadError through ExceptT...

haskellmonadsmonad-transformers

Read More
Difference between Monad and Applicative in Haskell...

haskellmonadsapplicative

Read More
Using chainl1 correctly with infix in Haskell...

parsinghaskelltypesfunctional-programmingmonads

Read More
Left recursive arithmetic when creating parser with Haskell...

parsinghaskellrecursionfunctional-programmingmonads

Read More
Rails pass more than one parameter into dry-monads...

ruby-on-railsrubymonads

Read More
Monadic way to get first Right to result from getting an Either from items of a list?...

scalamonadsfor-comprehension

Read More
look in readP Haskell Parser why doesn't it return a value...

parsinghaskellfunctional-programmingmonads

Read More
Haskell: What is a parser in a monadic parser?...

haskellmonads

Read More
Is the monad transformer of a monad unique in Haskell?...

haskellmonadsmonad-transformers

Read More
Any way to append two monadic lists in Haskell?...

stringlisthaskelliomonads

Read More
Creating list comprehension from scratch in haskell using monads...

haskellfunctional-programminglist-comprehensionmonads

Read More
BackNext