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

32 lines
722 B
Text

423.lean:3:35-3:40: error: Application type mismatch: In the application
HAdd.hAdd a
the final argument
a
has type
T : Sort u
but is expected to have type
Nat : Type
423.lean:5:37-5:38: error: Application type mismatch: In the application
Add T
the final argument
T
has type
Sort u : Type u
but is expected to have type
Type ?u : Type (?u + 1)
423.lean:5:47-5:48: error: Application type mismatch: In the application
OfNat T
the final argument
T
has type
Sort u : Type u
but is expected to have type
Type ?u : Type (?u + 1)
423.lean:5:55-5:60: error: Application type mismatch: In the application
HAdd.hAdd a
the final argument
a
has type
T : Sort u
but is expected to have type
Nat : Type