Module Lwt_pqueue

module Lwt_pqueue: sig .. end

module type OrderedType = sig .. end
module type S = sig .. end
module Make: 
functor (Ord : OrderedType-> S with type elt = Ord.t