Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Control.Monad.Trans.MSF.List
Documentation
newtype ListT (m :: Type -> Type) a #
Parameterizable list monad, with an inner monad.
Note: this does not yield a monad unless the argument monad is commutative.
dunai-0.6.0: Generalised reactive framework supporting classic, arrowized and monadic FRP.
Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Control.Monad.Trans.MSF.List
newtype ListT (m :: Type -> Type) a #
Parameterizable list monad, with an inner monad.
Note: this does not yield a monad unless the argument monad is commutative.