BoundedMeetSemilattice

logic.spad line 1759 [edit on github]

meet semilattice with top Implementations in set, logic and orders for more documentation see: htm

/\ : (%, %) -> %
from MeetSemilattice
= : (%, %) -> Boolean
from BasicType
T : () -> %

Top (true in logic).

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

CoercibleTo(OutputForm)

SetCategory

BasicType

MeetSemilattice