ghc-10.0.0.20260917: The GHC API
Safe HaskellNone
LanguageGHC2024

GHC.Unit.External.Wired

Synopsis

WireMap

data WireMap Source #

The WireMap records the mapping from the UnitId of on-disk UnitInfo to the UnitId of the wiredInMap.

See wiredInUnitIds for the set of wired-in units.

UnwireMap

data UnwireMap Source #

The reverse of WireMap. Records the mapping from the wired-in UnitId to the on-disk UnitId.

Creating WireMap