f1ba7249f65c581466d33eaaf91d0eb623798dde
[ghc-base.git] / GHC / IO / Exception.hs-boot
1 {-# OPTIONS -fno-implicit-prelude #-}
2 module GHC.IO.Exception where
3
4 import GHC.Base
5 import GHC.Exception
6
7 data IOException
8 instance Exception IOException
9
10 type IOError = IOException
11 userError :: String  -> IOError
12 unsupportedOperation :: IOError