The monadbi package
This module provides a Class called MonadBi which acts as a superset of MonadTrans, and provides raise analogous to lift, i.e. lifts underlying monads into the transformer. It also provides lower which is the opposite of lift, and extracts underlying monads from monad transformers. Generally speaking, MonadBi represents the relationship between monads that can be transformed into each other (atleast partially). Natural instances are provided for many Monad Transformers.
Properties
| Version | 0.1 |
|---|---|
| Dependencies | base (≥3 & <5), mtl |
| License | GPL |
| Author | Anupam Jain |
| Maintainer | ajnsit@gmail.com |
| Stability | Experimental |
| Category | Control |
| Home page | https://github.com/ajnsit/monadbi |
| Source repository | git clone http://github.com/ajnsit/monadbi |
| Upload date | Thu Sep 22 05:31:52 UTC 2011 |
| Uploaded by | AnupamJain |
| Built on | ghc-7.2 |
Modules
- Control
- Monad
Downloads
- monadbi-0.1.tar.gz (Cabal source package)
- package description (included in the package)