lean2/tests/lean/run/blast2.lean

8 lines
153 B
Text
Raw Normal View History

set_option blast.strategy "preprocess"
example (a b : Prop) : forall (Ha : a) (Hb : b), a :=
by blast
2015-11-08 19:23:33 -08:00
example (a b : Prop) : a → b → a :=
by blast