Implementation of a meet semilattice for sets.
The type of elements in the sets.
Reverse subset relation: a ≤ b iff b ⊆ a
Meets two sets by intersection.
Returns the top element: empty set.
Implementation of a meet semilattice for sets.