lean2/tests/lean/run/blast_discr_tree_annot_bug.lean

5 lines
128 B
Text
Raw Normal View History

constants (P : → Prop) (Q : Prop)
lemma foo [intro!] [forward] : (: P 0 :) → Q := sorry
example : P 0 → Q :=
by grind