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.
-
containers Data.Set.Internal The maximal element of a set.
-
containers Data.Set.Internal The minimal element of a set.
lookupOption :: IsOption v => OptionSet -> vtasty Test.Tasty.Options Query the option value.
lookupEnvOs :: OsString -> IO (Maybe OsString)directory System.Directory.Internal No documentation available.
lookupTypeName :: String -> Q (Maybe Name)template-haskell Language.Haskell.TH Look up the given name in the (type namespace of the) current splice's scope. See Language.Haskell.TH.Syntax#namelookup for more details.
lookupValueName :: String -> Q (Maybe Name)template-haskell Language.Haskell.TH Look up the given name in the (value namespace of the) current splice's scope. See Language.Haskell.TH.Syntax#namelookup for more details.
lookupName :: Bool -> String -> Q (Maybe Name)template-haskell Language.Haskell.TH.Syntax No documentation available.
lookupTypeName :: String -> Q (Maybe Name)template-haskell Language.Haskell.TH.Syntax Look up the given name in the (type namespace of the) current splice's scope. See Language.Haskell.TH.Syntax#namelookup for more details.
lookupValueName :: String -> Q (Maybe Name)template-haskell Language.Haskell.TH.Syntax Look up the given name in the (value namespace of the) current splice's scope. See Language.Haskell.TH.Syntax#namelookup for more details.
lookup' :: Eq k => Hash -> k -> HashMap k v -> Maybe vunordered-containers Data.HashMap.Internal lookup' is a version of lookup that takes the hash separately. It is used to implement alterF.