lean4-htt/tests/lean/modBug.lean.expected.out
jrr6 e9a318df16
fix: reorder "application type mismatch" message (#9287)
This PR rewords the "application type mismatch" error message so that
the argument and its type precede the application expression.
2025-07-15 19:20:18 +00:00

8 lines
199 B
Text

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