module Cf_heap: sig .. end
sig
end
A module type for functional heap implementations.
module type T = sig .. end
This module defines the common interface to functional heaps in the Cf library.
Cf