Skip to content
  • Simon Peyton Jones's avatar
    Fix Lint · c12a2ec5
    Simon Peyton Jones authored and Marge Bot's avatar Marge Bot committed
    Ticket #17590 pointed out a bug in the way the linter dealt with
    type lets, exposed by the new uniqAway story.
    
    The fix is described in Note [Linting type lets]. I ended up
    putting the in-scope Ids in a different env field, le_ids,
    rather than (as before) sneaking them into the TCvSubst.
    
    Surprisingly tiresome, but done.
    
    Metric Decrease:
        hie002
    c12a2ec5