Use the result of writeCharBuf in GHC/IO/Encoding/Latin1.hs too
[ghc-base.git] / GHC / IO / Handle.hs-boot
1 {-# OPTIONS_GHC -XNoImplicitPrelude #-}
2
3 module GHC.IO.Handle where
4
5 import GHC.IO
6 import GHC.IO.Handle.Types
7
8 hFlush :: Handle -> IO ()