Module Reins.AVLSet.MonoSet


module MonoSet: Reins.Sets.MonoSetSigFnStd 
This functor provides an implementation of AVL trees that are parameterized by a specific monomorphic element type.

type t 
type elt 
type cursor 
type 'a result 
include Reins.Sets.Set_
val to_string : 'a set -> string