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.

  1. finder_hiddenModules :: FinderOpts -> Set ModuleName

    ghc GHC.Unit.Finder.Types

    No documentation available.

  2. fr_mods_hidden :: FindResult -> [Unit]

    ghc GHC.Unit.Finder.Types

    Module is in these units, but the *module* is hidden

  3. fr_pkgs_hidden :: FindResult -> [Unit]

    ghc GHC.Unit.Finder.Types

    Module is in these units, but the *unit* is hidden

  4. homeUnitId :: GenHomeUnit u -> UnitId

    ghc GHC.Unit.Home

    Return home unit id

  5. isHomeUnitId :: GenHomeUnit u -> UnitId -> Bool

    ghc GHC.Unit.Home

    Test if the unit-id is the home unit-id

  6. notHomeUnitId :: Maybe (GenHomeUnit u) -> UnitId -> Bool

    ghc GHC.Unit.Home

    Test if the unit-id is not the home unit-id

  7. newtype PackageId

    ghc GHC.Unit.Info

    No documentation available.

  8. PackageId :: FastString -> PackageId

    ghc GHC.Unit.Info

    No documentation available.

  9. 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.

  10. 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)

Page 584 of many | Previous | Next