|
Data.STRef.Lazy | Portability | non-portable (uses Control.Monad.ST.Lazy) | Stability | experimental | Maintainer | libraries@haskell.org |
|
|
|
|
|
Description |
Mutable references in the lazy ST monad.
|
|
Synopsis |
|
|
|
|
STRefs
|
|
|
a value of type STRef s a is a mutable variable in state thread s,
containing a value of type a
| Instances | |
|
|
|
|
|
|
|
|
|
|
Produced by Haddock version 2.6.0 |