Name: safe-freeze Version: 0.0 Synopsis: Support for safely freezing multiple arrays in the ST monad. License: BSD3 Author: Reiner Pope Maintainer: Reiner Pope Stability: experimental Description: Support for safely freezing multiple arrays in the ST monad. Developed in . . The new monad is defined in Control.Monad.ST.Freeze. An example of its use is given in Data.Array.Vector.STFreeze. The modules Data.Array.Vector.STFreeze and Data.STRef.Freeze are reexports of Data.Array.Vector and Data.STRef but lifted to the new ST monad. Category: Data Tested-with: Cabal-Version: >= 1.6 Build-type: Simple Library Exposed-Modules: Control.Monad.ST.Freeze Data.STRef.Freeze Data.Array.Vector.STFreeze Other-Modules: Extensions: EmptyDataDecls, Rank2Types, KindSignatures, FlexibleInstances, TypeOperators Build-Depends: base<4.2, category-extras>=0.44.4 && <0.54, transformers<0.2, uvector>=0.1.0.4 && <0.2