lean4-htt/tests/lean/1673.lean.expected.out
Leonardo de Moura 2652cc18b8
chore: error messages consistency (#10143)
This PR standardizes error messages by quoting names with backticks. The
changes were automated, so some cases may still be missing.
2025-08-26 17:55:43 +00:00

11 lines
408 B
Text

1673.lean:1:4-1:9: error: fail to show termination for
foo.a
with errors
failed to infer structural recursion:
Not considering parameter n of foo.a:
it is unchanged in the recursive calls
Not considering parameter #2 of foo.a:
it is unchanged in the recursive calls
no parameters suitable for structural recursion
well-founded recursion cannot be used, `foo.a` does not take any (non-fixed) arguments