Wolfgang Jeltsch pushed to branch wip/jeltsch/improve-closure-property-check at Glasgow Haskell Compiler / GHC
Commits:
-
8134bb63
by Wolfgang Jeltsch at 2026-09-16T16:35:58+03:00
1 changed file:
Changes:
| ... | ... | @@ -308,7 +308,6 @@ data GlobalUnitKey = |
| 308 | 308 | GlobalUnitKey
|
| 309 | 309 | !UnitId -- ^ Unit Id of the 'UnitInfo'
|
| 310 | 310 | !UnitAbiHash -- ^ ABI hash of the 'UnitInfo'
|
| 311 | - deriving (Eq, Ord)
|
|
| 312 | 311 | |
| 313 | 312 | globalUnitKeyFromUnitInfo :: UnitInfo -> GlobalUnitKey
|
| 314 | 313 | globalUnitKeyFromUnitInfo ui = mkGlobalUnitKey (unitId ui) (unitAbiHash ui)
|