Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

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

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

    base Control.Exception.Base

    toException should produce a SomeException with no attached ExceptionContext.

  2. addExceptionAnnotation :: ExceptionAnnotation a => a -> ExceptionContext -> ExceptionContext

    base Control.Exception.Context

    Construct a singleton ExceptionContext from an ExceptionAnnotation.

  3. displayExceptionContext :: ExceptionContext -> String

    base Control.Exception.Context

    Render ExceptionContext to a human-readable String.

  4. emptyExceptionContext :: ExceptionContext

    base Control.Exception.Context

    An ExceptionContext containing no annotations.

  5. getAllExceptionAnnotations :: ExceptionContext -> [SomeExceptionAnnotation]

    base Control.Exception.Context

    No documentation available.

  6. getExceptionAnnotations :: ExceptionAnnotation a => ExceptionContext -> [a]

    base Control.Exception.Context

    Retrieve all ExceptionAnnotations of the given type from an ExceptionContext.

  7. ExitCaseException :: SomeException -> ExitCase a

    exceptions Control.Monad.Catch

    No documentation available.

  8. data SomeException

    exceptions Control.Monad.Catch

    No documentation available.

  9. SomeException :: e -> SomeException

    exceptions Control.Monad.Catch

    No documentation available.

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

    exceptions Control.Monad.Catch

    No documentation available.

Page 11 of many | Previous | Next