Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. asyncExceptionToException :: Exception e => e -> SomeException

    ghc-internal GHC.Internal.Control.Exception

    No documentation available.

  2. displayException :: Exception e => e -> String

    ghc-internal GHC.Internal.Control.Exception

    Render this exception value in a human-friendly manner. Default implementation: show.

  3. fromException :: Exception e => SomeException -> Maybe e

    ghc-internal GHC.Internal.Control.Exception

    No documentation available.

  4. mapException :: (Exception e1, Exception e2) => (e1 -> e2) -> a -> a

    ghc-internal GHC.Internal.Control.Exception

    This function maps one exception into another as proposed in the paper "A semantics for imprecise exceptions".

  5. onException :: IO a -> IO b -> IO a

    ghc-internal GHC.Internal.Control.Exception

    Like finally, but only performs the final action if there was an exception raised by the computation.

  6. toException :: Exception e => e -> SomeException

    ghc-internal GHC.Internal.Control.Exception

    toException should produce a SomeException with no attached ExceptionContext.

  7. data ArithException

    ghc-internal GHC.Internal.Control.Exception.Base

    Arithmetic exceptions.

  8. data ArrayException

    ghc-internal GHC.Internal.Control.Exception.Base

    Exceptions generated by array operations

  9. data AsyncException

    ghc-internal GHC.Internal.Control.Exception.Base

    Asynchronous exceptions.

  10. data FixIOException

    ghc-internal GHC.Internal.Control.Exception.Base

    The exception thrown when an infinite cycle is detected in fixIO.

Page 25 of many | Previous | Next