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