Lattice

logic.spad line 1818 [edit on github]

lattice for more documentation see: htm

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

CoercibleTo(OutputForm)

SetCategory

BasicType

MeetSemilattice

JoinSemilattice