@hackage transformers0.3.0.0
Concrete functor and monad transformers
Categories
License
BSD-3-Clause
Maintainer
Ross Paterson <ross@soi.city.ac.uk>
Links
Versions
Installation
Dependencies (2)
- base >=1.0 && <2
- special-functors >=1.0 && <1.1 Show all…
Dependents (4343)
@hackage/arbor-datadog, @hackage/wild-bind-indicator, @hackage/rhine-bayes, @hackage/pms-domain-service, @hackage/perm, @hackage/request-monad, Show all…
Package Flags
applicativeinbase
(on by default)
Use the current base package, including Applicative and other Functor classes.
A portable library of functor and monad transformers, inspired by the paper "Functional Programming with Overloading and Higher-Order Polymorphism", by Mark P Jones, in Advanced School of Functional Programming, 1995 (http://web.cecs.pdx.edu/~mpj/pubs/springschool.html).
This package contains:
the monad transformer class (in
Control.Monad.Trans.Class)concrete functor and monad transformers, each with associated operations and functions to lift operations associated with other transformers.
It can be used on its own in portable Haskell code, or with the monad
classes in the mtl or monads-tf packages, which automatically
lift operations introduced by monad transformers through other
transformers.