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