Module type PrioQueue.DATA


module type DATA = sig .. end

type t 
val compare : t -> t -> int
val hash : t -> int
val string_of : t -> string