lessThanOrEqualTo

open override fun lessThanOrEqualTo(that: FreeDistributiveLattice<A>): Boolean

Returns true if this is ordered before that.

It is not necessary that either this.lessThanOrEqualTo(that) or that.lessThanOrEqualTo(this).