test(tests/lean/run): add Dan's reducible+ematch test
This commit is contained in:
parent
87995b96e3
commit
1c1cfdd010
1 changed files with 8 additions and 0 deletions
8
tests/lean/run/blast_ematch9.lean
Normal file
8
tests/lean/run/blast_ematch9.lean
Normal file
|
@ -0,0 +1,8 @@
|
|||
constant P : nat → Prop
|
||||
definition h [reducible] (n : nat) := n
|
||||
definition foo [forward] : ∀ x, P (h x) := sorry
|
||||
|
||||
set_option blast.ematch true
|
||||
|
||||
example (n : nat) : P (h n) :=
|
||||
by blast
|
Loading…
Reference in a new issue