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
82 B
Text
2 lines
82 B
Text
matchErrorMsg.lean:2:1-2:6: error: Missing cases:
|
|
(Prod.mk Nat.zero (Nat.succ _))
|