Module type Pqueue.OrderedPolyType
Input signature of the functors MakeMinPoly and MakeMaxPoly.
ocaml
type 'a treasonml
type t('a);The polymorphic type of elements.
ocaml
val compare : 'a t -> 'b t -> intreasonml
let compare: t('a) => t('b) => int;compare is a total order on values of type t.