Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

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

K / Kestrel Combinator for monads?

Why is a monad prototype required for Douglas Crockford's monad demo code?

javascript prototype monads

Why does this console log twice?

MonadTransControl instance for a custom monad

How does the Delay exactly works in continuation monad to prevent stackoverflow?

How do I map and concatenate FilePaths?

haskell monads io-monad

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

Interpreter auto-selection via Free Monad and Coproduct

scala haskell monads

Comonad example in Scala

scala monads scalaz comonad

Scala equivalent of Haskell's do-notation (yet again)

scala haskell monads

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?

How can the continuation monad be expressed using the free monad?