Appearance
MakeMinPoly.E
type 'a t
type t('a);
The polymorphic type of elements.
val compare : 'a t -> 'b t -> int
let compare: t('a) => t('b) => int;
compare is a total order on values of type t.
compare
t