mmtl-0.1: Modular Monad transformer library

The mmtl package

A modular monad transformer library, (almost) a drop-in replacement for the monad transformer library (mtl). It provides a uniform lifting of operations through any monad transformer. Known differences with mtl: - It provides a uniform lifting of operations for any monad transformer. - It does not provide a RWS monad (but you can build it yourself ;) - The class MonadTrans requires a new member function tmap. - The lifting of callCC through StateT coincides with the lifting in MonadLib, but not with the lifting in mtl.

Properties

Version0.1
Dependenciesbase
LicenseBSD3
AuthorMauro Jaskelioff
Maintainermjj@cs.nott.ac.uk
CategoryControl
Upload dateTue Sep 30 13:34:30 UTC 2008
Uploaded byMauroJaskelioff
Built onghc-6.10, ghc-6.12, ghc-6.8
Build failureghc-7.0 (log), ghc-7.2 (log)

Modules

Downloads