Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

  1. data ArrayException

    monad-peel Control.Exception.Peel

    Exceptions generated by array operations

  2. data AsyncException

    monad-peel Control.Exception.Peel

    Asynchronous exceptions.

  3. data IOException

    monad-peel Control.Exception.Peel

    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.

  4. data SomeAsyncException

    monad-peel Control.Exception.Peel

    Superclass for asynchronous exceptions.

  5. SomeAsyncException :: e -> SomeAsyncException

    monad-peel Control.Exception.Peel

    No documentation available.

  6. data SomeException

    monad-peel Control.Exception.Peel

    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.

  7. SomeException :: e -> SomeException

    monad-peel Control.Exception.Peel

    No documentation available.

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

    monad-peel Control.Exception.Peel

    Add more ExceptionContext to a SomeException.

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

    monad-peel Control.Exception.Peel

    No documentation available.

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

    monad-peel Control.Exception.Peel

    No documentation available.

Page 33 of many | Previous | Next