lean2/tests/lean/571.lean.expected.out
2016-06-02 11:28:00 -07:00

12 lines
415 B
Text
Raw Permalink 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.

571.lean:6:2: error:invalid 'cases' tactic, 'Exists' can only eliminate to Prop
proof state:
P : → Prop,
H : ∃ n, P n
571.lean:7:0: error: don't know how to synthesize placeholder
P : → Prop,
H : ∃ n, P n
571.lean:7:0: error: failed to add declaration 'example' to environment, value has metavariables
remark: set 'formatter.hide_full_terms' to false to see the complete term
?M_1