| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
Agda.Utils.IO
Description
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 IOExceptions.
Methods
catchIO :: m a -> (IOException -> m a) -> m a Source #