packages feed

lhc-0.10: lib/base/src/GHC/IO/Exception.hs-boot

{-# OPTIONS -fno-implicit-prelude #-}
module GHC.IO.Exception where

import GHC.Base
import GHC.Exception

data IOException
instance Exception IOException

type IOError = IOException
userError :: String  -> IOError
unsupportedOperation :: IOError