Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. CatchRetryFrame :: StgInfoTable -> Word -> b -> b -> GenStackFrame b

    ghc-heap GHC.Exts.Heap.Closures

    No documentation available.

  2. offsetStgCatchRetryFrameAltCode :: WordOffset

    ghc-heap GHC.Exts.Stack.Constants

    No documentation available.

  3. offsetStgCatchRetryFrameRunningAltCode :: WordOffset

    ghc-heap GHC.Exts.Stack.Constants

    No documentation available.

  4. offsetStgCatchRetryFrameRunningFirstCode :: WordOffset

    ghc-heap GHC.Exts.Stack.Constants

    No documentation available.

  5. sizeStgCatchRetryFrame :: Int

    ghc-heap GHC.Exts.Stack.Constants

    No documentation available.

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

    hasql-transaction Hasql.Transaction.Sessions

    Execute the transaction but do not retry it on errors.

  7. 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

  8. setRetryPolicy :: RetryPolicy -> DownloadRequest -> DownloadRequest

    http-download Network.HTTP.Download

    Set the retry policy to be used when downloading.

  9. 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

  10. setRetryPolicy :: RetryPolicy -> DownloadRequest -> DownloadRequest

    http-download Network.HTTP.Download.Verified

    Set the retry policy to be used when downloading.

Page 25 of many | Previous | Next