6 lines
101 B
Text
6 lines
101 B
Text
exit
|
|
|
|
set_option blast.strategy "preprocess"
|
|
|
|
example (a b : Prop) (Ha : a) (Hb : b) : a :=
|
|
by blast
|