Parameter MinimalSemiLattice.P

type property

The type property must form a partial order, which must satisfy the ascending chain condition: every monotone sequence must eventually stabilize.

val leq : property -> property -> bool

leq p q determines whether p <= q holds.

val join : property -> property -> property

join p q is the least upper bound of the properties p and q.