8 lines
219 B
Text
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
|