lean4-htt/tests/lean/755.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

24 lines
436 B
Text

755.lean:7:44-7:47: error: Type mismatch
rfl
has type
?_ = ?_
but is expected to have type
0 = 0
755.lean:26:2-26:5: error: Type mismatch
rfl
has type
?_ = ?_
but is expected to have type
2 * 3 = 2 * 3
755.lean:29:2-29:5: error: Type mismatch
rfl
has type
?_ = ?_
but is expected to have type
2 + 3 = 2 + 3
755.lean:32:2-32:5: error: Type mismatch
rfl
has type
?_ = ?_
but is expected to have type
2 - 3 = 2 - 3