table of contents
other versions
- testing 5.4.0-3
- unstable 5.4.0-3
- experimental 5.4.1-1~exp1
| Pqueue.OrderedPolyType(3o) | OCaml library | Pqueue.OrderedPolyType(3o) |
NAME¶
Pqueue.OrderedPolyType - Input signature of the functors Pqueue.MakeMinPoly and Pqueue.MakeMaxPoly.
Module type¶
Module type Pqueue.OrderedPolyType
Documentation¶
Module type OrderedPolyType
= sig end
Input signature of the functors Pqueue.MakeMinPoly and Pqueue.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 Pqueue.OrderedPolyType.t .
| 2026-02-11 | OCamldoc |