@hackage statethread0.1.1
The ST monad and STRefs
Categories
License
BSD-3-Clause
Maintainer
haskell@henning-thielemann.de
Links
Versions
Installation
Dependencies (2)
- base >=1.0 && <2
- transformers >=0.2 && <0.4
- applicative >=1.0 && <1.1 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/storablevector
The ST monad and STRefs in a portable form.
This package implements state threads as wrapper around IO and IORefs.
Your compiler must support rank-2-types, IORefs,
unsafePerformIO and unsafeInterleaveIO.
The package can be used as drop-in replacement for the st
package.