Fix.PropThis module defines a few common partial orders, each of which satisfies the signature PROPERTY. These include Booleans, options, and sets.
module Boolean : sig ... endThe lattice of Booleans.
The type _ option, equipped with the ordering None <= Some x. This ordering is not a lattice.