Module HeapSource

Heaps

Sourcemodule type Ordered = sig ... end
Sourcemodule type S = sig ... end
Sourceexception EmptyHeap
Functional implementation.
Sourcemodule Functional (X : Ordered) : S with type elt = X.t