lensref: References which can be joined and on which lenses can be applied
The lensref package provides and interface an two implementation for references which can be joined and on which lenses can be applied.
The pure implementation is slow and has memory leaks but probably easier to follow. This is the reference implementation, so if the the other implementation differs this has the right behaviour.
The fast implementation is intended for real usage.
Status:
The interface is getting stable. You can expect more functionality and minor changes on current functionality.
There are test cases for the first half of the interface. Both implementations fulfil the test cases.
The pure implementation is ready.
The fast implementation is much faster than the pure implementation, but it is far from being as fast as possible. Probably it also leaks memory.
To see what is possible to do with lens references, look at the test cases in Data.LensRef.Test
For more information visit the following links:
Modules
[Index]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
pure | Use the pure but slow implementation | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- lensref-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.2 |
---|---|
Dependencies | base (<5), containers (>=0.5 && <0.6), lens (>=4.1 && <4.2), monad-control (>=0.3 && <0.4), mtl (>=2 && <2.3), operational (>=0.2 && <0.3), transformers (>=0.3 && <0.5) [details] |
License | BSD-3-Clause |
Author | Péter Diviánszky |
Maintainer | divipp@gmail.com |
Category | Control, Data |
Home page | http://www.haskell.org/haskellwiki/LGtk |
Bug tracker | https://github.com/divipp/lensref/issues |
Source repo | head: git clone https://github.com/divipp/lensref.git |
Uploaded | by PeterDivianszky at 2014-05-14T17:30:12Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 5111 total (2 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-06-03 [all 2 reports] |