Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. retryCount :: OllamaConfig -> Maybe Int

    ollama-haskell Data.Ollama.Generate

    Number of retries on failure (default: 0 if Nothing)

  2. retryDelay :: OllamaConfig -> Maybe Int

    ollama-haskell Data.Ollama.Generate

    Delay between retries in seconds (if applicable)

  3. retryCount :: OllamaConfig -> Maybe Int

    ollama-haskell Ollama

    Number of retries on failure (default: 0 if Nothing)

  4. retryDelay :: OllamaConfig -> Maybe Int

    ollama-haskell Ollama

    Delay between retries in seconds (if applicable)

  5. retryCallback :: SqlQueryEnv -> SomeException -> IO ()

    persistent-mtl Database.Persist.Monad

    A callback to run if retryIf returns True. Useful for logging.

  6. retryIf :: SqlQueryEnv -> SomeException -> Bool

    persistent-mtl Database.Persist.Monad

    Retry a transaction when an exception matches this predicate. Will retry with an exponential backoff. Defaults to always returning False (i.e. never retry)

  7. retryLimit :: SqlQueryEnv -> Int

    persistent-mtl Database.Persist.Monad

    The number of times to retry, if retryIf is satisfied. Defaults to 10.

  8. retryFor :: forall m exc a . (Exception exc, MonadIO m, MonadCatch m) => RetrySettings -> (exc -> m RetryAction) -> (RetryStatus -> m a) -> m a

    stamina Stamina

    No documentation available.

  9. retryD :: forall e (m :: Type -> Type) a . (Exception e, Ord e, MonadCatch m) => Map e Int -> (e -> Stream m a) -> Stream m a -> Stream m a

    streamly Streamly.Internal.Data.Stream.Prelude

    See retry

  10. retrySTM :: STM a

    classy-prelude-yesod ClassyPrelude.Yesod

    Renamed retry for unqualified export

Page 7 of many | Previous | Next