Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Types.Var.Env No documentation available.
mkEmptyTidyEnv :: TidyOccEnv -> TidyEnvghc GHC.Types.Var.Env No documentation available.
-
ghc GHC.Types.Var.Set Deterministic Identifier Set
ue_all_home_unit_ids :: UnitEnv -> Set UnitIdghc GHC.Unit.Env No documentation available.
ue_renameUnitId :: HasDebugCallStack => UnitId -> UnitId -> UnitEnv -> UnitEnvghc GHC.Unit.Env Rename a unit id in the internal unit env. ue_renameUnitId oldUnit newUnit UnitEnv, it is assumed that the oldUnit exists in the map, otherwise we panic. The DynFlags associated with the home unit will have its field homeUnitId set to newUnit.
finder_hiDir :: FinderOpts -> Maybe FilePathghc GHC.Unit.Finder No documentation available.
finder_hiddenModules :: FinderOpts -> Set ModuleNameghc GHC.Unit.Finder No documentation available.
fr_mods_hidden :: FindResult -> [Unit]ghc GHC.Unit.Finder Module is in these units, but the *module* is hidden
fr_pkgs_hidden :: FindResult -> [Unit]ghc GHC.Unit.Finder Module is in these units, but the *unit* is hidden
finder_hiDir :: FinderOpts -> Maybe FilePathghc GHC.Unit.Finder.Types No documentation available.