Introduce `SingletonMS` class for multiset singletons.
Compare changes
+ 23
− 30
@@ -5,73 +5,66 @@ Section test.
{[+ x1; ..; xn ]}
for multisets in terms of the new
singleton class and disjoint union ⊎
.SemiSet
instance for multisets.∈
and ∉
for multisets since we no longer get the
generic versions for sets.SetUnfoldElemOf
instances for multisets since we no longer get the
generic versions for sets.∈
and ∉
for ∩
Fixes #100 (closed), #98 (closed) and #87 (closed).
This MR is an alternative to !232 (closed).