monad-gen: A simple monad for generating fresh integers
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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.
Properties
Versions | 0.1.0.0, 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 |
---|---|
Change log | None available |
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:00Z |
Modules
[Index]
- Control
- Monad
Downloads
- monad-gen-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees