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

    lifted-base Control.Exception.Lifted

    Asynchronous exceptions.

  2. data IOException

    lifted-base Control.Exception.Lifted

    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.

  3. data SomeAsyncException

    lifted-base Control.Exception.Lifted

    Superclass for asynchronous exceptions.

  4. SomeAsyncException :: e -> SomeAsyncException

    lifted-base Control.Exception.Lifted

    No documentation available.

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

  6. SomeException :: e -> SomeException

    lifted-base Control.Exception.Lifted

    No documentation available.

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

    lifted-base Control.Exception.Lifted

    Add more ExceptionContext to a SomeException.

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

    lifted-base Control.Exception.Lifted

    No documentation available.

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

    lifted-base Control.Exception.Lifted

    No documentation available.

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

    lifted-base Control.Exception.Lifted

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

Page 18 of many | Previous | Next