Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
lookupUniqSet :: Uniquable key => UniqSet key -> key -> Maybe keyghc GHC.Types.Unique.Set What's the point you might ask? We might have changed an object without it's key changing. In which case this lookup makes sense.
lookupUniqSet_Directly :: UniqSet a -> Unique -> Maybe aghc GHC.Types.Unique.Set No documentation available.
lookupDVarEnv :: DVarEnv a -> Var -> Maybe aghc GHC.Types.Var.Env No documentation available.
lookupInScope :: InScopeSet -> Var -> Maybe Varghc 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 GHC.Types.Var.Env No documentation available.
lookupRnInScope :: RnEnv2 -> Var -> Varghc GHC.Types.Var.Env No documentation available.
lookupVarEnv :: VarEnv a -> Var -> Maybe aghc GHC.Types.Var.Env No documentation available.
lookupVarEnv_Directly :: VarEnv a -> Unique -> Maybe aghc GHC.Types.Var.Env No documentation available.
lookupVarEnv_NF :: VarEnv a -> Var -> aghc GHC.Types.Var.Env No documentation available.
lookupWithDefaultVarEnv :: VarEnv a -> a -> Var -> aghc GHC.Types.Var.Env No documentation available.