Module type Pomap.Pomap_intf.PARTIAL_ORDER

Specification of a partial order relation

type el

Element type

type ord =
| Unknown
| Lower
| Equal
| Greater
val compare : el ‑> el ‑> ord