BoundedDistributiveLatticeΒΆ
logic.spad line 1872 [edit on github]
not every lattice is distributive so treat this as a separate case for more documentation see: http://www.euclideanspace.com/prog/scratchpad/mycode/discrete/logic/index.htm
- /\: (%, %) -> %
from MeetSemilattice
- \/: (%, %) -> %
from JoinSemilattice
- _|_: %
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- latex: % -> String
from SetCategory
- T: %