Commit 2022-03-19 09:56 c9fc9bf7
View on Github →refactor(order/filter/pointwise): Cleanup (#12789)
- Reduce typeclass assumptions from
monoid
tohas_mul
- Turn lemmas into instances
- Use hom classes rather than concrete hom types
- Golf
refactor(order/filter/pointwise): Cleanup (#12789)
monoid
to has_mul