This PR improves the error messages produced by invalid pattern-match alternatives and improves parity in error placement between pattern-matching tactics and elaborators. Closes #7170
6 lines
260 B
Text
6 lines
260 B
Text
redundantAlt.lean:5:1-5:9: error: Redundant alternative: Any expression matching
|
|
2
|
|
will match one of the preceding alternatives
|
|
redundantAlt.lean:7:1-7:9: error: Redundant alternative: Any expression matching
|
|
3
|
|
will match one of the preceding alternatives
|