ghc-8.0.1: The GHC API
BufWrite
data BufHandle Source #
Constructors
newBufHandle :: Handle -> IO BufHandle Source #
bPutChar :: BufHandle -> Char -> IO () Source #
bPutStr :: BufHandle -> String -> IO () Source #
bPutFS :: BufHandle -> FastString -> IO () Source #
bPutFZS :: BufHandle -> FastZString -> IO () Source #
bPutLitString :: BufHandle -> LitString -> Int -> IO () Source #
bFlush :: BufHandle -> IO () Source #