Hoogle Search

Within LTS Haskell 23.24 (ghc-9.8.4)

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

  1. data Exceptional e a

    explicit-exception Control.Monad.Exception.Synchronous

    Like Either, but explicitly intended for handling of exceptional results. In contrast to Either we do not support fail. Calling fail in the Exceptional monad is an error. This way, we do not require that an exception can be derived from a String, yet, we require no constraint on the exception type at all.

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

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

    explicit-exception Control.Monad.Exception.Synchronous

    No documentation available.

  4. data ExceptionInLinkedThread

    lifted-async Control.Concurrent.Async.Lifted

    No documentation available.

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

    lifted-async Control.Concurrent.Async.Lifted

    No documentation available.

  6. data ExceptionInLinkedThread

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

    No documentation available.

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

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

    No documentation available.

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

    exception-transformers Control.Monad.Exception

    No documentation available.

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

    exception-transformers Control.Monad.Exception

    No documentation available.

  10. data ExceptionHierarchy

    exception-hierarchy Control.Exception.Hierarchy

    No documentation available.

Page 5 of many | Previous | Next