Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
installedModuleEnvElts :: InstalledModuleEnv a -> [(InstalledModule, a)]ghc GHC.Unit.Module.Env No documentation available.
lookupInstalledModuleEnv :: InstalledModuleEnv a -> InstalledModule -> Maybe aghc GHC.Unit.Module.Env No documentation available.
-
ghc GHC.Unit.Module.Env No documentation available.
-
ghc GHC.Unit.Module.Env No documentation available.
imv_all_exports :: ImportedModsVal -> !GlobalRdrEnvghc GHC.Unit.Module.Imported all the things the module could provide. NB. BangPattern here: otherwise this leaks. (#15111)
ms_installed_mod :: ModSummary -> InstalledModuleghc GHC.Unit.Module.ModSummary No documentation available.
WarnAll :: WarningTxt pass -> Warnings passghc GHC.Unit.Module.Warnings Whole module deprecated
lookupModuleInAllUnits :: UnitState -> ModuleName -> [(Module, UnitInfo)]ghc GHC.Unit.State Takes a ModuleName, and if the module is in any package returns list of modules which take that name.
type
InstalledModule = GenModule UnitIdghc GHC.Unit.Types A InstalledModule is a Module whose unit is identified with an UnitId.
-
ghc GHC.Utils.Exception No documentation available.