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.
equalsAny :: FieldType a => Field a -> [a] -> SearchExpressionbugzilla-redhat Web.RedHatBugzilla.Search No documentation available.
stripAnyExtension :: Set String -> FilePath -> Maybe Stringcabal-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.
BadLocDirManyCabalFiles :: String -> BadPackageLocationMatchcabal-install Distribution.Client.ProjectConfig No documentation available.
UserAnyQualifier :: PackageName -> UserConstraintScopecabal-install Distribution.Client.Targets Scope that applies to the package when it has any qualifier.
UserAnySetupQualifier :: PackageName -> UserConstraintScopecabal-install Distribution.Client.Targets Scope that applies to the package when it has a setup qualifier.
many :: ReadP r a -> ReadP r [a]cabal-install Distribution.Deprecated.ReadP Parses zero or more occurrences of the given parser.
many1 :: ReadP r a -> ReadP r [a]cabal-install Distribution.Deprecated.ReadP Parses one or more occurrences of the given parser.
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.
skipMany :: ReadP r a -> ReadP r ()cabal-install Distribution.Deprecated.ReadP Like many, but discards the result.
skipMany1 :: ReadP r a -> ReadP r ()cabal-install Distribution.Deprecated.ReadP Like many1, but discards the result.