BoundedLattice overview

A BoundedLattice must satisfy the following in addition to BoundedMeetSemilattice and BoundedJoinSemilattice laws:

Added in v2.0.0


Table of contents


type classes

BoundedLattice (interface)

Signature

export interface BoundedLattice<A> extends BoundedJoinSemilattice<A>, BoundedMeetSemilattice<A> {}

Added in v2.0.0