Make.Item
type t
The type of the items being compared
val compare : t -> t -> int
A way to distinguish if items are equal or unequal. It follows the OCaml convention of returning an integer between -1 to 1.