Module Reins.AVLMap.Mono2


module Mono2: Reins.Maps.MonoMapSigFnStd 

type t 
type key 
type elt 
type cursor 
type 'a result 
include Reins.Maps.Map_
val compare_keys : t -> t -> int
val compare : t -> t -> int
val to_string : t -> string
val gen2 : (?size:int -> Random.State.t -> key) ->
(?size:int -> Random.State.t -> elt) ->
?size:int -> Random.State.t -> t