Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

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

  1. Retry :: Resources a b

    TCache Data.TCache.IResource

    forces a retry

  2. Retry :: RetryAction

    stamina Stamina

    No documentation available.

  3. RETRY :: Status

    sphinx Text.Search.Sphinx.Types

    No documentation available.

  4. Retry :: Text -> Result a

    sphinx Text.Search.Sphinx.Types

    No documentation available.

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

    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 4 of many | Previous | Next