monad-gen: A simple monad for generating fresh integers
It's a common in Haskell programs to thread some state
through the application using State
or some other similar pattern.
This package simply wraps State
and uses it to generate fresh values,
any Enum
value will work.
Downloads
- monad-gen-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.3.0.0, 0.3.0.1 |
---|---|
Dependencies | base (>=4.6 && <5.0), mtl (>=2 && <3), transformers (>0.3) [details] |
License | MIT |
Author | Danny Gratzer |
Maintainer | danny.gratzer@gmail.com |
Category | Utility |
Uploaded | by jozefg at 2014-06-17T15:34:24Z |
Distributions | Arch:0.3.0.1 |
Reverse Dependencies | 4 direct, 1 indirect [details] |
Downloads | 5979 total (2 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |