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.
finder_hiddenModules :: FinderOpts -> Set ModuleNameghc GHC.Unit.Finder.Types No documentation available.
fr_mods_hidden :: FindResult -> [Unit]ghc GHC.Unit.Finder.Types Module is in these units, but the *module* is hidden
fr_pkgs_hidden :: FindResult -> [Unit]ghc GHC.Unit.Finder.Types Module is in these units, but the *unit* is hidden
homeUnitId :: GenHomeUnit u -> UnitIdghc GHC.Unit.Home Return home unit id
isHomeUnitId :: GenHomeUnit u -> UnitId -> Boolghc GHC.Unit.Home Test if the unit-id is the home unit-id
notHomeUnitId :: Maybe (GenHomeUnit u) -> UnitId -> Boolghc GHC.Unit.Home Test if the unit-id is not the home unit-id
-
ghc GHC.Unit.Info No documentation available.
PackageId :: FastString -> PackageIdghc GHC.Unit.Info No documentation available.
unitAbiDepends :: GenericUnitInfo srcpkgid srcpkgname uid modulename mod -> [(uid, ShortText)]ghc GHC.Unit.Info Like unitDepends, but each dependency is annotated with the ABI hash we expect the dependency to respect.
unitHiddenModules :: GenericUnitInfo srcpkgid srcpkgname uid modulename mod -> [modulename]ghc GHC.Unit.Info Hidden modules. These are useful for error reporting (e.g. if a hidden module is imported)