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. eTOOMANYREFS :: Errno

    ghc-internal GHC.Internal.Foreign.C.Error

    No documentation available.

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

    ghc-internal GHC.Internal.Foreign.Marshal.Utils

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

  3. catchAny :: IO a -> (forall e . Exception e => e -> IO a) -> IO a

    ghc-internal GHC.Internal.IO

    Catch any Exception type in the IO monad. Note that this function is strict in the action. That is, catchAny undefined b == _|_. See for details.

  4. many :: ReadP a -> ReadP [a]

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

    Parses zero or more occurrences of the given parser.

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

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

    Parses one or more occurrences of the given parser.

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

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

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

    Like many, but discards the result.

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

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

    Like many1, but discards the result.

  9. ScriptOsmanya :: Script

    gi-pango GI.Pango.Enums

    Osmanya

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

    lifted-async Control.Concurrent.Async.Lifted

    Generalized version of waitAny.

Page 142 of many | Previous | Next