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]

Flags

Manual Flags

NameDescriptionDefault
devel

"Development mode (-Werror)"

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

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 && <5), lens (>=4.7 && <4.15), stm (>=2.4 && <2.5) [details]
License BSD-3-Clause
Copyright (c) Marcin Mrotek, 2015
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 2016-05-23T13:37:32Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1661 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-05-23 [all 1 reports]

Readme for zoom-refs-0.0.0.1

[back to package description]

zoom-refs

Zoom functionality for all kinds of mutable references.