Move the instances of Functor and Monad IO to GHC.Base, to avoid orphans
[ghc-base.git] / GHC / IO.hs-boot
1 module GHC.IO where
2
3 import GHC.Types
4
5 failIO :: [Char] -> IO a