base-compat-0.14.1: A compatibility layer for base
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.IO.Error.Compat

Documentation

data IOErrorType #

Instances

Instances details
Show IOErrorType 
Instance details

Defined in GHC.Internal.IO.Exception

Eq IOErrorType 
Instance details

Defined in GHC.Internal.IO.Exception

catchIOError :: IO a -> (IOError -> IO a) -> IO a #

modifyIOError :: (IOError -> IOError) -> IO a -> IO a #