Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
GHC.Utils.BufHandle
Synopsis
- data BufHandle = BufHandle !(Ptr Word8) !FastMutInt Handle
- newBufHandle :: Handle -> IO BufHandle
- bPutChar :: BufHandle -> Char -> IO ()
- bPutStr :: BufHandle -> String -> IO ()
- bPutFS :: BufHandle -> FastString -> IO ()
- bPutFZS :: BufHandle -> FastZString -> IO ()
- bPutPtrString :: BufHandle -> PtrString -> IO ()
- bPutReplicate :: BufHandle -> Int -> Char -> IO ()
- bFlush :: BufHandle -> IO ()
Documentation
newBufHandle :: Handle -> IO BufHandle #
bPutFS :: BufHandle -> FastString -> IO () #
bPutFZS :: BufHandle -> FastZString -> IO () #
bPutPtrString :: BufHandle -> PtrString -> IO () #