move the doc for 'Char' to its new home in ghc-prim:GHC.Types
[ghc-base.git] / GHC / IO.hs-boot
1 module GHC.IO where
2
3 import GHC.Types
4
5 failIO :: [Char] -> IO a