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.
Downloads
- persistent-refs-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.2, 0.3, 0.4 |
|---|---|
| Dependencies | base (>=4.0 && <5), containers (>=0.4 && <0.6), lens (>=3.7 && <3.9), mtl (>=2.1 && <2.2), ref-fd (>=0.3 && <0.4), transformers (>=0.3 && <0.4) [details] |
| License | BSD-3-Clause |
| Author | Adam C. Foltzer |
| Maintainer | acfoltzer@gmail.com |
| Uploaded | by AdamFoltzer at 2013-02-10T02:03:20Z |
| 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 |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 3869 total (9 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] |