Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

How and why does the Haskell Cont monad work?

What is the point of the class Option[T]?

Concrete example showing that monads are not closed under composition (with proof)?

Confused with the for-comprehension to flatMap/Map transformation

Difference between State, ST, IORef, and MVar

mtl, transformers, monads-fd, monadLib, and the paradox of choice

How to play with Control.Monad.Writer in haskell?

haskell monads

What is indexed monad?

haskell monads

Why do we have map, fmap and liftM?

Functional design patterns [closed]

Pattern to avoid nested try catch blocks?

Applicatives compose, monads don't

What is the purpose of the reader monad?

haskell monads reader-monad

Why are side-effects modeled as monads in Haskell?

In C#, What is a monad?

c# c#-3.0 lambda monads

Good examples of Not a Functor/Functor/Applicative/Monad?

Why do we need monads?

haskell monads

What are free monads?

Scalaz iteratees: "Lifting" `EnumeratorT` to match `IterateeT` for a "bigger" monad

Large-scale design in Haskell? [closed]