Safe Haskell | None |
---|
Access.System.IO.Error
Documentation
module System.IO.Error
class Access io => IOErrorAccess io whereSource
Methods
ioError' :: IOError -> io aSource
catchIOError' :: io a -> (IOError -> io a) -> io aSource
tryIOError' :: io a -> io (Either IOError a)Source
modifyIOError' :: (IOError -> IOError) -> io a -> io aSource
Instances