MinimalSemiLattice.1-P
type property
The type property must form a partial order, which must satisfy the ascending chain condition: every monotone sequence must eventually stabilize.
property
val leq : property -> property -> bool
leq p q determines whether p <= q holds.
leq p q
p <= q
val join : property -> property -> property
join p q is the least upper bound of the properties p and q.
join p q
p
q