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. many :: ReadP a -> ReadP [a]

    ghc-internal GHC.Internal.Text.ParserCombinators.ReadP

    Parses zero or more occurrences of the given parser.

  2. many1 :: ReadP a -> ReadP [a]

    ghc-internal GHC.Internal.Text.ParserCombinators.ReadP

    Parses one or more occurrences of the given parser.

  3. manyTill :: ReadP a -> ReadP end -> ReadP [a]

    ghc-internal GHC.Internal.Text.ParserCombinators.ReadP

    manyTill p end parses zero or more occurrences of p, until end succeeds. Returns a list of values returned by p.

  4. skipMany :: ReadP a -> ReadP ()

    ghc-internal GHC.Internal.Text.ParserCombinators.ReadP

    Like many, but discards the result.

  5. skipMany1 :: ReadP a -> ReadP ()

    ghc-internal GHC.Internal.Text.ParserCombinators.ReadP

    Like many1, but discards the result.

  6. ScriptOsmanya :: Script

    gi-pango GI.Pango.Enums

    Osmanya

  7. waitAny :: MonadBaseControl IO m => [Async (StM m a)] -> m (Async (StM m a), a)

    lifted-async Control.Concurrent.Async.Lifted

    Generalized version of waitAny.

  8. waitAnyCancel :: MonadBaseControl IO m => [Async (StM m a)] -> m (Async (StM m a), a)

    lifted-async Control.Concurrent.Async.Lifted

    Generalized version of waitAnyCancel.

  9. waitAnyCatch :: MonadBaseControl IO m => [Async (StM m a)] -> m (Async (StM m a), Either SomeException a)

    lifted-async Control.Concurrent.Async.Lifted

    Generalized version of waitAnyCatch.

  10. waitAnyCatchCancel :: MonadBaseControl IO m => [Async (StM m a)] -> m (Async (StM m a), Either SomeException a)

    lifted-async Control.Concurrent.Async.Lifted

    Generalized version of waitAnyCatchCancel.

Page 141 of many | Previous | Next