test(tests/lean/run/blast_ematch10): make sure the test is for the cc
module
This commit is contained in:
parent
a8b6a286dd
commit
5d38a5a5cd
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
attribute iff [reducible]
|
||||
set_option blast.subst false
|
||||
set_option blast.simp false
|
||||
|
||||
example (p : nat → Prop) (a b c : nat) : p a → a = b → p b :=
|
||||
definition lemma1 (p : nat → Prop) (a b c : nat) : p a → a = b → p b :=
|
||||
by blast
|
||||
|
||||
set_option pp.beta true
|
||||
print lemma1
|
||||
|
|
Loading…
Reference in a new issue