Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. data SomeAsyncException

    lifted-base Control.Exception.Lifted

    Superclass for asynchronous exceptions.

  2. SomeAsyncException :: e -> SomeAsyncException

    lifted-base Control.Exception.Lifted

    No documentation available.

  3. data SomeException

    lifted-base Control.Exception.Lifted

    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.

  4. SomeException :: e -> SomeException

    lifted-base Control.Exception.Lifted

    No documentation available.

  5. addExceptionContext :: ExceptionAnnotation a => a -> SomeException -> SomeException

    lifted-base Control.Exception.Lifted

    Add more ExceptionContext to a SomeException.

  6. asyncExceptionFromException :: Exception e => SomeException -> Maybe e

    lifted-base Control.Exception.Lifted

    No documentation available.

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

    lifted-base Control.Exception.Lifted

    No documentation available.

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

    lifted-base Control.Exception.Lifted

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

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

    lifted-base Control.Exception.Lifted

    No documentation available.

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

    lifted-base Control.Exception.Lifted

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

Page 18 of many | Previous | Next