Skip to content

Change representation of field selector occurences

Shayne Fletcher requested to merge wip/T19720 into master

Issue tracked in #19720 (closed)

  • Change the names of the fields in type FieldOcc
    • extFieldOcc -> foExt, rdrNameFieldOcc -> foLabel
  • Change type of foLabel from LocatedN RdrName to XRec pass RdrName
  • Replace the use of AmbiguousFieldOcc p in HsRecFld to use FieldOcc p instead
  • Rename HsRecFld to HsRecSel and XRecFld to XRecSel
    • Make HsRecSel strict in XRecSel and type instance XRecSel GhcPs = Void.
Edited by Shayne Fletcher

Merge request reports