|
| GHC.STRef | | Portability | non-portable (GHC Extensions) | | Stability | internal | | Maintainer | cvs-ghc@haskell.org |
|
|
|
| Description |
| References in the ST monad.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| a value of type STRef s a is a mutable variable in state thread s,
containing a value of type a
| | Constructors | | Instances | |
|
|
|
| Build a new STRef in the current state thread
|
|
|
| Read the value of an STRef
|
|
|
| Write a new value into an STRef
|
|
| Produced by Haddock version 2.0.0.0 |