The transformers package
Haskell 98 part of a monad transformer library, 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 part contains the monad transformer class, the concrete monad transformers, operations and liftings. It can be used on its own in Haskell 98 code, or with the monad classes in the packages monads-fd or monads-tf.
Properties
| Versions | 0.0.0.0, 0.0.1.0, 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.3.0, 0.1.4.0, 0.2.0.0, 0.2.1.0, 0.2.2.0 |
|---|---|
| Dependencies | base (≥1.0 & <2), special-functors (1.0.*) or base (≥2) |
| License | BSD3 |
| Author | Andy Gill |
| Maintainer | Ross Paterson <ross@soi.city.ac.uk> |
| Category | Control |
| Upload date | Wed Jan 14 13:28:15 UTC 2009 |
| Uploaded by | RossPaterson |
| Built on | ghc-6.10, ghc-6.12 |
| Distributions | Fedora: 0.2.2.0, NixOS: 0.2.2.0, Debian: 0.2.2.0, FreeBSD: 0.2.2.0 |
Modules
Downloads
- transformers-0.1.1.0.tar.gz (Cabal source package)
- package description (included in the package)