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

7 lines
147 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

matchErrorLocation.lean:5:10-5:14: error: Type mismatch
h he
has type
False
of sort `Prop` but is expected to have type
α
of sort `Type ?u`