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

Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. lookup :: (Eq k, Hashable k) => HashTable s k v -> k -> ST s (Maybe v)

    hashtables Data.HashTable.ST.Basic

    See the documentation for this function in lookup.

  2. lookup :: (Eq k, Hashable k) => HashTable s k v -> k -> ST s (Maybe v)

    hashtables Data.HashTable.ST.Cuckoo

    See the documentation for this function in lookup.

  3. lookup :: (Eq k, Hashable k) => HashTable s k v -> k -> ST s (Maybe v)

    hashtables Data.HashTable.ST.Linear

    See the documentation for this function in Data.HashTable.Class#v:lookup.

  4. lookup :: Key a -> Vault -> Maybe a

    vault Data.Vault.Lazy

    Lookup the value of a key in the vault.

  5. lookup :: Key s a -> Vault s -> Maybe a

    vault Data.Vault.ST.Lazy

    Lookup the value of a key in the vault.

  6. lookup :: Key s a -> Vault s -> Maybe a

    vault Data.Vault.ST.Strict

    Lookup the value of a key in the vault.

  7. lookup :: Key a -> Vault -> Maybe a

    vault Data.Vault.Strict

    Lookup the value of a key in the vault.

  8. lookup :: IsNode a => Key a -> Graph a -> Maybe a

    Cabal-syntax Distribution.Compat.Graph

    O(log V). Lookup the node at a key in the graph.

  9. lookup :: Eq a => a -> [(a, b)] -> Maybe b

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  10. lookup :: StaticMap t => Key t -> t -> Maybe (Val t)

    relude Relude.Extra.Map

    No documentation available.

Page 5 of many | Previous | Next

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