fix(tests/lean/run/blast9): missing option
This commit is contained in:
parent
aa998bfad3
commit
ae8efb684e
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ set_option blast.strategy "preprocess"
|
|||
example (p : Prop) (a b c : nat) : [a, b, c] = [] → p :=
|
||||
by blast
|
||||
|
||||
set_option blast.strategy "simple"
|
||||
|
||||
lemma l1 (a b c d e f : nat) : [a, b, c] = [d, e, f] → a = d ∧ b = e ∧ c = f :=
|
||||
by blast
|
||||
|
||||
|
|
Loading…
Reference in a new issue