lean4-htt/tests/lean/modBug.lean.expected.out
Leonardo de Moura 1d9d8c7e75 chore: fix tests
close #402
2021-08-07 13:22:58 -07:00

8 lines
189 B
Text

modBug.lean:1:32-1:64: error: application type mismatch
Nat.zero_ne_one (Nat.mod_zero _)
argument
Nat.mod_zero _
has type
1 % 0 = 1 : Prop
but is expected to have type
0 = 1 : Prop