Add Haskell types for C types useconds_t and suseconds_t, which are respectively...
[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