Module docstring
{"# Distributive lattice structure on multisets
This file defines an instance DistribLattice (Multiset α) using the union and intersection
operators:
s ∪ t: The multiset for which the number of occurrences of eachais the max of the occurrences ofainsandt.s ∩ t: The multiset for which the number of occurrences of eachais the min of the occurrences ofainsandt. ","### Union ","### Intersection ","### Disjoint multisets "}