writer-cps-transformers: WriteT and RWST monad transformers
The WriterT and RWST monad transformers provided by writer-cps-transformers are written in continuation passing style and avoid the space-leak problem of the traditional Control.Monad.Trans.Writer.Strict and Control.Monad.Trans.Writer.Lazy. The corresponding MTL class instances are in the package writer-cps-mtl (http://hackage.haskell.org/package/writer-cps-mtl).
Modules
[Index]
Downloads
- writer-cps-transformers-0.1.1.3.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'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.3, 0.1.1.4, 0.5.5.0, 0.5.6.0, 0.5.6.1 |
---|---|
Dependencies | base (<4.13), transformers (>=0.4 && <0.6) [details] |
Tested with | ghc ==7.0.4, ghc ==7.2.2, ghc ==7.4.2, ghc ==7.6.3, ghc ==7.8.4, ghc ==7.10.3, ghc ==8.0.1 |
License | BSD-3-Clause |
Copyright | 2016 Daniel Mendler |
Author | Andy Gill, Ross Paterson, Daniel Mendler |
Maintainer | mail@daniel-mendler.de |
Revised | Revision 1 made by HerbertValerioRiedel at 2019-09-02T21:35:49Z |
Category | Control |
Home page | https://github.com/minad/writer-cps-transformers#readme |
Bug tracker | https://github.com/minad/writer-cps-transformers/issues |
Source repo | head: git clone https://github.com/minad/writer-cps-transformers |
Uploaded | by minad at 2017-04-28T15:59:47Z |
Distributions | LTSHaskell:0.5.6.1, NixOS:0.5.6.1, Stackage:0.5.6.1 |
Reverse Dependencies | 9 direct, 16 indirect [details] |
Downloads | 12249 total (53 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2017-04-28 [all 1 reports] |