@hackage mmtl0.1

Modular Monad transformer library

  • Categories

    • License

      BSD-3-Clause

    • Maintainer

      mjj@cs.nott.ac.uk

    • Versions

      • 0.1 Tue, 30 Sep 2008

    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.