Hoogle Search

Within LTS Haskell 22.26 (ghc-9.6.5)

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

  1. retry_base :: Lens' Retry Double

    amazonka-core Amazonka.Types

    No documentation available.

  2. retry_check :: Lens' Retry (ServiceError -> Maybe Text)

    amazonka-core Amazonka.Types

    No documentation available.

  3. retry_growth :: Lens' Retry Int

    amazonka-core Amazonka.Types

    No documentation available.

  4. retry# :: State# RealWorld -> (# State# RealWorld, v #)

    ghc-prim GHC.Prim

    No documentation available.

  5. retry# :: State# RealWorld -> (# State# RealWorld, v #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  6. retrySTM :: STM a

    unliftio UnliftIO.STM

    Renamed retry for unqualified export

  7. retryBool :: Exception e => (e -> Bool) -> Int -> IO a -> IO a

    extra Control.Exception.Extra

    Retry an operation at most n times (n must be positive), while the exception value and type match a predicate. If the operation fails the nth time it will throw that final exception.

  8. retryBool :: Exception e => (e -> Bool) -> Int -> IO a -> IO a

    extra Extra

    Retry an operation at most n times (n must be positive), while the exception value and type match a predicate. If the operation fails the nth time it will throw that final exception.

  9. retryOnBusy :: (MonadUnliftIO m, MonadLoggerIO m) => m a -> m a

    persistent-sqlite Database.Persist.Sqlite

    Retry if a Busy is thrown, following an exponential backoff strategy.

  10. retryOnError :: (Functor m, MonadIO m, MonadError e m) => RetryPolicyM m -> (RetryStatus -> e -> m Bool) -> (RetryStatus -> m a) -> m a

    retry Control.Retry

    No documentation available.

Page 5 of many | Previous | Next