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 |
- class MonadTrans t => BindTrans t where
Documentation
class MonadTrans t => BindTrans t where #
A subset of monad transformers can transform any Bind
as well.