sidekick/src/util/Heap.mli
2018-02-05 23:09:29 -06:00

6 lines
117 B
OCaml

module type RANKED = Heap_intf.RANKED
module type S = Heap_intf.S
module Make(X : RANKED) : S with type elt = X.t