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.
Versions [faq] | 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.*), either (==4.3.*), lens (==4.2.*), mtl (==2.2.*), template-haskell (>=2.8 && <3), transformers (==0.4.*) [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 | LTSHaskell:0.3.3.1, NixOS:0.3.3.1, Stackage:0.3.3.1 |
Downloads | 9202 total (25 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] |
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'.