• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. anywhereCacheId :: StorageAnywhereCachesDisable -> Text

    gogol-storage Gogol.Storage.AnywhereCaches.Disable

    The ID of requested Anywhere Cache instance.

  2. anywhereCacheId :: StorageAnywhereCachesGet -> Text

    gogol-storage Gogol.Storage.AnywhereCaches.Get

    The ID of requested Anywhere Cache instance.

  3. anywhereCacheId :: StorageAnywhereCachesPause -> Text

    gogol-storage Gogol.Storage.AnywhereCaches.Pause

    The ID of requested Anywhere Cache instance.

  4. anywhereCacheId :: StorageAnywhereCachesResume -> Text

    gogol-storage Gogol.Storage.AnywhereCaches.Resume

    The ID of requested Anywhere Cache instance.

  5. anywhereCacheId :: StorageAnywhereCachesUpdate -> Text

    gogol-storage Gogol.Storage.AnywhereCaches.Update

    The ID of requested Anywhere Cache instance.

  6. anywhereCacheId :: AnywhereCache -> Maybe Text

    gogol-storage Gogol.Storage.Types

    The ID of the Anywhere cache instance.

  7. anything :: Query

    libmpd Network.MPD

    An empty query. Matches anything.

  8. anyM :: (Monad m, Traversable t) => (a -> m Bool) -> t a -> m Bool

    monadlist Control.Monad.ListM

    No documentation available.

  9. anyStr :: String -> Resp -> Result ()

    redis-resp Data.Redis.Command

    No documentation available.

  10. anyMatches :: Matches a -> Bool

    regex-with-pcre Text.RE.PCRE

    tests whether the RE matched the source text at all

Page 90 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete