ghc-6.12.1: The GHC APISource codeContentsIndex
BufWrite
Documentation
data BufHandle Source
Constructors
BufHandle !(Ptr Word8) !FastMutInt Handle
newBufHandle :: Handle -> IO BufHandleSource
bPutChar :: BufHandle -> Char -> IO ()Source
bPutStr :: BufHandle -> String -> IO ()Source
bPutFS :: BufHandle -> FastString -> IO ()Source
bPutLitString :: BufHandle -> LitString -> FastInt -> IO ()Source
bFlush :: BufHandle -> IO ()Source
Produced by Haddock version 2.6.0