Safe Haskell | None |
---|---|
Language | Haskell2010 |
Agda.Utils.IO
Description
Auxiliary functions for the IO monad.
Documentation
class CatchIO (m :: Type -> Type) where Source #
Instances
showIOException :: Exception e => e -> String Source #
Print an IOException
without the call stack.