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.

  1. anyOf :: FoldLike Any s t a b -> (a -> Bool) -> s -> Bool

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

  2. anySource :: Rank

    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.

  3. anyTag :: Tag

    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.

  4. anySource :: Rank

    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.

  5. anyTag :: Tag

    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.

  6. anyChar :: Parser Char

    nvim-hs Neovim.Compat.Megaparsec

    No documentation available.

  7. any' :: (AggregatedContext ac, SqlContext ac) => Predicate Flat -> Record ac (Maybe Bool)

    relational-query Database.Relational.Arrow

    Aggregation function ANY.

  8. any' :: (AggregatedContext ac, SqlContext ac) => Predicate Flat -> Record ac (Maybe Bool)

    relational-query Database.Relational.Projectable

    Aggregation function ANY.

  9. anyLit :: (Attribute name, Eq string) => String -> string -> [T name string] -> Bool

    xml-basic Text.XML.Basic.Attribute

    No documentation available.

  10. anyName :: (Name name -> Bool) -> [T name string] -> Bool

    xml-basic Text.XML.Basic.Attribute

    No documentation available.

Page 73 of many | Previous | Next