Hoogle Search

Within LTS Haskell 24.5 (ghc-9.10.2)

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

  1. offsetStgCatchRetryFrameAltCode :: WordOffset

    ghc-heap GHC.Exts.Stack.Constants

    No documentation available.

  2. offsetStgCatchRetryFrameRunningAltCode :: WordOffset

    ghc-heap GHC.Exts.Stack.Constants

    No documentation available.

  3. offsetStgCatchRetryFrameRunningFirstCode :: WordOffset

    ghc-heap GHC.Exts.Stack.Constants

    No documentation available.

  4. sizeStgCatchRetryFrame :: Int

    ghc-heap GHC.Exts.Stack.Constants

    No documentation available.

  5. transactionNoRetry :: IsolationLevel -> Mode -> Transaction a -> Session a

    hasql-transaction Hasql.Transaction.Sessions

    Execute the transaction but do not retry it on errors.

  6. drRetryPolicyDefault :: RetryPolicy

    http-download Network.HTTP.Download

    Default to retrying seven times with exponential backoff starting from one hundred milliseconds. This means the tries will occur after these delays if necessary:

    • 0.1s
    • 0.2s
    • 0.4s
    • 0.8s
    • 1.6s
    • 3.2s
    • 6.4s

  7. setRetryPolicy :: RetryPolicy -> DownloadRequest -> DownloadRequest

    http-download Network.HTTP.Download

    Set the retry policy to be used when downloading.

  8. drRetryPolicyDefault :: RetryPolicy

    http-download Network.HTTP.Download.Verified

    Default to retrying seven times with exponential backoff starting from one hundred milliseconds. This means the tries will occur after these delays if necessary:

    • 0.1s
    • 0.2s
    • 0.4s
    • 0.8s
    • 1.6s
    • 3.2s
    • 6.4s

  9. setRetryPolicy :: RetryPolicy -> DownloadRequest -> DownloadRequest

    http-download Network.HTTP.Download.Verified

    Set the retry policy to be used when downloading.

  10. tokenRetryAfter :: Token

    http2 Network.HPACK.Token

    No documentation available.

Page 25 of many | Previous | Next