lean4-htt/tests/lean/simpArgTypeMismatch.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
216 B
Text

simpArgTypeMismatch.lean:3:29-3:33: error: Application type mismatch: The argument
Unit
has type
Type
of sort `Type 1` but is expected to have type
¬?m
of sort `Prop` in the application
decide_eq_false Unit