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. data ExceptionHierarchy

    exception-hierarchy Control.Exception.Hierarchy

    No documentation available.

  2. exceptionWithCallStack :: (Exception e, HasCallStack) => e -> AnnotatedException e

    annotated-exception Control.Exception.Annotated

    Annotate the underlying exception with a CallStack.

  3. exceptionWithCallStack :: (Exception e, HasCallStack) => e -> AnnotatedException e

    annotated-exception Control.Exception.Annotated.UnliftIO

    Annotate the underlying exception with a CallStack.

  4. exceptionHierarchy :: Maybe Name -> ExceptionHierarchy -> DecsQ

    exception-hierarchy Control.Exception.Hierarchy

    No documentation available.

  5. data ArithException

    base Control.Exception

    Arithmetic exceptions.

  6. data ArrayException

    base Control.Exception

    Exceptions generated by array operations

  7. data AsyncException

    base Control.Exception

    Asynchronous exceptions.

  8. data IOException

    base 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.

  9. data SomeAsyncException

    base Control.Exception

    Superclass for asynchronous exceptions.

  10. SomeAsyncException :: e -> SomeAsyncException

    base Control.Exception

    No documentation available.

Page 7 of many | Previous | Next