Implementation of a join semilattice for sets.
The type of elements in the sets.
Returns the bottom element: empty set.
Joins two sets by union.
Subset relation: a ≤ b iff a ⊆ b
Implementation of a join semilattice for sets.