Portability | portable |
---|---|
Stability | experimental |
Maintainer | Reiner Pope <reiner.pope@gmail.com> |
Safe Haskell | Safe-Infered |
Data.STRef.Freeze
Description
Description of this module goes here.
Documentation
data STRef s a
a value of type STRef s a
is a mutable variable in state thread s
,
containing a value of type a