mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-21 16:56:41 -05:00
- only one functor to instantiate - explicit state that is carried around - remove minismt stuff
6 lines
117 B
OCaml
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
|