Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Desugaring do-notation for Monads

haskell monads do-notation

Is this property of a functor stronger than a monad?

continuation passing style vs monads

What is MonadBaseControl for?

haskell monads

What monads can be expressed as Free over some functor?

What is the difference between different orderings of the same monad transformers?

In Clojure, when should we use a monad instead of a macro and vice-versa?

macros clojure monads

Where is the data constructor for 'State'?

haskell monads

monoid vs monad in Scala

Why isn't Validation a Monad?

scala monads scalaz scalaz7

Under what circumstances are monadic computations tail-recursive?

Is it possible to implement liftM2 in Scala?

Monad instance for binary tree

haskell tree monads

Why does Scala not have a return/unit function defined for each monad (in contrast to Haskell)?

scala haskell monads

What is so special about Monads?

Monad transformers libraries - which one to use? [closed]

Is 'Chaining operations' the "only" thing that the Monad class solves?

Is there a standard option workflow in F#?

f# workflow option monads maybe

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

c# .net monads

F#: Is there a way to extend the monad keyword list?