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

8 lines
219 B
Text

modBug.lean:1:48-1:64: error: Application type mismatch: In the application
Nat.zero_ne_one (Nat.mod_zero 1)
the final argument
Nat.mod_zero 1
has type
1 % 0 = 1 : Prop
but is expected to have type
0 = 1 : Prop