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.

  1. lookupUniqSet :: Uniquable key => UniqSet key -> key -> Maybe key

    ghc 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.

  2. lookupUniqSet_Directly :: UniqSet a -> Unique -> Maybe a

    ghc GHC.Types.Unique.Set

    No documentation available.

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

    ghc GHC.Types.Var.Env

    No documentation available.

  4. 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.

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

    ghc GHC.Types.Var.Env

    No documentation available.

  6. lookupRnInScope :: RnEnv2 -> Var -> Var

    ghc GHC.Types.Var.Env

    No documentation available.

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

    ghc GHC.Types.Var.Env

    No documentation available.

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

    ghc GHC.Types.Var.Env

    No documentation available.

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

    ghc GHC.Types.Var.Env

    No documentation available.

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

    ghc GHC.Types.Var.Env

    No documentation available.

Page 63 of many | Previous | Next