DistributiveLattice overview

A DistributiveLattice must satisfy the following laws in addition to Lattice laws:

Added in v2.0.0


Table of contents


instances

getMinMaxDistributiveLattice

Signature

export declare function getMinMaxDistributiveLattice<A>(O: Ord<A>): DistributiveLattice<A>

Added in v2.0.0

type classes

DistributiveLattice (interface)

Signature

export interface DistributiveLattice<A> extends Lattice<A> {}

Added in v2.0.0