|
| Data.Ref.Unboxed | | Portability | GHC/Hugs | | Stability | experimental | | Maintainer | Bulat Ziganshin <Bulat.Ziganshin@gmail.com> |
|
|
|
| Description |
Unboxed references
Based on the idea of Oleg Kiselyov
(see http:www.haskell.orgpipermailhaskell-cafe2004-July006400.html)
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Unboxed references in IO monad
| | Constructors | | Instances | |
|
|
|
|
|
| Create new unboxed reference in IO monad
|
|
|
| Read current value of unboxed reference in IO monad
|
|
|
| Change value of unboxed reference in IO monad
|
|
|
| Modify contents of an IOURef by applying pure function to it
|
|
|
| Unboxed references in ST monad
| | Constructors | | Instances | |
|
|
|
|
|
| Create new unboxed reference in ST monad
|
|
|
| Read current value of unboxed reference in ST monad
|
|
|
| Change value of unboxed reference in ST monad
|
|
|
| Modify contents of an STURef by applying pure function to it
|
|
| Produced by Haddock version 2.4.2 |