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.

  1. lookupDVarEnv :: DVarEnv a -> Var -> Maybe a

    ghc GHC.Types.Var.Env

    No documentation available.

  2. lookupInScope :: InScopeSet -> Var -> Maybe Var

    ghc GHC.Types.Var.Env

    Look up a variable the InScopeSet. This lets you map from the variable's identity (unique) to its full value.

  3. lookupInScope_Directly :: InScopeSet -> Unique -> Maybe Var

    ghc GHC.Types.Var.Env

    No documentation available.

  4. lookupRnInScope :: RnEnv2 -> Var -> Var

    ghc GHC.Types.Var.Env

    No documentation available.

  5. lookupVarEnv :: VarEnv a -> Var -> Maybe a

    ghc GHC.Types.Var.Env

    No documentation available.

  6. lookupVarEnv_Directly :: VarEnv a -> Unique -> Maybe a

    ghc GHC.Types.Var.Env

    No documentation available.

  7. lookupVarEnv_NF :: VarEnv a -> Var -> a

    ghc GHC.Types.Var.Env

    No documentation available.

  8. lookupWithDefaultVarEnv :: VarEnv a -> a -> Var -> a

    ghc GHC.Types.Var.Env

    No documentation available.

  9. lookupVarSet :: VarSet -> Var -> Maybe Var

    ghc GHC.Types.Var.Set

    No documentation available.

  10. lookupVarSetByName :: VarSet -> Name -> Maybe Var

    ghc GHC.Types.Var.Set

    No documentation available.

Page 61 of many | Previous | Next