Fixes #1446 fix(frontends/lean/util): quoting private name uncovered by now failing run test
10 lines
245 B
Text
10 lines
245 B
Text
error_full_names.lean:4:7: error: failed to synthesize type class instance for
|
||
⊢ has_zero nat
|
||
error_full_names.lean:8:7: error: type mismatch at application
|
||
nat.succ nat.zero
|
||
term
|
||
nat.zero
|
||
has type
|
||
nat
|
||
but is expected to have type
|
||
ℕ
|