Commit 2021-06-07 01:12 ef7c3350
View on Github →fix(data/mv_polynomial): add missing decidable arguments (#7817) This:
- fixes a doubled instance name,
finsupp.finsupp.decidable_eq. Note the linter deliberate ignores instances, as they are often autogenerated - generalizes
finsupp.decidable_leto all canonically_ordered_monoids - adds missing
decidable_eqarguments tomv_polynomialandmv_power_serieslemmas whose statement contains anif. These might in future be lintable. - adds some missing lemmas about
mv_polynomialto clean up a few proofs.