Skip to content
  • Simon Peyton Jones's avatar
    Refactor HsExpr.RecordCon, RecordUpd · 07eb258d
    Simon Peyton Jones authored
    This follows Matthew's patch making pattern synoyms work
    with records.
    
    This patch
     - replaces the (PostTc id [FieldLabel]) field of
       RecordCon with (PostTc id ConLike)
    
     - record-ises both RecordCon and RecordUpd, which
       both have quite a lot of fields.
    
    No change in behaviour
    07eb258d