morphisms-objects-0.1.3: Algebraic structures
Control.Object.Lattice
class (Infimum a, Supremum a) => Lattice a Source #
When providing a new instance, you should ensure it satisfies the one law: * Absorption: a \/ (a /\ b) ≡ a /\ (a \/ b) ≡ a