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. equalsAny :: FieldType a => Field a -> [a] -> SearchExpression

    bugzilla-redhat Web.RedHatBugzilla.Search

    No documentation available.

  2. stripAnyExtension :: Set String -> FilePath -> Maybe String

    cabal-gild CabalGild.Unstable.Action.EvaluatePragmas

    Attempts to strip any of the given extensions from the file path. If any of them succeed, the result is returned. Otherwise Nothing is returned.

  3. BadLocDirManyCabalFiles :: String -> BadPackageLocationMatch

    cabal-install Distribution.Client.ProjectConfig

    No documentation available.

  4. UserAnyQualifier :: PackageName -> UserConstraintScope

    cabal-install Distribution.Client.Targets

    Scope that applies to the package when it has any qualifier.

  5. UserAnySetupQualifier :: PackageName -> UserConstraintScope

    cabal-install Distribution.Client.Targets

    Scope that applies to the package when it has a setup qualifier.

  6. many :: ReadP r a -> ReadP r [a]

    cabal-install Distribution.Deprecated.ReadP

    Parses zero or more occurrences of the given parser.

  7. many1 :: ReadP r a -> ReadP r [a]

    cabal-install Distribution.Deprecated.ReadP

    Parses one or more occurrences of the given parser.

  8. manyTill :: ReadP r a -> ReadP [a] end -> ReadP r [a]

    cabal-install Distribution.Deprecated.ReadP

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

  9. skipMany :: ReadP r a -> ReadP r ()

    cabal-install Distribution.Deprecated.ReadP

    Like many, but discards the result.

  10. skipMany1 :: ReadP r a -> ReadP r ()

    cabal-install Distribution.Deprecated.ReadP

    Like many1, but discards the result.

Page 217 of many | Previous | Next