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-09 03:23:33 +00:00
example (a b : Prop) : a → b → a :=
by blast