BoundedLattice

logic.spad line 1834 [edit on github]

lattice with top and bottom for more documentation see: htm

/\ : (%, %) -> %
from MeetSemilattice
= : (%, %) -> Boolean
from BasicType
T : () -> %
from BoundedMeetSemilattice
\/ : (%, %) -> %
from JoinSemilattice
_|_ : () -> %
from BoundedJoinSemilattice
coerce : % -> OutputForm
from CoercibleTo(OutputForm)
latex : % -> String
from SetCategory
~= : (%, %) -> Boolean
from BasicType

BoundedJoinSemilattice

BoundedMeetSemilattice

MeetSemilattice

SetCategory

BasicType

CoercibleTo(OutputForm)

JoinSemilattice