chore(tests/lean/run/blast_cc_heq9): make sure that only congruence closure module is used
This commit is contained in:
parent
37fdac4d65
commit
60861d7dea
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
open subtype
|
||||
set_option blast.strategy "cc"
|
||||
|
||||
example (f g : Π {A : Type₁}, A → A → A) (h : nat → nat) (a b : nat) :
|
||||
h = f a → h b = f a b :=
|
||||
|
|
Loading…
Reference in a new issue