Skip to content

Expose UnitInfoMap as it is part of the public API

Hannes Siebenhandl requested to merge fendor/ghc:expose-unit-info-map into master

Thank you for your contribution to GHC!

Please take a few moments to verify that your commits fulfill the following:

  • are either individually buildable or squashed
  • have commit messages which describe what they do (referring to [Notes][notes] and tickets using #NNNN syntax when appropriate)
  • When trying to build ghcide with HEAD, I noticed I could not use UnitInfoMap in Type Signatures as it is not exposed. However, UnitInfoMap is part of the public API (e.g. lookupUnit') and it should be possible to use it in type signatures.
Edited by Hannes Siebenhandl

Merge request reports