ghc-6.10.1: The GHC APIContentsIndex
BufWrite
Documentation
data BufHandle
Constructors
BufHandle !!(Ptr Word8) !!FastMutInt Handle
newBufHandle :: Handle -> IO BufHandle
bPutChar :: BufHandle -> Char -> IO ()
bPutStr :: BufHandle -> String -> IO ()
bPutFS :: BufHandle -> FastString -> IO ()
bPutLitString :: BufHandle -> LitString -> FastInt -> IO ()
bFlush :: BufHandle -> IO ()
Produced by Haddock version 2.3.0