Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monad-transformers

How to put mutable Vector into State Monad

How to chain Future[\/[A,B]] in scala?

How to implement the `List` monad transformer in Scala?

Anatomy of a monad transformer

Writer implemented with Operational Monad does not work lazily

How to use Scalaz 7's EitherT with liftM

Why don't you need to use 'lift' when interacting with a nested StateT monadT in this case?

Is there a standard name (and library implementation) for a Monad that hides computation behind a constructor?

Is access to the internal structure of a monad required for a monad transformer?

Tips for more elegant code with monads?

Mixing Monads in Haskell

how can I implement this monad transformer with a continuation?

When generalizing monad, performance drops nearly 50%

Tidying up Monads - turning application of a monad transformer into newtype monad

Monad transformers monad duplication

Applicative transformer classes

How to fork inside monad transformer

combining maybe and seq monads: confused at the output

Stacking ResourceT monad transformer