lean2/tests/lean/run/blast7.lean
2015-11-13 16:31:07 -08:00

7 lines
128 B
Text

set_option blast.init_depth 10
lemma lemma1 (p : Prop) (a b : nat) : a = b → p → p :=
by blast
reveal lemma1
print lemma1