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.
lookupHptDirectly :: HomePackageTable -> Unique -> Maybe HomeModInfoghc-lib-parser GHC.Unit.Home.ModInfo No documentation available.
lookupInstalledModuleEnv :: InstalledModuleEnv a -> InstalledModule -> Maybe aghc-lib-parser GHC.Unit.Module.Env No documentation available.
-
ghc-lib-parser GHC.Unit.Module.Env No documentation available.
lookupModuleEnv :: ModuleEnv a -> Module -> Maybe aghc-lib-parser GHC.Unit.Module.Env No documentation available.
lookupWithDefaultModuleEnv :: ModuleEnv a -> a -> Module -> aghc-lib-parser GHC.Unit.Module.Env No documentation available.
lookupModuleInAllUnits :: UnitState -> ModuleName -> [(Module, UnitInfo)]ghc-lib-parser GHC.Unit.State Takes a ModuleName, and if the module is in any package returns list of modules which take that name.
lookupModulePackage :: UnitState -> ModuleName -> PkgQual -> Maybe [UnitInfo]ghc-lib-parser GHC.Unit.State The package which the module **appears** to come from, this could be the one which reexports the module from it's original package. This function is currently only used for -Wunused-packages
lookupModuleWithSuggestions :: UnitState -> ModuleName -> PkgQual -> LookupResultghc-lib-parser GHC.Unit.State No documentation available.
lookupPackageName :: UnitState -> PackageName -> Maybe UnitIdghc-lib-parser GHC.Unit.State Find the unit we know about with the given package name (e.g. foo), if any (NB: there might be a locally defined unit name which overrides this) This function is unsafe to use in general because it doesn't respect package visibility.
lookupPluginModuleWithSuggestions :: UnitState -> ModuleName -> PkgQual -> LookupResultghc-lib-parser GHC.Unit.State No documentation available.