liquidhaskell-0.8.10.7: benchmarks/base-4.5.1.0/GHC/IO/Exception.hs-boot
{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE NoImplicitPrelude #-}
module GHC.IO.Exception where
import GHC.Base
import GHC.Exception
data IOException
instance Exception IOException
type IOError = IOException
userError :: String -> IOError
unsupportedOperation :: IOError