Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove Int simp lemmas that can't fire (#5253)
``` #lint only simpNF in all ``` reports (amongst others): ``` -- Init.Data.Int.Order #check @Int.toNat_of_nonneg /- Left-hand side simplifies from ↑a.toNat to max a 0 using simp only [Int.ofNat_toNat] Try to change the left-hand side to the simplified term! -/ #check Int.toNat_sub_toNat_neg /- Left-hand side simplifies from ↑n.toNat - ↑(-n).toNat to max n 0 - max (-n) 0 using simp only [Int.ofNat_toNat] Try to change the left-hand side to the simplified term! -/ ```
- Loading branch information