Hoogle Search
Within LTS Haskell 24.12 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
lookupNode :: Ord a => a -> NodeMap a -> Maybe Nodefgl Data.Graph.Inductive.NodeMap Lookup for the node in the map.
lookupDefault :: StaticMap t => Val t -> Key t -> t -> Val trelude Relude.Extra.Map Return the value to which the specified key is mapped, or the default value if this map contains no mapping for the key.
>>> let myHashMap = HashMap.fromList [('a', "xxx"), ('b', "yyy")] >>> lookupDefault "zzz" 'b' myHashMap "yyy"
>>> lookupDefault "zzz" 'c' myHashMap "zzz"
lookupEnv :: MonadIO m => String -> m (Maybe String)relude Relude.Lifted.Env Lifted version of lookupEnv.
-
diagrams-core Diagrams.Core Look for the given name in a name map, returning a list of subdiagrams associated with that name. If no names match the given name exactly, return all the subdiagrams associated with names of which the given name is a suffix.
-
diagrams-core Diagrams.Core.Types Lookup the most recent diagram associated with (some qualification of) the given name.
-
diagrams-core Diagrams.Core.Types Look for the given name in a name map, returning a list of subdiagrams associated with that name. If no names match the given name exactly, return all the subdiagrams associated with names of which the given name is a suffix.
lookupBy1st :: Ord a => a -> BiMultiMap a b v -> Set (b, v)distributed-process Control.Distributed.Process.Internal.BiMultiMap Looks up all the triplets whose first component is the given value.
lookupBy2nd :: Ord b => b -> BiMultiMap a b v -> Set (a, v)distributed-process Control.Distributed.Process.Internal.BiMultiMap Looks up all the triplets whose second component is the given value.
lookupDefault :: (Eq k, Hashable k) => v -> k -> InsOrdHashMap k v -> vinsert-ordered-containers Data.HashMap.Strict.InsOrd No documentation available.
lookupMeta :: Text -> Meta -> Maybe MetaValuepandoc-types Text.Pandoc.Definition Retrieve the metadata value for a given key.