persistent-refs: Haskell references backed by an IntMap for persistence and reversibility.
This library provides support for a persistent version of the
Control.Monad.ST.ST
monad. Internally, references are backed by a
Data.IntMap.IntMap
, rather than being mutable variables on the
heap. This decreases performance, but can be useful in certain
settings, particularly those involving backtracking.
Versions | 0.1, 0.2, 0.3, 0.4 |
---|---|
Dependencies | base (>=4.0 && <5), containers (>=0.4 && <0.6), lens (>=3.7 && <3.9), mtl (==2.1.*), ref-fd (==0.3.*), transformers (==0.3.*) [details] |
License | BSD-3-Clause |
Author | Adam C. Foltzer |
Maintainer | acfoltzer@gmail.com |
Category | Data |
Home page | https://github.com/acfoltzer/persistent-refs |
Bug tracker | https://github.com/acfoltzer/persistent-refs/issues |
Source repo | head: git clone git://github.com/acfoltzer/persistent-refs.git |
Uploaded | by AdamFoltzer at Sun Feb 10 02:03:20 UTC 2013 |
Distributions | LTSHaskell:0.4, NixOS:0.4, Stackage:0.4, openSUSE:0.4 |
Downloads | 1501 total (13 in the last 30 days) |
Rating | (no votes yet) [estimated by rule of succession] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] Hackage Matrix CI |
Downloads
- persistent-refs-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)