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.
lookupNameCache :: NameCache -> Module -> OccName -> IO Nameghc GHC.Iface.Env No documentation available.
lookupOrig :: Module -> OccName -> TcRnIf a b Nameghc GHC.Iface.Env 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.
lookupOrigNameCache :: OrigNameCache -> Module -> OccName -> Maybe Nameghc GHC.Iface.Env No documentation available.
lookupPlatformConstants :: [FilePath] -> IO (Maybe PlatformConstants)ghc GHC.Platform Try to locate "DerivedConstants.h" file in the given dirs and to parse the PlatformConstants from it. See Note [Platform constants]
lookupCoVar :: Subst -> Var -> Maybe Coercionghc GHC.Plugins No documentation available.
lookupFieldsOccEnv :: OccEnv a -> FastString -> [a]ghc GHC.Plugins Look up all the record fields that match with the given FastString in an OccEnv.
lookupFieldsOccEnv :: OccEnv a -> FastString -> [a]ghc GHC.Plugins Look up all the record fields that match with the given FastString in an OccEnv.
lookupFsEnv :: FastStringEnv a -> FastString -> Maybe aghc GHC.Plugins No documentation available.
lookupFsEnv :: FastStringEnv a -> FastString -> Maybe aghc GHC.Plugins No documentation available.
lookupIdSubst :: HasDebugCallStack => Subst -> Id -> CoreExprghc GHC.Plugins Find the substitution for an Id in the Subst The Id should not be a CoVar