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

16 lines
297 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.

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