Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monad-transformers

MonadBaseControl IO ... StateT Implementation

Which Monad Transformer to use?

Monad vs Monad transformers

MonadRandom, State and monad transformers

How to wrap monadic action in IO

awkward monad transformer stack

Using the reader monad in snap (or, monad transformers in snap)

Constructing minimal Haskell example on error-handling in the State Monad

Inserting ErrorT at the base of transformer stack

How should I combine St monad and State monad (or equivalent)?

Flatten monad stack

Haskell -- Chaining two states using StateT monad transformers

Using "bind" with an async function

f# monad-transformers

Haskell - How to construct a program which will read some setting files?

How to nondeterministically put a value in a state?

Skip the remaining actions in a monad - like return

Why runXXX is not part of MonadTrans definition?

Working with Maybe a, IO a, and MaybeT IO a

Missing Functor and Monad instances when using scala.concurrent.Future with EitherT

How to flatten IO (IO ())?