Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
updateModDetailsIdInfos Source #
:: CgInfos | |
-> ModDetails | ModDetails to update |
-> ModDetails |
Update CafInfos and LFInfos of all occurrences (in rules, unfoldings, class instances).
See Note [Conveying CAF-info and LFInfo between modules] in GHC.StgToCmm.Types.