Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monad-transformers

MonadReader without functional dependency

How to compose functions operating with ReaderT and Either?

Generate parser that runs a received parser on the output of another parser and monadically joins the results

How to restrict backtracking in a monad transformer parser combinator

Extending the ServerPartT Monad with a Reader

Any difference between `Reader a (b -> c)` and `b -> Reader a c`?

Composing monad transformer stacks

Problem with given instances writing MTL style code with Scala cats

How to create a MonadRandom (StateT PureMT m0)? (Haskell)

Monad Transformers in Scala

Can't make a derived instance of MonadTrans for newtype

Combining List, Future and Option in for-comprehension - scalaz

Permutation parsing with `ParsecT`?

throwE and catchE with ExceptT monad on the bottom of monadic stack

Program architecture using the monad reader in Scala

What happened to Haskell's EitherT?

Lift a function with a monad parameter into a monad transformer