The persistent-refs package
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.
Properties
| Versions | 0.1, 0.2, 0.3 |
|---|---|
| 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.*) |
| License | BSD3 |
| 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 repository | git clone git://github.com/acfoltzer/persistent-refs.git |
| Upload date | Sun Feb 10 02:03:20 UTC 2013 |
| Uploaded by | AdamFoltzer |
| Built on | ghc-7.6 |
Modules
- Control
- Monad
- Data
Downloads
- persistent-refs-0.1.tar.gz (Cabal source package)
- package description (included in the package)