lean4-htt/tests/lean/choice_expl.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

7 lines
361 B
Text

pr : Π {A : Type u_1}, A → A → A
pr a b : N
choice_expl.lean:15:7: error: ambiguous overload, possible interpretations
N2.pr a b
N1.pr a b
Additional information:
choice_expl.lean:15:7: context: switched to basic overload resolution where arguments are elaborated without any information about the expected type because expected type was not available