Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. anyErrorCall :: Selector ErrorCall

    hspec-expectations-pretty-diff Test.Hspec.Expectations.Pretty

    No documentation available.

  2. anyException :: Selector SomeException

    hspec-expectations-pretty-diff Test.Hspec.Expectations.Pretty

    No documentation available.

  3. anyIOException :: Selector IOException

    hspec-expectations-pretty-diff Test.Hspec.Expectations.Pretty

    No documentation available.

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

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

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

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

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

  9. anyChar :: Parser Char

    nvim-hs Neovim.Compat.Megaparsec

    No documentation available.

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

    relational-query Database.Relational.Arrow

    Aggregation function ANY.

Page 74 of many | Previous | Next