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

9 lines
269 B
Text

do_match_fail.lean:8:2: error: match failed
state:
p q : Prop,
a : p,
a_1 : q
⊢ p
do_match_fail.lean:20:3: error: non-exhaustive match, the following cases are missing:
_example._match_1 list.nil
do_match_fail.lean:18:0: warning: declaration '[anonymous]' uses sorry