lean4-htt/tests/lean/bad_pattern2.lean.expected.out

11 lines
373 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/equations expression