The safe-freeze package
Support for safely freezing multiple arrays in the ST monad. Developed in http://haskell.reinerpope.com/2009/09/making-runstarray-more-flexible-or.html.
The new monad is defined in Control.Monad.ST.Freeze. An example of its use is given in Data.Vector.Generic.Mutable.STFreeze. The module Data.STRef.Freeze is a reexports of Data.STRef but lifted to the new ST monad.
Properties
| Versions | 0.0, 0.2, 0.2.1 |
|---|---|
| Dependencies | base (<5), indexed (<0.2), mtl (2.0.*), vector (≥0.4 & <0.10) |
| License | BSD3 |
| Author | Reiner Pope <reiner.pope@gmail.com> |
| Maintainer | Reiner Pope <reiner.pope@gmail.com> |
| Stability | experimental |
| Category | Data |
| Home page | https://github.com/reinerp/safe-freeze |
| Bug tracker | https://github.com/reinerp/safe-freeze/issues |
| Source repository | git clone git://github.com/reinerp/safe-freeze.git |
| Upload date | Fri Mar 9 07:37:16 UTC 2012 |
| Uploaded by | ReinerPope |
| Built on | ghc-7.4 |
Modules
- Control
- Monad
- Data
- STRef
- Vector
- Generic
Downloads
- safe-freeze-0.2.tar.gz (Cabal source package)
- package description (included in the package)