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
2 lines
156 B
Text
2 lines
156 B
Text
inductionParse.lean:4:2-4:11: error: Alternative 'zero' has not been provided
|
|
inductionParse.lean:4:2-4:11: error: Alternative 'succ' has not been provided
|