Safe Haskell | None |
---|---|
Language | Haskell2010 |
Auxiliary functions for the IO monad.
Synopsis
- class CatchIO m where
- catchIO :: m a -> (IOException -> m a) -> m a
Documentation
class CatchIO m where Source #
Catch IOException
s.
catchIO :: m a -> (IOException -> m a) -> m a Source #