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

    monad-par Control.Monad.Par.Scheds.TraceInternal

    No documentation available.

  2. data ArithException

    monad-peel Control.Exception.Peel

    Arithmetic exceptions.

  3. data ArrayException

    monad-peel Control.Exception.Peel

    Exceptions generated by array operations

  4. data AsyncException

    monad-peel Control.Exception.Peel

    Asynchronous exceptions.

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

  6. data SomeAsyncException

    monad-peel Control.Exception.Peel

    Superclass for asynchronous exceptions.

  7. SomeAsyncException :: e -> SomeAsyncException

    monad-peel Control.Exception.Peel

    No documentation available.

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

  9. SomeException :: e -> SomeException

    monad-peel Control.Exception.Peel

    No documentation available.

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

    monad-peel Control.Exception.Peel

    Add more ExceptionContext to a SomeException.

Page 33 of many | Previous | Next