Skip to content

Fix some bugs in hiefile generation

Zubin requested to merge wz1000/ghc:hiefile-patch into master

Fix a few bugs in .hie file generation that

  • prevent type information for patterns from being captured due to a SrcSpan being unnecessarily discarded.
  • serializes the conLikeWrapId instead of the constructor while traversing RecCons in HsExpr leading to scope validation failing since the conLikeWrapId isn't assigned a scope anywhere in the file

Merge request reports