references: Generalization of lenses, folds and traversals for haskell
Similar to lenses, references provide access to part of a structure or a different view on the structure. References are considered to be a generalization of those, but the come with a different representation. The main purpose of references is to have accessors that can cooperate with monads, especially IO.
Modules
[Index]
Downloads
- references-0.1.0.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'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.2.1.2, 0.3.0.0, 0.3.0.1, 0.3.1.0, 0.3.1.1, 0.3.2.0, 0.3.2.1, 0.3.2.2, 0.3.3.0, 0.3.3.1 |
---|---|
Dependencies | base (>=4.6 && <5), containers (>=0.5 && <0.6), either (>=4.3 && <4.4), lens (>=4.2 && <4.3), mtl (>=2.2 && <2.3), template-haskell (>=2.8 && <3), transformers (>=0.4 && <0.5) [details] |
License | BSD-3-Clause |
Author | Boldizsar Nemeth |
Maintainer | nboldi@elte.hu |
Revised | Revision 3 made by lazac at 2014-07-23T11:52:30Z |
Category | Control |
Home page | https://github.com/lazac/references |
Uploaded | by lazac at 2014-07-23T09:35:50Z |
Distributions | |
Reverse Dependencies | 15 direct, 0 indirect [details] |
Downloads | 10704 total (1 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |