ghc-6.12.3: The GHC APISource codeContentsIndex
FastMutInt
Documentation
data FastMutInt Source
newFastMutInt :: IO FastMutIntSource
readFastMutInt :: FastMutInt -> IO IntSource
writeFastMutInt :: FastMutInt -> Int -> IO ()Source
data FastMutPtr Source
newFastMutPtr :: IO FastMutPtrSource
readFastMutPtr :: FastMutPtr -> IO (Ptr a)Source
writeFastMutPtr :: FastMutPtr -> Ptr a -> IO ()Source
Produced by Haddock version 2.6.1