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

8 lines
141 B
Text

exit
set_option blast.strategy "preprocess"
lemma lemma1 (p : Prop) (a b : nat) : a = b → p → p :=
by blast
reveal lemma1
print lemma1