fix(tests/lean/run): new option names
This commit is contained in:
parent
08052c1988
commit
273f6fc04c
2 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,4 @@
|
|||
set_option blast.init_depth 10
|
||||
set_option blast.inc_depth 100
|
||||
set_option blast.trace true
|
||||
set_option trace.blast true
|
||||
|
||||
example (p q : Prop) : p ∨ q → q ∨ p :=
|
||||
by blast
|
||||
|
|
|
@ -4,7 +4,7 @@ attribute P_sub [instance]
|
|||
constant q : P → nat → Prop
|
||||
|
||||
set_option blast.simp false
|
||||
set_option blast.trace true
|
||||
set_option trace.blast true
|
||||
set_option trace.congruence_closure true
|
||||
|
||||
example (a : nat) (h₁ h₂ : P) : q h₁ a = q h₂ a :=
|
||||
|
|
Loading…
Reference in a new issue