lean4-htt/tests/lean/interactive/incrementalInduction.lean.expected.out
jrr6 62f14514da
refactor: update built-in tactic error messages (#9633)
This PR updates various error messages produced by or associated with
built-in tactics and adapts their formatting to current conventions.
2025-07-31 14:16:57 +00:00

50 lines
579 B
Text

b 0
b 1
b 2
b 2.5
n 0
n 1
n 2
n 1.5
n 2
n 2.5
p -1
p -1
p 0
p 1
p -1
p -1
p 1.5
w 0
w 1
w 0
w 1
w 0
w 1.5
w 0
w 1.5
pm 0
pm 1
pm 0
pm 1
pm 0
pm 1.5
pm 0
pm 1.5
c 0
c 1
c 2
c 1.5
c 2
c 2.5
{"version": 1,
"uri": "file:///incrementalInduction.lean",
"diagnostics":
[{"source": "Lean 4",
"severity": 1,
"range":
{"start": {"line": 5, "character": 2}, "end": {"line": 5, "character": 7}},
"message":
"Dependent elimination failed: Failed to solve equation\n n = f n",
"fullRange":
{"start": {"line": 5, "character": 2}, "end": {"line": 5, "character": 7}}}]}