Module docstring
{"# Bind operation for multisets
This file defines a few basic operations on Multiset, notably the monadic bind.
Main declarations
Multiset.join: The join, aka union or sum, of multisets.Multiset.bind: The bind of a multiset-indexed family of multisets.Multiset.product: Cartesian product of two multisets.Multiset.sigma: Disjoint sum of multisets in a sigma type. ","### Join ","### Bind ","### Product of two multisets ","### Disjoint sum of multisets "}