sidekick/src/core/Heap.mli
Simon Cruanes d723aee809 large refactoring to keep only a simpler, easier CDCL(T) interface
- only one functor to instantiate
- explicit state that is carried around
- remove minismt stuff
2018-01-21 18:46:28 -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