summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO/Exception.hs-boot
blob: fa3abe7a196de8eab79c3e988b843608bdd01e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{-# 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