chore(tests/lean/run/blast_meta_bug): use "ematch" strategy in the test
This commit is contained in:
parent
121648dda6
commit
af7ffcf575
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
constants {A : Type.{1}} (P : A → Prop) (Q : A → Prop)
|
constants {A : Type.{1}} (P : A → Prop) (Q : A → Prop)
|
||||||
definition H : ∀ a, (: P a :) → Exists Q := sorry
|
definition H : ∀ a, (: P a :) → Exists Q := sorry
|
||||||
|
|
||||||
set_option blast.ematch true
|
set_option blast.strategy "ematch"
|
||||||
|
|
||||||
example (a : A) : P a → Exists Q :=
|
example (a : A) : P a → Exists Q :=
|
||||||
by blast
|
by blast
|
||||||
|
|
Loading…
Reference in a new issue