lean2/tests/lean/coe2.lean.expected.out
2016-06-02 11:28:00 -07:00

12 lines
214 B
Text

f (int.of_nat a) : int
λ x, @g a x : bv a → bv a
coe2.lean:19:6: error: type mismatch at application
f a
term
a
has type
nat
but is expected to have type
int
coe2.lean:20:14: error: type expected at
a