Module Import.Ordering

type t =
  1. | Less
  2. | Equal
  3. | Greater
val of_int : int -> t