Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc-internal GHC.Internal.Control.Exception Exceptions generated by array operations
-
ghc-internal GHC.Internal.Control.Exception Asynchronous exceptions.
-
ghc-internal GHC.Internal.Control.Exception 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.
-
ghc-internal GHC.Internal.Control.Exception Superclass for asynchronous exceptions.
SomeAsyncException :: e -> SomeAsyncExceptionghc-internal GHC.Internal.Control.Exception No documentation available.
-
ghc-internal GHC.Internal.Control.Exception 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 -> SomeExceptionghc-internal GHC.Internal.Control.Exception No documentation available.
asyncExceptionFromException :: Exception e => SomeException -> Maybe eghc-internal GHC.Internal.Control.Exception No documentation available.
asyncExceptionToException :: Exception e => e -> SomeExceptionghc-internal GHC.Internal.Control.Exception No documentation available.
displayException :: Exception e => e -> Stringghc-internal GHC.Internal.Control.Exception Render this exception value in a human-friendly manner. Default implementation: show.