| 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 | Haskell2010 | 
Data.Functor.Bind.Trans
Description
Synopsis
- class MonadTrans t => BindTrans t where
Documentation
class MonadTrans t => BindTrans t where Source #
A subset of monad transformers can transform any Bind as well.
Instances
| BindTrans (IdentityT :: (Type -> Type) -> Type -> Type) Source # | |
| BindTrans (ReaderT e) Source # | |
| BindTrans (StateT s) Source # | |
| BindTrans (StateT s) Source # | |
| Monoid w => BindTrans (WriterT w) Source # | Since: 5.3.6 | 
| Monoid w => BindTrans (WriterT w) Source # | |
| Monoid w => BindTrans (WriterT w) Source # | |
| BindTrans (ContT r) Source # | |
| Monoid w => BindTrans (RWST r w s) Source # | Since: 5.3.6 | 
| Monoid w => BindTrans (RWST r w s) Source # | |
| Monoid w => BindTrans (RWST r w s) Source # | |