Hoogle Search
Within LTS Haskell 24.26 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
rio RIO.Set The minimal element of a set.
lookupHeader :: HeaderName -> [Header] -> Maybe StringHTTP Network.HTTP.Headers lookupHeader hdr hdrs locates the first header matching hdr in the list hdrs.
lookupJustDef :: Eq a => b -> a -> [(a, b)] -> berrors Control.Error No documentation available.
lookupIndex :: (HashTable h, Eq k, Hashable k) => h s k v -> k -> ST s (Maybe Word)hashtables Data.HashTable.Class Looks up the index of a key-value mapping in a hash table suitable for passing to nextByIndex.
lookupIndex :: (HashTable h, Eq k, Hashable k) => IOHashTable h k v -> k -> IO (Maybe Word)hashtables Data.HashTable.IO See the documentation for this function in lookupIndex.
lookupIndex :: (Hashable k, Eq k) => HashTable s k v -> k -> ST s (Maybe Word)hashtables Data.HashTable.ST.Cuckoo Find index of given key in the hashtable.
lookupAttr :: QName -> [Attr] -> Maybe Stringxml Text.XML.Light.Proc Lookup attribute name from list.
lookupAttrBy :: (QName -> Bool) -> [Attr] -> Maybe Stringxml Text.XML.Light.Proc Lookup the first attribute whose name satisfies the given predicate.
lookupCurveNameByOID :: OID -> Maybe CurveNamecrypton-x509 Data.X509.EC Return the curve name associated to an OID
-
diagrams-lib Diagrams.Names Lookup the most recent diagram associated with (some qualification of) the given name.