ghc-8.8.1: The GHC API
Safe HaskellNone
LanguageHaskell2010

BufWrite

Synopsis

Documentation

bPutChar :: BufHandle -> Char -> IO () #

bPutReplicate :: BufHandle -> Int -> Char -> IO () #

Replicate an 8-bit character

bFlush :: BufHandle -> IO () #