Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
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.
Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
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.