8 lines
187 B
Text
8 lines
187 B
Text
modBug.lean:1:32-1:62: error: application type mismatch
|
|
Nat.zeroNeOne (Nat.mod_zero _)
|
|
argument
|
|
Nat.mod_zero _
|
|
has type
|
|
1 % 0 = 1 : Prop
|
|
but is expected to have type
|
|
0 = 1 : Prop
|