Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

How to convert this map/flatMap into a for comprehension in Scala?

How does ap fromMaybe compose?

haskell monads

More fun with applicative functors

haskell monads applicative

Translate from monad to applicative

haskell monads applicative

Haskell syntax for a case expression in a do block

haskell syntax monads

Scala IO monad: what's the point?

Can someone explain to me why the app function of ArrowApply makes them as powerful as monads?

Must mplus always be associative? Haskell wiki vs. Oleg Kiselyov

haskell monads monadplus

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?