Hoogle Search
Within LTS Haskell 24.60 (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 k v -> k -> IO (Maybe v)Agda Agda.Utils.HashTable Tries to find a value corresponding to the key in the hash table.
lookup :: Ord k => [k] -> Trie k v -> Maybe vAgda Agda.Utils.Trie Returns the value associated with the given key, if any.
lookup :: Typeable a => HKey a -> HSet s -> ST s (Maybe a)HSet Data.HSet.Mutable No documentation available.
lookup :: (HashTable h, Hashable k) => k -> h RealWorld k v -> Maybe vRefSerialize Data.RefSerialize.Serialize No documentation available.
lookup :: Nat w => T w -> Position -> Usebattleship-combinatorics Combinatorics.Battleship.Count.Frontier No documentation available.
lookup :: T -> ShipSize -> NumberOfShipsbattleship-combinatorics Combinatorics.Battleship.Fleet No documentation available.
lookup :: DomCod z => z -> Dom z -> Maybe (Cod z)bimaps Data.Bijection.Class No documentation available.
lookup :: BinList a -> Int -> Maybe abinary-list Data.BinaryList O(log n). Lookup an element in the list by its index (starting from 0). If the index is out of range, Nothing is returned.
lookup :: ByteString -> Trie a -> Maybe abytestring-trie Data.Trie Return the value associated with a query string if it exists.
-
cabal-install Distribution.Client.InstallPlan Lookup a package in the plan.