lean2/tests/lean/error_full_names.lean.expected.out

17 lines
297 B
Text
Raw Normal View History

error_full_names.lean:5:8: error: type mismatch at application
0 + nat.zero
term
nat.zero
has type
nat
but is expected to have type
error_full_names.lean:9:6: error: type mismatch at application
nat.succ nat.zero
term
nat.zero
has type
foo.nat
but is expected to have type
nat