module CCWBTree:sig..end
  status: experimental
Since 0.13
type'asequence =('a -> unit) -> unit
type'agen =unit -> 'a option
type'aprinter =Format.formatter -> 'a -> unit
module type ORD =sig..end
module type KEY =sig..end
module type S =sig..end
module Make(X:ORD):Swith type key = X.t
module MakeFull(X:KEY):Swith type key = X.t
X.weight function