Skip to content
  • Simon Peyton Jones's avatar
    Catch errors in pattern matching for unboxed tuples · 4f2e93bc
    Simon Peyton Jones authored
    When fiddling with pattern-matching for unboxed tuples, I'd messed up
    the slightly-tricky tests for pattern matching on unboxed tuples, notably
    	case (# foo, bar #) of r -> ...r...
    
    The fix is in TcPat, and test are tcfail115, tcfail120, and tc209
    4f2e93bc