mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-25 19:06:43 -05:00
4 lines
145 B
OCaml
4 lines
145 B
OCaml
module type RANKED = Heap_intf.RANKED
|
|
module type S = Heap_intf.S
|
|
|
|
module Make (X : RANKED) : S with type elt = X.t and type elt_store = X.store
|