preface
preface copied to clipboard
Bounded Meet Semi Lattice
on top of #149
A Bounded Meet Semi Lattice capture the notion of a set with "least lower bound" with a "top"
Operation
- Meet Semi Lattice with
-
val top: t
Laws:
- laws of Meet Semi Lattice
-
Unitary:
meet a top = a
Suggested incarnation:
-
Bool