fix(tests/lean/simplifier_light): adjust test
This commit is contained in:
parent
40b7cf3ad4
commit
657b508cdf
1 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@
|
|||
-- when there is a proof obligation.
|
||||
import algebra.ring algebra.field data.set data.finset
|
||||
open algebra
|
||||
attribute neg [light 2]
|
||||
attribute inv [light 2]
|
||||
attribute neg [light 3]
|
||||
attribute inv [light 3]
|
||||
|
||||
attribute add.right_inv [simp]
|
||||
attribute add_neg_cancel_left [simp]
|
||||
|
@ -40,7 +40,7 @@ namespace s
|
|||
open set
|
||||
universe l
|
||||
constants (A : Type.{l}) (x y z v w : set A)
|
||||
attribute complement [light 1]
|
||||
attribute complement [light 2]
|
||||
|
||||
-- TODO(dhs, leo): Where do we put this group of simp rules?
|
||||
attribute union_comp_self [simp]
|
||||
|
|
Loading…
Reference in a new issue