{-# OPTIONS_GHC -XNoImplicitPrelude #-} module GHC.IO.Handle where import GHC.IO import GHC.IO.Handle.Types hFlush :: Handle -> IO ()