chore(tests/lean/run/blast_cc_noconfusion): make sure simp/subst are not used in the test

This commit is contained in:
Leonardo de Moura 2016-01-06 17:30:31 -08:00
parent 76cebb45f9
commit 4e8ae94aba

View file

@ -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 :=