lean2/tests/lean/run/blast17.lean

5 lines
128 B
Text
Raw Normal View History

set_option blast.strategy "preprocess"
example (p q r : Prop) (a b : nat) : true → a = a → q → q → p → p :=
by blast