base-4.16.0.0: GHC/IO.hs-boot
{-# LANGUAGE Unsafe #-}
{-# LANGUAGE NoImplicitPrelude #-}
module GHC.IO where
import GHC.Types
import {-# SOURCE #-} GHC.Exception.Type (SomeException)
mplusIO :: IO a -> IO a -> IO a
mkUserError :: [Char] -> SomeException