lean4-htt/tests/lean/over_notation.lean.expected.out
2017-02-06 15:15:47 +01:00

27 lines
608 B
Text

f 0 1 : nat
g "a" "b" : string
over_notation.lean:11:9: error: none of the overloads are applicable
error for g
type mismatch at application
g tt
term
tt
has type
bool
but is expected to have type
string
error for f
type mismatch at application
f tt
term
tt
has type
bool
but is expected to have type
nat
Additional information:
over_notation.lean:11:9: context: switched to basic overload resolution where arguments are elaborated without any information about the expected type because expected type was not available
sorry : ?M_1
f 1 (f 2 (f 3 0)) : nat
g "a" (g "b" (g "c" "")) : string