Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Haskell monad: etymology versus meaning? [closed]

haskell terminology monads

Haskell Quine: "ap" Monad

haskell monads quine

Haskell: exception handling in non-IO monads

Monad vs Applicative in the case of Reader resp. ((->) a)

haskell monads

Free monad and the free operation

Haskell ReaderT Env IO boilerplate

Different, interacting levels of state in haskell

Changing the written data in a Writer monad

haskell monads

Maybe monad inside stack of transformers

haskell monads

Generalizing "sequence" for all functors?

haskell monads functor

Idiomatic alternative to `if (x) Some(y) else None`

How to construct a no-op IO() expression in Haskell?

haskell monads io-monad

Swap inner and outer monads

How to exit main in haskell given a condition

What are the benefits of Reader monad?

Using parallel strategies with monads

Monadic type confusion

haskell types monads parsec

What's wrong with my (attempted) implementation of iterateM?

haskell monads

Example of large Monad stack

Why isn't lift's return value constrained to be a monad?