Module Eliommod_cookies.Map_innerSource
Sourcetype !'a t = | Empty| Node of {l : 'a t;v : string;d : 'a;r : 'a t;h : int;
}
Sourceval create : 'a t -> string -> 'a -> 'a t -> 'a t Sourceval bal : 'a t -> string -> 'a -> 'a t -> 'a t Sourceval add : string -> 'a -> 'a t -> 'a t Sourceval fold : (string -> 'a -> 'b -> 'b) -> 'a t -> 'b -> 'b