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

elseifDoErrorPos.lean:4:10-4:11: error: Application type mismatch: In the application
@ite ?m x
the final argument
x
has type
Nat : Type
but is expected to have type
Prop : Type
elseifDoErrorPos.lean:7:11-7:14: error: Application type mismatch: In the application
pure "a"
the final argument
"a"
has type
String : Type
but is expected to have type
Nat : Type