| ||||
| ||||
Documentation | ||||
data BufHandle | ||||
| ||||
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.4.2 |