17 lines
297 B
Text
17 lines
297 B
Text
|
error_full_names.lean:5:8: error: type mismatch at application
|
|||
|
0 + nat.zero
|
|||
|
term
|
|||
|
nat.zero
|
|||
|
has type
|
|||
|
nat
|
|||
|
but is expected to have type
|
|||
|
ℕ
|
|||
|
error_full_names.lean:9:6: error: type mismatch at application
|
|||
|
nat.succ nat.zero
|
|||
|
term
|
|||
|
nat.zero
|
|||
|
has type
|
|||
|
foo.nat
|
|||
|
but is expected to have type
|
|||
|
nat
|