MeetSemilattice¶
logic.spad line 1743 [edit on github]
meet semilattice Implementations in set, logic and orders for more documentation see: http://www.euclideanspace.com/prog/scratchpad/mycode/discrete/logic/index.htm
- /\: (%, %) -> %
returns the logical ‘meet’, e.g. ‘and’.
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- latex: % -> String
from SetCategory