Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
lookupUniqSet_Directly :: UniqSet a -> Unique -> Maybe aghc-lib-parser GHC.Types.Unique.Set No documentation available.
lookupDVarEnv :: DVarEnv a -> Var -> Maybe aghc-lib-parser GHC.Types.Var.Env No documentation available.
lookupInScope :: InScopeSet -> Var -> Maybe Varghc-lib-parser GHC.Types.Var.Env Look up a variable the InScopeSet. This lets you map from the variable's identity (unique) to its full value.
lookupInScope_Directly :: InScopeSet -> Unique -> Maybe Varghc-lib-parser GHC.Types.Var.Env No documentation available.
lookupRnInScope :: RnEnv2 -> Var -> Varghc-lib-parser GHC.Types.Var.Env No documentation available.
lookupVarEnv :: VarEnv a -> Var -> Maybe aghc-lib-parser GHC.Types.Var.Env No documentation available.
lookupVarEnv_Directly :: VarEnv a -> Unique -> Maybe aghc-lib-parser GHC.Types.Var.Env No documentation available.
lookupVarEnv_NF :: VarEnv a -> Var -> aghc-lib-parser GHC.Types.Var.Env No documentation available.
lookupWithDefaultVarEnv :: VarEnv a -> a -> Var -> aghc-lib-parser GHC.Types.Var.Env No documentation available.
lookupVarSet :: VarSet -> Var -> Maybe Varghc-lib-parser GHC.Types.Var.Set No documentation available.