Rewrite of the IO library, including Unicode support
[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 ()