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. lookupConstructorFields :: HasDebugCallStack => Name -> RnM [FieldLabel]

    ghc GHC.Rename.Env

    No documentation available.

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

    ghc GHC.Rename.Env

    Look up the arity and record fields of a constructor.

  3. 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].

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

    ghc GHC.Rename.Env

    No documentation available.

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

  6. lookupGlobalOccRn :: RdrName -> RnM Name

    ghc GHC.Rename.Env

    No documentation available.

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

    ghc GHC.Rename.Env

    No documentation available.

  8. lookupGreAvailRn :: RdrName -> RnM (Maybe GlobalRdrElt)

    ghc GHC.Rename.Env

    No documentation available.

  9. lookupIfThenElse :: RnM (Maybe Name)

    ghc GHC.Rename.Env

    No documentation available.

  10. lookupInfoOccRn :: RdrName -> RnM [Name]

    ghc GHC.Rename.Env

    lookupInfoOccRn is intended for use in GHCi's ":info" command It finds all the GREs that RdrName could mean, not complaining about ambiguity, but rather returning them all (c.f. #9881). lookupInfoOccRn is also used in situations where we check for at least one definition of the RdrName, not complaining about multiple definitions (see #17832).

Page 53 of many | Previous | Next