Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. lookupOccEnv_WithFields :: OccEnv a -> OccName -> [a]

    ghc GHC.Plugins

    Lookup an element in an OccEnv, looking in the record field namespace for a variable.

  2. lookupOccEnv_WithFields :: OccEnv a -> OccName -> [a]

    ghc GHC.Plugins

    Lookup an element in an OccEnv, looking in the record field namespace for a variable.

  3. lookupTyVar :: Subst -> TyVar -> Maybe Type

    ghc GHC.Plugins

    No documentation available.

  4. lookupConstructorFields :: HasDebugCallStack => Name -> RnM [FieldLabel]

    ghc GHC.Rename.Env

    No documentation available.

  5. lookupConstructorInfo :: HasDebugCallStack => Name -> RnM ConInfo

    ghc GHC.Rename.Env

    Look up the arity and record fields of a constructor.

  6. lookupExprOccRn :: RdrName -> RnM (Maybe GlobalRdrElt)

    ghc GHC.Rename.Env

    Look up a RdrName used as a variable in an expression. This may be a local variable, global variable, or one or more record selector functions. It will not return record fields created with the NoFieldSelectors extension (see Note [NoFieldSelectors]). If the name is not in scope at the term level, but its promoted equivalent is in scope at the type level, the lookup will succeed (so that the type-checker can report a more informative error later). See Note [Promotion].

  7. lookupFamInstName :: Maybe Name -> LocatedN RdrName -> RnM (LocatedN Name)

    ghc GHC.Rename.Env

    No documentation available.

  8. lookupGREInfo :: HasDebugCallStack => HscEnv -> Name -> GREInfo

    ghc GHC.Rename.Env

    Look up the GREInfo associated with the given Name by looking up in the type environment.

  9. lookupGlobalOccRn :: RdrName -> RnM Name

    ghc GHC.Rename.Env

    No documentation available.

  10. lookupGlobalOccRn_maybe :: WhichGREs GREInfo -> RdrName -> RnM (Maybe GlobalRdrElt)

    ghc GHC.Rename.Env

    No documentation available.

Page 52 of many | Previous | Next