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.
lookupGE :: Enum k => k -> EnumSet k -> Maybe kenummapset Data.EnumSet No documentation available.
lookupGT :: Enum k => k -> EnumSet k -> Maybe kenummapset Data.EnumSet No documentation available.
lookupLE :: Enum k => k -> EnumSet k -> Maybe kenummapset Data.EnumSet No documentation available.
lookupLT :: Enum k => k -> EnumSet k -> Maybe kenummapset Data.EnumSet No documentation available.
lookupIPE :: Ptr StgInfoTable -> IO (Maybe InfoProv)ghc-internal GHC.Internal.InfoProv.Types No documentation available.
lookupEnv :: String -> IO (Maybe String)ghc-internal GHC.Internal.System.Environment Return the value of the environment variable var, or Nothing if there is no such value. For POSIX users, this is equivalent to getEnv.
lookupKey :: Text -> KeyMap v -> Maybe vopenapi3 Data.OpenApi.Aeson.Compat No documentation available.
lookupTypeNameWithLocals :: DsMonad q => String -> q (Maybe Name)th-desugar Language.Haskell.TH.Desugar Like lookupTypeName from Template Haskell, but looks also in Names of not-yet-typechecked declarations. To establish this list of not-yet-typechecked declarations, use withLocalDeclarations. Returns Nothing if no type with the same name can be found.
lookupValueNameWithLocals :: DsMonad q => String -> q (Maybe Name)th-desugar Language.Haskell.TH.Desugar Like lookupValueName from Template Haskell, but looks also in Names of not-yet-typechecked declarations. To establish this list of not-yet-typechecked declarations, use withLocalDeclarations. Returns Nothing if no value with the same name can be found.
lookupAt :: Index -> OMap k v -> Maybe (k, v)th-desugar Language.Haskell.TH.Desugar.OMap No documentation available.