Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
onException :: MonadBaseControl IO m => m a -> m b -> m alifted-base Control.Exception.Lifted Generalized version of onException. Note, any monadic side effects in m of the "afterward" computation will be discarded.
someExceptionContext :: SomeException -> ExceptionContextlifted-base Control.Exception.Lifted View the ExceptionContext of a SomeException.
toException :: Exception e => e -> SomeExceptionlifted-base Control.Exception.Lifted toException should produce a SomeException with no attached ExceptionContext.
mapException :: (e0 -> e1) -> Exceptional e0 a -> Exceptional e1 aexplicit-exception Control.Monad.Exception.Asynchronous.Lazy No documentation available.
-
explicit-exception Control.Monad.Exception.Asynchronous.Lazy No documentation available.
mapExceptional :: (e0 -> e1) -> (a -> b) -> Exceptional e0 a -> Exceptional e1 bexplicit-exception Control.Monad.Exception.Asynchronous.Lazy No documentation available.
-
explicit-exception Control.Monad.Exception.Asynchronous.Lazy No documentation available.
runExceptionalT :: ExceptionalT e (m :: Type -> Type) a -> m (Exceptional e a)explicit-exception Control.Monad.Exception.Asynchronous.Lazy No documentation available.
mapException :: (e0 -> e1) -> Exceptional e0 a -> Exceptional e1 aexplicit-exception Control.Monad.Exception.Asynchronous.Strict No documentation available.
-
explicit-exception Control.Monad.Exception.Asynchronous.Strict No documentation available.