lean4-htt/tests/lean/run/blast_meta_bug.lean
2016-06-10 18:29:41 -07:00

8 lines
212 B
Text

exit
constants {A : Type.{1}} (P : A → Prop) (Q : A → Prop)
definition H [forward] : ∀ a, (: P a :) → Exists Q := sorry
set_option blast.strategy "ematch"
example (a : A) : P a → Exists Q :=
by blast