Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
catchIO :: IO a -> (IOException -> IO a) -> IO a Source #
Catch IOException
.
tryIO :: IO a -> IO (Either IOException a) Source #
Try IOException
.
Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
catchIO :: IO a -> (IOException -> IO a) -> IO a Source #
Catch IOException
.
tryIO :: IO a -> IO (Either IOException a) Source #
Try IOException
.