lean2/tests/lean/run/blast7.lean

8 lines
128 B
Text
Raw Normal View History

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