Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. homeUnitMap :: IsUnitId v => (u -> v) -> GenHomeUnit u -> GenHomeUnit v

    ghc GHC.Unit.Home

    Map over the unit identifier for instantiating units

  2. type UnitInfoMap = UniqMap UnitId UnitInfo

    ghc GHC.Unit.State

    No documentation available.

  3. moduleNameProvidersMap :: UnitState -> !ModuleNameProvidersMap

    ghc GHC.Unit.State

    This is a full map from ModuleName to all modules which may possibly be providing it. These providers may be hidden (but we'll still want to report them in error messages), or it may be an ambiguous import.

  4. packageNameMap :: UnitState -> UniqFM PackageName UnitId

    ghc GHC.Unit.State

    A mapping of PackageName to UnitId. If several units have the same package name (e.g. different instantiations), then we return one of them... This is used when users refer to packages in Backpack includes. And also to resolve package qualifiers with the PackageImports extension.

  5. pluginModuleNameProvidersMap :: UnitState -> !ModuleNameProvidersMap

    ghc GHC.Unit.State

    A map, like moduleNameProvidersMap, but controlling plugin visibility.

  6. pprModuleMap :: ModuleNameProvidersMap -> SDoc

    ghc GHC.Unit.State

    Show the mapping of modules to where they come from.

  7. unitInfoMap :: UnitState -> UnitInfoMap

    ghc GHC.Unit.State

    A mapping of Unit to UnitInfo. This list is adjusted so that only valid units are here. UnitInfo reflects what was stored *on disk*, except for the trusted flag, which is adjusted at runtime. (In particular, some units in this map may have the exposed flag be False.)

  8. unwireMap :: UnitState -> UniqMap UnitId UnitId

    ghc GHC.Unit.State

    A mapping from wired in unit ids to unit keys from the database.

  9. wireMap :: UnitState -> UniqMap UnitId UnitId

    ghc GHC.Unit.State

    A mapping from database unit keys to wired in unit ids.

  10. strictMap :: (a -> b) -> [a] -> [b]

    ghc GHC.Utils.Misc

    No documentation available.

Page 467 of many | Previous | Next