Hoogle Search
Within LTS Haskell 24.9 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
monad-peel Control.Exception.Peel Exceptions generated by array operations
-
monad-peel Control.Exception.Peel Asynchronous exceptions.
-
monad-peel Control.Exception.Peel Exceptions that occur in the IO monad. An IOException records a more specific error type, a descriptive string and maybe the handle that was used when the error was flagged.
-
monad-peel Control.Exception.Peel Superclass for asynchronous exceptions.
SomeAsyncException :: e -> SomeAsyncExceptionmonad-peel Control.Exception.Peel No documentation available.
-
monad-peel Control.Exception.Peel The SomeException type is the root of the exception type hierarchy. When an exception of type e is thrown, behind the scenes it is encapsulated in a SomeException.
SomeException :: e -> SomeExceptionmonad-peel Control.Exception.Peel No documentation available.
addExceptionContext :: ExceptionAnnotation a => a -> SomeException -> SomeExceptionmonad-peel Control.Exception.Peel Add more ExceptionContext to a SomeException.
asyncExceptionFromException :: Exception e => SomeException -> Maybe emonad-peel Control.Exception.Peel No documentation available.
asyncExceptionToException :: Exception e => e -> SomeExceptionmonad-peel Control.Exception.Peel No documentation available.