Skip to content
  • Simon Peyton Jones's avatar
    Improve error message suppression · 18cd7124
    Simon Peyton Jones authored
    TcErrors has a system for suppressing some type errors if a more
    serious one occurs.  But there was a crucial missing case, which
    sometimes resulted in a cascade of irrelevant errors overwhelming
    the actual cause. This was Trac #11541.
    
    The fix is simple.  Worth merging to 8.0
    18cd7124