ghc-7.0.3: The GHC API
BufWrite
data BufHandle Source
Constructors
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