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. retrySt :: forall m st (es :: Set Type) . Monad m => HandleSt' st m es -> HandleSt st m es

    moffy Control.Moffy.Handle

    No documentation available.

  2. retryMaxSuccessive :: forall a (m :: Type -> Type) b c . Int -> Parser a m b -> Fold m b c -> Parser a m c

    streamly-core Streamly.Internal.Data.Parser

    Like retryMaxTotal but aborts after n successive failures. Unimplemented

  3. retryMaxTotal :: forall a (m :: Type -> Type) b c . Int -> Parser a m b -> Fold m b c -> Parser a m c

    streamly-core Streamly.Internal.Data.Parser

    Keep trying a parser up to a maximum of n failures. When the parser fails the input consumed till now is dropped and the new instance is tried on the fresh input. Unimplemented

  4. retryWithRateLimit :: (MonadHttp m, MonadCatch m) => m a -> m a

    gemini-exports Web.Gemini

    Attempt a request & retry if a 429 RateLimited error is returned. We attempt to parse the retry wait time from the message field but fallback to one second.

  5. retryJob :: Project -> Int -> GitLab (Either (Response ByteString) (Maybe Job))

    gitlab-haskell GitLab.API.Jobs

    Retry a single job of a project.

  6. retryPipeline :: Project -> Int -> GitLab (Either (Response ByteString) (Maybe Pipeline))

    gitlab-haskell GitLab.API.Pipelines

    Retry a pipeline. Since GitLab 14.6.

  7. retryCount :: OllamaConfig -> Maybe Int

    ollama-haskell Data.Ollama.Chat

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

  8. retryDelay :: OllamaConfig -> Maybe Int

    ollama-haskell Data.Ollama.Chat

    Delay between retries in seconds (if applicable)

  9. retryCount :: OllamaConfig -> Maybe Int

    ollama-haskell Data.Ollama.Common.Config

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

  10. retryDelay :: OllamaConfig -> Maybe Int

    ollama-haskell Data.Ollama.Common.Config

    Delay between retries in seconds (if applicable)

Page 6 of many | Previous | Next