module IntMaxHeap:Binary_heap.BinaryHeap
(
sig
typet =
int
val compare : 'a -> 'a -> int
val show : int -> string
end
)
type
t = {
|
heap : |
|
index : |
}
include struct ... end
val peek : t -> Ord.t option
val extract : t -> Ord.t option * t