deriving (Eq, Ord, Read, Show) for Newline and NewlineMode
[ghc-base.git] / GHC / IO.hs-boot
1 module GHC.IO where
2
3 import GHC.Types
4
5 failIO :: [Char] -> IO a