Module CCWBTree
Weight-Balanced Tree
status: experimental
- since
- 0.13
type 'a sequence= ('a -> unit) -> unittype 'a gen= unit -> 'a optiontype 'a printer= Format.formatter -> 'a -> unit
module type ORD = sig ... endmodule type KEY = sig ... endSignature
module type S = sig ... end