Fixes #1446 fix(frontends/lean/util): quoting private name uncovered by now failing run test
9 lines
494 B
Text
9 lines
494 B
Text
nary_overload.lean:16:7: error: ambiguous overload, possible interpretations
|
|
[a, b, c]
|
|
[a, b, c]
|
|
Additional information:
|
|
nary_overload.lean:16:7: context: switched to basic overload resolution where arguments are elaborated without any information about the expected type because expected type was not available
|
|
[a, b, c] : vec A
|
|
[a, b, c] : lst A
|
|
@vec.cons A a (@vec.cons A b (@vec.cons A c (@vec.nil A))) : vec.{0} A
|
|
@lst.cons A a (@lst.cons A b (@lst.cons A c (@lst.nil A))) : lst.{0} A
|