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