Module type CCHeap.PARTIAL_ORD

module type PARTIAL_ORD = sig .. end

type t 
val leq : t -> t -> bool
leq x y shall return true iff x is lower or equal to y