Copyright | (C) 2011-2015 Edward Kmett |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Edward Kmett <ekmett@gmail.com> |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell98 |
Data.Functor.Semimonad.Trans
Description
Synopsis
- class MonadTrans t => SemimonadTrans t where
Documentation
class MonadTrans t => SemimonadTrans t where Source #
A subset of monad transformers can transform any Semimonad
as well.
Minimal complete definition
Instances
Monoid w => SemimonadTrans (WriterT w) Source # | |
Monoid w => SemimonadTrans (WriterT w) Source # | |
SemimonadTrans (StateT s) Source # | |
SemimonadTrans (StateT s) Source # | |
SemimonadTrans (IdentityT :: (* -> *) -> * -> *) Source # | |
SemimonadTrans (ReaderT e :: (* -> *) -> * -> *) Source # | |
SemimonadTrans (ContT r) Source # | |
Monoid w => SemimonadTrans (RWST r w s) Source # | |
Monoid w => SemimonadTrans (RWST r w s) Source # | |