ModulesBoundedJoinSemilatticeOn this pageBoundedJoinSemilattice Model BoundedJoinSemilattice Model BoundedJoinSemilattice Signature export interface BoundedJoinSemilattice<A> extends JoinSemilattice<A> { readonly zero: A} Details Added in 0.1.0 License MIT – Copyright (c) 2017-present Giulio Canti