Js_of_ocaml_compiler.Pqueue
module type OrderedType = sig ... end
module type S = sig ... end
module Make (Ord : OrderedType) : S with type elt = Ord.t