Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
anyOf :: FoldLike Any s t a b -> (a -> Bool) -> s -> Boollens-family-core Lens.Family anyOf :: Fold s t a b -> (a -> Bool) -> s -> Bool
Returns true if any of the referenced values satisfy the given predicate.-
mpi-hs Control.Distributed.MPI Rank placeholder to specify that a message can be received from any source (MPI_ANY_SOURCE). When calling probe or recv (or iprobe or irecv) with anySource as source, the actual source can be determined from the returned message status via getSource.
-
mpi-hs Control.Distributed.MPI Tag placeholder to specify that a message can have any tag (MPI_ANY_TAG). When calling probe or recv (or iprobe or irecv) with anyTag as tag, the actual tag can be determined from the returned message status via getTag.
-
mpi-hs Control.Distributed.MPI.Storable Rank placeholder to specify that a message can be received from any source (MPI_ANY_SOURCE). When calling probe or recv (or iprobe or irecv) with anySource as source, the actual source can be determined from the returned message status via getSource.
-
mpi-hs Control.Distributed.MPI.Storable Tag placeholder to specify that a message can have any tag (MPI_ANY_TAG). When calling probe or recv (or iprobe or irecv) with anyTag as tag, the actual tag can be determined from the returned message status via getTag.
-
nvim-hs Neovim.Compat.Megaparsec No documentation available.
any' :: (AggregatedContext ac, SqlContext ac) => Predicate Flat -> Record ac (Maybe Bool)relational-query Database.Relational.Arrow Aggregation function ANY.
any' :: (AggregatedContext ac, SqlContext ac) => Predicate Flat -> Record ac (Maybe Bool)relational-query Database.Relational.Projectable Aggregation function ANY.
anyLit :: (Attribute name, Eq string) => String -> string -> [T name string] -> Boolxml-basic Text.XML.Basic.Attribute No documentation available.
anyName :: (Name name -> Bool) -> [T name string] -> Boolxml-basic Text.XML.Basic.Attribute No documentation available.