chore: missing grind normalization (#10463)
This PR adds `Nat.sub_zero` as a `grind` normalization rule.
This commit is contained in:
parent
b1c82f776b
commit
8a79ef3633
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ init_grind_norm
|
|||
Nat.add_eq Nat.sub_eq Nat.mul_eq Nat.zero_eq Nat.le_eq
|
||||
Nat.div_zero Nat.mod_zero Nat.div_one Nat.mod_one
|
||||
Nat.sub_sub Nat.pow_zero Nat.pow_one Nat.sub_self
|
||||
Nat.one_pow Nat.zero_sub
|
||||
Nat.one_pow Nat.zero_sub Nat.sub_zero
|
||||
-- Int
|
||||
Int.lt_eq
|
||||
Int.emod_neg Int.ediv_neg
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue