Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. withMany :: (a -> (b -> res) -> res) -> [a] -> ([b] -> res) -> res

    unliftio UnliftIO.Foreign

    Replicates a withXXX combinator over a list of objects, yielding a list of marshalled objects

  2. waitAny :: MonadIO m => [Async a] -> m (Async a, a)

    unliftio UnliftIO.Internals.Async

    Lifted waitAny.

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

    unliftio UnliftIO.Internals.Async

    Lifted waitAnyCancel.

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

    unliftio UnliftIO.Internals.Async

    Lifted waitAnyCatch.

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

    unliftio UnliftIO.Internals.Async

    Lifted waitAnyCatchCancel.

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

    warp Network.Wai.Handler.Warp.Internal

    This is not used at this moment.

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

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

    semigroupoids Data.Functor.Alt

    No documentation available.

  9. getAny :: Any -> Bool

    base-compat Data.Monoid.Compat

    No documentation available.

  10. getAny :: Any -> Bool

    base-compat Data.Semigroup.Compat

    No documentation available.

Page 109 of many | Previous | Next