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. anyResponse :: Session FromServerMessage

    lsp-test Language.LSP.Test

    Matches if the message is a response.

  2. anySessionException :: SessionException -> Bool

    lsp-test Language.LSP.Test

    A predicate that matches on any SessionException

  3. anyOp :: Cluster -> Request -> IO Response

    memcache Database.Memcache.Cluster

    Run a Memcached operation against any single server in the cluster, handling any failures that occur, retrying the specified number of times.

  4. anySource :: Rank

    mpi-hs-binary Control.Distributed.MPI.Binary

    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-binary Control.Distributed.MPI.Binary

    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. anySource :: Rank

    mpi-hs-cereal Control.Distributed.MPI.Serialize

    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.

  7. anyTag :: Tag

    mpi-hs-cereal Control.Distributed.MPI.Serialize

    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.

  8. anyIP4 :: IP4

    network-ip Network.IP.Addr

    IPv4 address 0.0.0.0.

  9. anyIP6 :: IP6

    network-ip Network.IP.Addr

    IPv6 address ::.

  10. anySingle :: MonadParsec e s m => m (Token s)

    network-uri-template Network.URI.Template.Internal.Parse

    Parse and return a single token. It's a good idea to attach a label to this parser.

    anySingle = satisfy (const True)
    
    See also: satisfy, anySingleBut.

Page 86 of many | Previous | Next