lean4-htt/tests/lean/elab11.lean.expected.out
2016-07-29 10:36:14 -07:00

21 lines
390 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

elab11.lean:6:6: error: ambiguous overload, possible interpretations
bla.f 1
boo.f 1
bla.f 1 :
boo.f 1 : bool
elab11.lean:16:7: error: none of the overloads are applicable
error for bla.f
invalid overload, expression
f 1
has type
but is expected to have type
string
error for boo.f
invalid overload, expression
f 1
has type
bool
but is expected to have type
string