Module docstring
{"# Disjoint sum of finsets
This file defines the disjoint sum of two finsets as Finset (α ⊕ β). Beware not to confuse with
the Finset.sum operation which computes the additive sum.
Main declarations
Finset.disjSum:s.disjSum tis the disjoint sum ofsandt.Finset.toLeft: Given a finset of elementsα ⊕ β, extracts all the elements of the formα.Finset.toRight: Given a finset of elementsα ⊕ β, extracts all the elements of the formβ. "}