Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Using Cont to acquire values from the future and the past

What do you call the data wrapped inside a monad?

Delimiting the IO monad

haskell io monads

How do I combine monads in Haskell?

Unlike a Functor, a Monad can change shape?

haskell 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