lean2/tests/lean/run/blast_backward_action_missing_normalize.lean

7 lines
163 B
Text
Raw Normal View History

constants (P : → Prop) (R : Prop)
lemma foo [intro!] : (: P 0 :) → R := sorry
constants (P0 : P 0)
attribute P0 [intro!]
example : R :=
by grind -- fails