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

    toException should produce a SomeException with no attached ExceptionContext.

  2. data SomeExceptionAnnotation

    base Control.Exception.Annotation

    No documentation available.

  3. SomeExceptionAnnotation :: a -> SomeExceptionAnnotation

    base Control.Exception.Annotation

    No documentation available.

  4. displayExceptionAnnotation :: ExceptionAnnotation a => a -> String

    base Control.Exception.Annotation

    Render the annotation for display to the user.

  5. data ArithException

    base Control.Exception.Base

    Arithmetic exceptions.

  6. data ArrayException

    base Control.Exception.Base

    Exceptions generated by array operations

  7. data AsyncException

    base Control.Exception.Base

    Asynchronous exceptions.

  8. data FixIOException

    base Control.Exception.Base

    The exception thrown when an infinite cycle is detected in fixIO.

  9. FixIOException :: FixIOException

    base Control.Exception.Base

    No documentation available.

  10. data IOException

    base Control.Exception.Base

    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.

Page 9 of many | Previous | Next