Portability | non-portable (uses Control.Monad.ST) |
---|---|
Stability | experimental |
Maintainer | libraries@haskell.org |
Mutable references in the (strict) ST monad.
STRefs
a value of type STRef s a
is a mutable variable in state thread s
,
containing a value of type a