Moved the CString functions to GHC.CString in ghc-prim (needed for the new generic...
[ghc-base.git] / GHC / IO / Handle.hs-boot
1 {-# LANGUAGE NoImplicitPrelude #-}
2
3 module GHC.IO.Handle where
4
5 import GHC.IO
6 import GHC.IO.Handle.Types
7
8 hFlush :: Handle -> IO ()