Hoogle Search

Within LTS Haskell 24.1 (ghc-9.10.2)

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

  1. newtype ExceptionalT e (m :: Type -> Type) a

    explicit-exception Control.Monad.Exception.Synchronous

    like ErrorT, but ExceptionalT is the better name in order to distinguish from real (programming) errors

  2. ExceptionalT :: m (Exceptional e a) -> ExceptionalT e (m :: Type -> Type) a

    explicit-exception Control.Monad.Exception.Synchronous

    No documentation available.

  3. data ExceptionInLinkedThread

    lifted-async Control.Concurrent.Async.Lifted

    No documentation available.

  4. ExceptionInLinkedThread :: Async a -> SomeException -> ExceptionInLinkedThread

    lifted-async Control.Concurrent.Async.Lifted

    No documentation available.

  5. data ExceptionInLinkedThread

    lifted-async Control.Concurrent.Async.Lifted.Safe

    No documentation available.

  6. ExceptionInLinkedThread :: Async a -> SomeException -> ExceptionInLinkedThread

    lifted-async Control.Concurrent.Async.Lifted.Safe

    No documentation available.

  7. newtype ExceptionT (m :: Type -> Type) a

    exception-transformers Control.Monad.Exception

    No documentation available.

  8. ExceptionT :: m (Either SomeException a) -> ExceptionT (m :: Type -> Type) a

    exception-transformers Control.Monad.Exception

    No documentation available.

  9. data ExceptionWithContext a

    monad-peel Control.Exception.Peel

    Wraps a particular exception exposing its ExceptionContext. Intended to be used when catching exceptions in cases where access to the context is desired.

  10. ExceptionWithContext :: ExceptionContext -> a -> ExceptionWithContext a

    monad-peel Control.Exception.Peel

    No documentation available.

Page 6 of many | Previous | Next