Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. data EveryException

    every Control.Concurrent.Async.Every

    No documentation available.

  2. EveryExceptionReset :: Maybe Int -> EveryException

    every Control.Concurrent.Async.Every

    No documentation available.

  3. bracketExceptionT :: forall (m :: Type -> Type) e a c b . MonadMask m => EitherT e m a -> (a -> EitherT e m c) -> (a -> EitherT e m b) -> EitherT e m b

    transformers-either Control.Monad.Trans.Either

    Acquire a resource in EitherT and then perform an action with it, cleaning up afterwards regardless of left or exception. Like bracketEitherT, but the cleanup is called even when the bracketed function throws an exception. Exceptions in the bracketed function are caught to allow the cleanup to run and then rethrown.

Page 38 of many | Previous | Next