lean4-htt/tests/lean/autoPPExplicit.lean.expected.out
jrr6 e9a318df16
fix: reorder "application type mismatch" message (#9287)
This PR rewords the "application type mismatch" error message so that
the argument and its type precede the application expression.
2025-07-15 19:20:18 +00:00

8 lines
214 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.

autoPPExplicit.lean:2:26-2:31: error: Application type mismatch: The argument
b = c
has type
Prop
of sort `Type` but is expected to have type
α
of sort `Sort u_1` in the application
@Eq.trans α a (b = c)