Hoogle Search
Within LTS Haskell 24.26 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
lookupIfaceTop :: OccName -> IfL Nameghc GHC.Iface.Env Look up a top-level name from the current Iface module
lookupIfaceTyVar :: IfaceTvBndr -> IfL (Maybe TyVar)ghc GHC.Iface.Env No documentation available.
lookupIfaceVar :: IfaceBndr -> IfL (Maybe TyCoVar)ghc GHC.Iface.Env No documentation available.
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.