Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monad-transformers

Working with the `MonadBaseControl` API

stacking StateT in scalaz

In a monad transformer, why is the known monad the inner one?

How to avoid stair-stepping with Monad Transformers in scala?

Underlying Parsec Monad

Manipulating the monad stack

How to inject the result of an IO action into a non-IO monadic computation

Is there a library or typeclass for getting the transformer version of a monad?

Why can't I stack two readers ontop of eachother?

Examples of Haskell Applicative Transformers

Defer actions in Haskell

Use StateT within Web.Scotty

What is the purpose of the IdentityT transformer?

The Maybe result from Map.lookup is not type checking with my Monad Transformer stack

A Stricter Control.Monad.Trans.Writer.Strict

Non type-variable argument in the constraint: MonadError Failure m

exceptions and monad transformers

Is there a better way to implement a multi-channel Writer monad in Haskell?

Combine two monads when neither has a transformer?

Why is my code using monadic lists from the List package so slow?