lean4-htt/tests/lean/redundantAlt.lean.expected.out
jrr6 32795911d2
feat: add initial error explanations (#8934)
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.
2025-06-23 17:24:09 +00:00

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