module type MonoMapSigFn =functor (K:Reins.Types.Mono.Comparable) ->functor (V:Reins.Types.Mono.Comparable) ->MonoMapSigwith type key = K.t and type elt = V.t
| Parameters: | 
  | 
type t 
type key 
type elt 
type cursor 
type 'a result 
include Reins.Maps.Map_
val compare_keys : t -> t -> intval compare : t -> t -> intval to_string : t -> stringval gen2 : (?size:int -> Random.State.t -> key) ->
       (?size:int -> Random.State.t -> elt) ->
       ?size:int -> Random.State.t -> t