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

9 lines
199 B
Text

exit
constant P : nat → Prop
definition h [reducible] (n : nat) := n
definition foo [forward] : ∀ x, P (h x) := sorry
set_option blast.strategy "ematch"
example (n : nat) : P (h n) :=
by blast