base-4.13.0.0: GHC/IO.hs-boot
{-# LANGUAGE Unsafe #-}
{-# LANGUAGE NoImplicitPrelude #-}
module GHC.IO where
import GHC.Types
import GHC.Integer () -- See Note [Depend on GHC.Integer] in GHC.Base
failIO :: [Char] -> IO a
mplusIO :: IO a -> IO a -> IO a