lean4-htt/old_tests/tests/lean/bad_pattern2.lean.expected.out
2018-04-10 12:56:55 -07:00

11 lines
372 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.

bad_pattern2.lean:2:2: error: invalid pattern: variable, constructor or constant tagged as pattern expected
bad_pattern2.lean:2:13: error: unknown identifier 'bla.boo'
bad_pattern2.lean:2:2: error: type mismatch at application
foo bla.boo
term
bla.boo
has type
_
but is expected to have type
bad_pattern2.lean:2:10: error: ill-formed match/equation expression