This PR adds explanations for a few errors concerning noncomputability, redundant match alternatives, and invalid inductive declarations. These adopt a lower-case error naming style, which is also applied to existing error explanation tests.
6 lines
308 B
Text
6 lines
308 B
Text
redundantAlt.lean:5:1-5:9: error(lean.redundantMatchAlt): Redundant alternative: Any expression matching
|
|
2
|
|
will match one of the preceding alternatives
|
|
redundantAlt.lean:7:1-7:9: error(lean.redundantMatchAlt): Redundant alternative: Any expression matching
|
|
3
|
|
will match one of the preceding alternatives
|