Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
class MonadTrans t => MonadTransControl t where Source #
Instances
MonadTransControl MaybeT Source # | |
Monoid w => MonadTransControl (WriterT w) Source # | |
Monoid c => MonadTransControl (AccumT c) Source # | |
Monoid w => MonadTransControl (WriterT w) Source # | |
MonadTransControl (StateT s) Source # | |
MonadTransControl (StateT s) Source # | |
MonadTransControl (IdentityT :: (* -> *) -> * -> *) Source # | |
MonadTransControl (ExceptT e) Source # | |
MonadTransControl (ReaderT r :: (* -> *) -> * -> *) Source # | |