transformers: Concrete functor and monad transformers
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) and IO monad class (in Control.Monad.IO.Class)
concrete functor and monad transformers, each with associated operations and functions to lift operations associated with other transformers.
The package can be used on its own in portable Haskell code, in
which case operations need to be manually lifted through transformer
stacks (see Control.Monad.Trans.Class for some examples).
Alternatively, it can be used with the non-portable monad classes in
the mtl
or monads-tf
packages, which automatically lift operations
introduced by monad transformers through other transformers.
Versions [faq] | 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, 0.2.2.1, 0.3.0.0, 0.4.0.0, 0.4.1.0, 0.4.2.0, 0.4.3.0, 0.5.0.0, 0.5.0.1, 0.5.0.2, 0.5.1.0, 0.5.2.0, 0.5.3.0, 0.5.3.1, 0.5.4.0, 0.5.5.0, 0.5.6.0, 0.5.6.1, 0.5.6.2 (info) |
---|---|
Change log | changelog |
Dependencies | base (>=1.0 && <4.8), special-functors (==1.0.*) [details] |
License | BSD-3-Clause |
Author | Andy Gill, Ross Paterson |
Maintainer | Ross Paterson <ross@soi.city.ac.uk> |
Revised | Revision 1 made by HerbertValerioRiedel at Thu Dec 4 14:05:57 UTC 2014 |
Category | Control |
Source repo | head: darcs get http://code.haskell.org/~ross/transformers |
Uploaded | by RossPaterson at Tue May 6 23:52:16 UTC 2014 |
Distributions | Arch:0.5.5.0, Debian:0.3.0.0, LTSHaskell:0.5.5.0, NixOS:0.5.6.2, Stackage:0.5.5.0 |
Downloads | 307513 total (815 in the last 30 days) |
Rating | 2.5 (votes: 6) [estimated by rule of succession] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |
Modules
[Index]
- Control
- Applicative
- Monad
- IO
- Control.Monad.Signatures
- Trans
- Data
Flags
Name | Description | Default | Type |
---|---|---|---|
applicativeinbase | Use the current base package, including Applicative and other Functor classes. | Enabled | Automatic |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- transformers-0.4.1.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.