sidekick/src/core/Heap.mli
2019-02-11 16:55:43 +01:00

5 lines
116 B
OCaml

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