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.
newtype
ExceptionalT e (m :: Type -> Type) aexplicit-exception Control.Monad.Exception.Synchronous like ErrorT, but ExceptionalT is the better name in order to distinguish from real (programming) errors
ExceptionalT :: m (Exceptional e a) -> ExceptionalT e (m :: Type -> Type) aexplicit-exception Control.Monad.Exception.Synchronous No documentation available.
-
lifted-async Control.Concurrent.Async.Lifted No documentation available.
ExceptionInLinkedThread :: Async a -> SomeException -> ExceptionInLinkedThreadlifted-async Control.Concurrent.Async.Lifted No documentation available.
-
lifted-async Control.Concurrent.Async.Lifted.Safe No documentation available.
ExceptionInLinkedThread :: Async a -> SomeException -> ExceptionInLinkedThreadlifted-async Control.Concurrent.Async.Lifted.Safe No documentation available.
newtype
ExceptionT (m :: Type -> Type) aexception-transformers Control.Monad.Exception No documentation available.
ExceptionT :: m (Either SomeException a) -> ExceptionT (m :: Type -> Type) aexception-transformers Control.Monad.Exception No documentation available.
-
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.
ExceptionWithContext :: ExceptionContext -> a -> ExceptionWithContext amonad-peel Control.Exception.Peel No documentation available.