package pomap

  1. Overview
  2. Docs

Module type Pomap_intf.PARTIAL_ORDERSource

Specification of a partial order relation

type el

Element type

type ord =
  1. | Unknown
  2. | Lower
  3. | Equal
  4. | Greater
val compare : el -> el -> ord