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