Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. throwErrnoPathIfRetry :: (a -> Bool) -> String -> PosixPath -> IO a -> IO a

    unix System.Posix.PosixPath.FilePath

    No documentation available.

  2. managerRetryableException :: ManagerSettings -> SomeException -> Bool

    http-client Network.HTTP.Client

    Exceptions for which we should retry our request if we were reusing an already open connection. In the case of IOExceptions, for example, we assume that the connection was closed on the server and therefore open a new one. Since 0.1.0

  3. mRetryableException :: Manager -> SomeException -> Bool

    http-client Network.HTTP.Client.Internal

    No documentation available.

  4. managerRetryableException :: ManagerSettings -> SomeException -> Bool

    http-client Network.HTTP.Client.Internal

    Exceptions for which we should retry our request if we were reusing an already open connection. In the case of IOExceptions, for example, we assume that the connection was closed on the server and therefore open a new one. Since 0.1.0

  5. managerRetryableException :: ManagerSettings -> SomeException -> Bool

    http-client Network.HTTP.Client.Internal

    Exceptions for which we should retry our request if we were reusing an already open connection. In the case of IOExceptions, for example, we assume that the connection was closed on the server and therefore open a new one. Since 0.1.0

  6. pureTry :: a -> Either SomeException a

    unliftio UnliftIO.Exception

    Evaluate the value to WHNF and catch any synchronous exceptions. The expression may still have bottom values within it; you may instead want to use pureTryDeep.

  7. pureTryDeep :: NFData a => a -> Either SomeException a

    unliftio UnliftIO.Exception

    Evaluate the value to NF and catch any synchronous exceptions.

  8. throwErrnoIfMinus1Retry :: (MonadUnliftIO m, Eq a, Num a) => String -> m a -> m a

    unliftio UnliftIO.Foreign

    Unlifted throwErrnoIfMinus1Retry.

  9. throwErrnoIfMinus1RetryMayBlock :: (MonadUnliftIO m, Eq a, Num a) => String -> m a -> m b -> m a

    unliftio UnliftIO.Foreign

    Unlifted throwErrnoIfMinus1RetryMayBlock.

  10. throwErrnoIfMinus1RetryMayBlock_ :: (MonadUnliftIO m, Eq a, Num a) => String -> m a -> m b -> m ()

    unliftio UnliftIO.Foreign

    Unlifted throwErrnoIfMinus1RetryMayBlock_

Page 15 of many | Previous | Next