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.
anyM :: (Monad m, Traversable t) => (a -> m Bool) -> t a -> m Boolmonadlist Control.Monad.ListM No documentation available.
anyStr :: String -> Resp -> Result ()redis-resp Data.Redis.Command No documentation available.
anyMatches :: Matches a -> Boolregex-with-pcre Text.RE.PCRE tests whether the RE matched the source text at all
anyMatches :: Matches a -> Boolregex-with-pcre Text.RE.PCRE.ByteString tests whether the RE matched the source text at all
anyMatches :: Matches a -> Boolregex-with-pcre Text.RE.PCRE.ByteString.Lazy tests whether the RE matched the source text at all
anyMatches :: Matches a -> Boolregex-with-pcre Text.RE.PCRE.Sequence tests whether the RE matched the source text at all
anyMatches :: Matches a -> Boolregex-with-pcre Text.RE.PCRE.String tests whether the RE matched the source text at all
anyMatches :: Matches a -> Boolregex-with-pcre Text.RE.PCRE.Text tests whether the RE matched the source text at all
anyMatches :: Matches a -> Boolregex-with-pcre Text.RE.PCRE.Text.Lazy tests whether the RE matched the source text at all
any' :: (AggregatedContext ac, SqlContext ac) => Predicate Flat -> Record ac (Maybe Bool)relational-record Database.Relational.Documentation Aggregation function ANY.