ghc-9.2.8: The GHC API
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.Iface.Env

Synopsis

Documentation

lookupIfaceTop :: OccName -> IfL Name #

Look up a top-level name from the current Iface module

lookupOrig :: Module -> OccName -> TcRnIf a b Name #

Look up the Name for a given Module and OccName. Consider alternatively using lookupIfaceTop if you're in the IfL monad and Module is simply that of the ModIface_ you are typechecking.

extendIfaceIdEnv :: [Id] -> IfL a -> IfL a #

setNameModule :: Maybe Module -> Name -> TcRnIf m n Name #

Set the Module of a Name.

newtype NameCacheUpdater #

A function that atomically updates the name cache given a modifier function. The second result of the modifier function will be the result of the IO action.

Constructors

NCU 

Fields