Hoogle Search

Within LTS Haskell 23.25 (ghc-9.8.4)

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

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

    annotated-exception Control.Exception.Annotated

    Annotate the underlying exception with a CallStack.

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

    annotated-exception Control.Exception.Annotated.UnliftIO

    Annotate the underlying exception with a CallStack.

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

    exception-hierarchy Control.Exception.Hierarchy

    No documentation available.

  4. data ArithException

    base Control.Exception

    Arithmetic exceptions.

  5. data ArrayException

    base Control.Exception

    Exceptions generated by array operations

  6. data AsyncException

    base Control.Exception

    Asynchronous exceptions.

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

  8. data SomeAsyncException

    base Control.Exception

    Superclass for asynchronous exceptions.

  9. SomeAsyncException :: e -> SomeAsyncException

    base Control.Exception

    No documentation available.

  10. data SomeException

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

Page 6 of many | Previous | Next