zoom-refs: Zoom (~ Functor) and pairing (~ Applicative) for mutable references.

[ bsd3, control, library ] [ Propose Tags ]

Zoom (a'la lens zoom for State) for TVars, IORefs, and STRefs. TVars and STRef additionaly can be paired to form composite references. Multi-refs that use Traversals instead of Lenses are also available.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.0.0, 0.0.0.1
Dependencies base (>=4.8 && <4.9), lens, stm [details]
License BSD-3-Clause
Author Marcin Mrotek
Maintainer marcin.jan.mrotek@gmail.com
Category Control
Bug tracker http://github.com/marcinmrotek/zoom-refs/issues
Source repo head: git clone http://github.com/marcinmrotek/zoom-refs.git
Uploaded by mjmrotek at 2015-07-05T21:42:21Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1661 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2015-07-05 [all 1 reports]

Readme for zoom-refs-0.0.0.0

[back to package description]

zoom-refs

Zoom functionality for all kinds of mutable references.