check for ClosedHandle in read/write operations on DuplexHandles (#4808)
[ghc-base.git] / GHC / IO.hs-boot
1 module GHC.IO where
2
3 import GHC.Types
4
5 failIO :: [Char] -> IO a