lean4-htt/tests/lean/nary_overload.lean.expected.out
Sebastian Ullrich e3bfd90b06 fix(frontends/lean/elaborator): default recover_from_error to false for most commands
Fixes #1446

fix(frontends/lean/util): quoting private name

uncovered by now failing run test
2017-03-09 20:51:35 -08:00

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