lean2/tests/lean/errors.lean.expected.out

8 lines
317 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.

errors.lean:4:0: error: unknown identifier 'a'
tst1 : nat → nat → nat
errors.lean:12:16: error: invalid 'begin-end' expression, ',' expected
errors.lean:22:12: error: unknown identifier 'b'
tst3 : A → A → A
foo.tst1 :
foo.tst2 :
foo.tst3 : Π (A : Type), A → A → A