Module docstring
{"# Mapping and folding multisets
Main definitions
Multiset.map:map f sappliesfto each element ofs.Multiset.foldl:foldl f b spicks elements out ofsand appliesf (f ... b x₁) x₂.Multiset.foldr:foldr f b spicks elements out ofsand appliesf x₁ (f ... x₂ b).
TODO
Many lemmas about Multiset.map are proven in Mathlib.Data.Multiset.Filter: should we switch the
import direction?
","### Multiset.map ","### Multiset.fold ","### Map for partial functions ","### Subtraction ","### Lift a relation to Multisets "}