package ocaml-compiler

  1. Overview
  2. Docs

doc/stdlib/Stdlib/Pqueue/module-type-OrderedPolyType/index.html

Module type Pqueue.OrderedPolyTypeSource

Input signature of the functors MakeMinPoly and MakeMaxPoly.

type 'a t

The polymorphic type of elements.

val compare : 'a t -> 'b t -> int

compare is a total order on values of type t.