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.

  1. waitAnyCatchCancel :: MonadIO m => [Async a] -> m (Async a, Either SomeException a)

    unliftio UnliftIO.Internals.Async

    Lifted waitAnyCatchCancel.

  2. connSendMany :: Connection -> [ByteString] -> IO ()

    warp Network.Wai.Handler.Warp.Internal

    This is not used at this moment.

  3. IndentMany :: Maybe Pos -> ([b] -> m a) -> m b -> IndentOpt (m :: Type -> Type) a b

    megaparsec 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

  4. many :: (Alt f, Applicative f) => f a -> f [a]

    semigroupoids Data.Functor.Alt

    No documentation available.

  5. getAny :: Any -> Bool

    base-compat Data.Monoid.Compat

    No documentation available.

  6. getAny :: Any -> Bool

    base-compat Data.Semigroup.Compat

    No documentation available.

  7. readMany :: Read a => String -> [a]

    utility-ht Text.Read.HT

    No documentation available.

  8. TooManyHeaderFields :: HttpExceptionContent

    http-conduit Network.HTTP.Client.Conduit

    Too many HTTP header fields were returned by the server.

  9. TooManyRedirects :: [Response ByteString] -> HttpExceptionContent

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

  10. TooManyHeaderFields :: HttpExceptionContent

    http-conduit Network.HTTP.Conduit

    Too many HTTP header fields were returned by the server.

Page 108 of many | Previous | Next