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.
throwErrnoPathIfRetry :: (a -> Bool) -> String -> PosixPath -> IO a -> IO aunix System.Posix.PosixPath.FilePath No documentation available.
managerRetryableException :: ManagerSettings -> SomeException -> Boolhttp-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
mRetryableException :: Manager -> SomeException -> Boolhttp-client Network.HTTP.Client.Internal No documentation available.
managerRetryableException :: ManagerSettings -> SomeException -> Boolhttp-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
managerRetryableException :: ManagerSettings -> SomeException -> Boolhttp-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
pureTry :: a -> Either SomeException aunliftio 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.
pureTryDeep :: NFData a => a -> Either SomeException aunliftio UnliftIO.Exception Evaluate the value to NF and catch any synchronous exceptions.
throwErrnoIfMinus1Retry :: (MonadUnliftIO m, Eq a, Num a) => String -> m a -> m aunliftio UnliftIO.Foreign Unlifted throwErrnoIfMinus1Retry.
throwErrnoIfMinus1RetryMayBlock :: (MonadUnliftIO m, Eq a, Num a) => String -> m a -> m b -> m aunliftio UnliftIO.Foreign Unlifted throwErrnoIfMinus1RetryMayBlock.
throwErrnoIfMinus1RetryMayBlock_ :: (MonadUnliftIO m, Eq a, Num a) => String -> m a -> m b -> m ()unliftio UnliftIO.Foreign Unlifted throwErrnoIfMinus1RetryMayBlock_