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

9 lines
192 B
Text

exit
attribute iff [reducible]
set_option blast.strategy "ematch"
definition lemma1 (p : nat → Prop) (a b c : nat) : p a → a = b → p b :=
by blast
set_option pp.beta true
print lemma1