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.

  1. waitAnyCancel :: MonadIO m => [Async a] -> m (Async a, a)

    unliftio UnliftIO.Internals.Async

    Lifted waitAnyCancel.

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

    unliftio UnliftIO.Internals.Async

    Lifted waitAnyCatch.

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

    unliftio UnliftIO.Internals.Async

    Lifted waitAnyCatchCancel.

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

    warp Network.Wai.Handler.Warp.Internal

    This is not used at this moment.

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

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

    semigroupoids Data.Functor.Alt

    No documentation available.

  7. getAny :: Any -> Bool

    base-compat Data.Monoid.Compat

    No documentation available.

  8. getAny :: Any -> Bool

    base-compat Data.Semigroup.Compat

    No documentation available.

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

    utility-ht Text.Read.HT

    No documentation available.

  10. TooManyHeaderFields :: HttpExceptionContent

    http-conduit Network.HTTP.Client.Conduit

    Too many HTTP header fields were returned by the server.

Page 108 of many | Previous | Next