ghc-6.12.3: The GHC API
Source code
Contents
Index
FastMutInt
Documentation
data
FastMutInt
Source
newFastMutInt
::
IO
FastMutInt
Source
readFastMutInt
::
FastMutInt
->
IO
Int
Source
writeFastMutInt
::
FastMutInt
->
Int
->
IO
()
Source
data
FastMutPtr
Source
newFastMutPtr
::
IO
FastMutPtr
Source
readFastMutPtr
::
FastMutPtr
->
IO
(
Ptr
a)
Source
writeFastMutPtr
::
FastMutPtr
->
Ptr
a ->
IO
()
Source
Produced by
Haddock
version 2.6.1