Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(Data/Multiset/Basic): move the
sub
, union
, inter
sections…
… lower (#19863) * Move the sections about `sub`, `union` and `inter` under the sections about `count` and `filter` * `Multiset.countP_sub` now has a different argument order to match `List.countP_diff` * Golf `List.count_sub` * Name the instances and declare them using `where` notation * Define `Multiset.card` using `Quotient.lift`, not `Quotient.liftOn`
- Loading branch information