lean4-htt/tests/lean/243.lean.expected.out
Markus Himmel eda467e066
fix: typo in application type mismatch error message (#8290)
This PR fixes a typo that was introduced recently.
2025-05-12 13:35:29 +00:00

16 lines
364 B
Text

243.lean:2:10-2:14: error: Application type mismatch: In the application
⟨Bool, true⟩
the final argument
true
has type
_root_.Bool : Type
but is expected to have type
Bool : Type
243.lean:13:7-13:8: error: Application type mismatch: In the application
⟨A, a⟩
the final argument
a
has type
Foo.A : Type
but is expected to have type
A : Type