chore(tests/lean/run/blast_cc_noconfusion): make sure simp/subst are not used in the test
This commit is contained in:
parent
76cebb45f9
commit
4e8ae94aba
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
import data.list
|
||||
open nat
|
||||
|
||||
set_option blast.strategy "cc"
|
||||
|
||||
constant f : nat → nat
|
||||
|
||||
example (a b c d : nat) : f d = f b → succ a = f b → f d = succ c → a = c :=
|
||||
|
|
Loading…
Reference in a new issue