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.
-
ghc-internal GHC.Internal.Text.ParserCombinators.ReadP Parses zero or more occurrences of the given parser.
-
ghc-internal GHC.Internal.Text.ParserCombinators.ReadP Parses one or more occurrences of the given parser.
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.
skipMany :: ReadP a -> ReadP ()ghc-internal GHC.Internal.Text.ParserCombinators.ReadP Like many, but discards the result.
skipMany1 :: ReadP a -> ReadP ()ghc-internal GHC.Internal.Text.ParserCombinators.ReadP Like many1, but discards the result.
-
gi-pango GI.Pango.Enums Osmanya
waitAny :: MonadBaseControl IO m => [Async (StM m a)] -> m (Async (StM m a), a)lifted-async Control.Concurrent.Async.Lifted Generalized version of waitAny.
waitAnyCancel :: MonadBaseControl IO m => [Async (StM m a)] -> m (Async (StM m a), a)lifted-async Control.Concurrent.Async.Lifted Generalized version of waitAnyCancel.
-
lifted-async Control.Concurrent.Async.Lifted Generalized version of waitAnyCatch.
-
lifted-async Control.Concurrent.Async.Lifted Generalized version of waitAnyCatchCancel.