| Maintainer | andy22286@gmail.com |
|---|---|
| Safe Haskell | Safe-Inferred |
Data.Ref.ST
Description
- module Data.Ref.Class
- data STRef s a
- data STURef s a
Documentation
module Data.Ref.Class
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
a value of type is a mutable variable in state thread STURef s as,
containing an unboxed value of type a
Instances