ModulesBoundedLatticeOn this pageBoundedLattice Model BoundedLattice Model BoundedLattice Signature export interface BoundedLattice<A> extends BoundedJoinSemilattice<A>, BoundedMeetSemilattice<A> {} Details Added in 0.1.0 License MIT – Copyright (c) 2017-present Giulio Canti