Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
waitAnyCatchCancel :: MonadIO m => [Async a] -> m (Async a, Either SomeException a)unliftio UnliftIO.Internals.Async Lifted waitAnyCatchCancel.
connSendMany :: Connection -> [ByteString] -> IO ()warp Network.Wai.Handler.Warp.Internal This is not used at this moment.
IndentMany :: Maybe Pos -> ([b] -> m a) -> m b -> IndentOpt (m :: Type -> Type) a bmegaparsec Text.Megaparsec.Char.Lexer Parse many indented tokens (possibly zero), use given indentation level (if Nothing, use level of the first indented token); the second argument tells how to get the final result, and the third argument describes how to parse an indented token
many :: (Alt f, Applicative f) => f a -> f [a]semigroupoids Data.Functor.Alt No documentation available.
-
base-compat Data.Monoid.Compat No documentation available.
-
base-compat Data.Semigroup.Compat No documentation available.
readMany :: Read a => String -> [a]utility-ht Text.Read.HT No documentation available.
TooManyHeaderFields :: HttpExceptionContenthttp-conduit Network.HTTP.Client.Conduit Too many HTTP header fields were returned by the server.
TooManyRedirects :: [Response ByteString] -> HttpExceptionContenthttp-conduit Network.HTTP.Client.Conduit 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-conduit Network.HTTP.Conduit Too many HTTP header fields were returned by the server.