package containers

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module CCWBTreeSource

Weight-Balanced Tree

status: experimental

  • since 0.13
Sourcetype 'a sequence = ('a -> unit) -> unit
Sourcetype 'a gen = unit -> 'a option
Sourcetype 'a printer = Format.formatter -> 'a -> unit
Sourcemodule type ORD = sig ... end
Sourcemodule type KEY = sig ... end

Signature

Sourcemodule type S = sig ... end

Functor

Sourcemodule Make (X : ORD) : S with type key = X.t
Sourcemodule MakeFull (X : KEY) : S with type key = X.t

Use the custom X.weight function

OCaml

Innovation. Community. Security.