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

9 lines
205 B
Text

389.lean:7:14-7:17: error: Application type mismatch: In the application
getFoo bar
the final argument
bar
has type
Bar Nat : Type
but is expected to have type
Foo ?m : Type
getFoo bar.toFoo : Nat