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

20 lines
395 B
Text

binrelTypeMismatch.lean:10:14-10:16: error: Type mismatch
()
has type
Unit
but is expected to have type
Bool
binrelTypeMismatch.lean:15:21-15:22: error: Type mismatch
p
has type
Prop
but is expected to have type
Bool
Prop → sorry : Sort u_1
binrelTypeMismatch.lean:20:27-20:28: error: Type mismatch
p
has type
Prop
but is expected to have type
Bool
Prop → sorry : Sort u_1