Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Print list elements in new lines

Why is there no IO monad transformer in Haskell [duplicate]

using monads to do failable transformations in bulk?

Sharing information computed by monad actions

Scoping for temporary type variables

haskell monads

How to make nested flatMap and map more comprehensible

How to use a Monad Transformer when Disjunction is the outermost container?

Logging in functional programming with Java

Concurrent data access as in Haxl and Stitch

Implementing Event Streams in Haskell using MVars

How is callCC implemented in strict functional languages?

Why can't there be an instance of MonadFix for the continuation monad?

Why isn't Kleisli an instance of Monoid?

haskell monads monoids kleisli

Folding, function composition, monads, and laziness, oh my?

Are free monads also zippily applicative?

Why is ListT monad transformer considered buggy - what monad laws it breaks?

Haskell: What monad did I just reinvent?