Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
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.
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.
lookup :: TarIndex -> FilePath -> Maybe TarIndexEntrytar Codec.Archive.Tar.Index Look up a given filepath in the TarIndex. It may return a TarFileEntry containing the TarEntryOffset of the file within the tar file, or if the filepath identifies a directory then it returns a TarDir containing the list of files within that directory. Given the TarEntryOffset you can then use one of the I/O operations:
- hReadEntry to read the whole entry;
- hReadEntryHeader to read just the file metadata (e.g. its length);
lookup :: Key a -> Vault -> Maybe avault Data.Vault.Lazy Lookup the value of a key in the vault.
lookup :: Key s a -> Vault s -> Maybe avault Data.Vault.ST.Lazy Lookup the value of a key in the vault.
lookup :: Key s a -> Vault s -> Maybe avault Data.Vault.ST.Strict Lookup the value of a key in the vault.
lookup :: Key a -> Vault -> Maybe avault Data.Vault.Strict Lookup the value of a key in the vault.
lookup :: IsNode a => Key a -> Graph a -> Maybe aCabal-syntax Distribution.Compat.Graph O(log V). Lookup the node at a key in the graph.
lookup :: Eq a => a -> [(a, b)] -> Maybe bCabal-syntax Distribution.Compat.Prelude No documentation available.