This PR standardizes error messages by quoting names with backticks. The changes were automated, so some cases may still be missing.
11 lines
408 B
Text
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
|