lean4-htt/tests/lean/modBug.lean.expected.out
Leonardo de Moura d8ced44ce2 test: fix test
Error is now caught by the elaborator too
2021-01-31 09:01:08 -08:00

8 lines
171 B
Text

modBug.lean:1:32-1:61: error: application type mismatch
Nat.zeroNeOne (Nat.modZero 1)
argument
Nat.modZero 1
has type
1 % 0 = 1
but is expected to have type
0 = 1