lean2/tests/lean/bad_pattern.lean.expected.out

13 lines
338 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_pattern.lean:9:33: error: invalid pattern hint, pattern must be applications
theorem tst₀ [forward] : ∀ (x : ), P x :=
sorry
(multi-)patterns:
{P ?M_1}
theorem tst₁ [forward] : ∀ (x : ), (:P x:) :=
sorry
(multi-)patterns:
{P ?M_1}
theorem tst₃ [forward] : ∀ (x : ), P (:id x:) :=
sorry
(multi-)patterns:
{P ?M_1}