Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
conduit Data.Conduit.Combinators.Stream No documentation available.
TooManyHeaderFields :: HttpExceptionContenthttp-client Network.HTTP.Client Too many HTTP header fields were returned by the server.
TooManyRedirects :: [Response ByteString] -> HttpExceptionContenthttp-client Network.HTTP.Client The server responded with too many redirects for a request. Contains the list of encountered responses containing redirects in reverse chronological order; including last redirect, which triggered the exception and was not followed.
TooManyHeaderFields :: HttpExceptionContenthttp-client Network.HTTP.Client.Internal Too many HTTP header fields were returned by the server.
TooManyRedirects :: [Response ByteString] -> HttpExceptionContenthttp-client Network.HTTP.Client.Internal The server responded with too many redirects for a request. Contains the list of encountered responses containing redirects in reverse chronological order; including last redirect, which triggered the exception and was not followed.
waitAny :: MonadIO m => [Async a] -> m (Async a, a)unliftio UnliftIO.Async Lifted waitAny.
waitAnyCancel :: MonadIO m => [Async a] -> m (Async a, a)unliftio UnliftIO.Async Lifted waitAnyCancel.
waitAnyCatch :: MonadIO m => [Async a] -> m (Async a, Either SomeException a)unliftio UnliftIO.Async Lifted waitAnyCatch.
waitAnyCatchCancel :: MonadIO m => [Async a] -> m (Async a, Either SomeException a)unliftio UnliftIO.Async Lifted waitAnyCatchCancel.
waitAnyCatchSTM :: [Async a] -> STM (Async a, Either SomeException a)unliftio UnliftIO.Async A version of waitAnyCatch that can be used inside an STM transaction.