Module Reins.PatriciaSet.MonoSet


module MonoSet: Reins.Sets.MonoSetSig  with type elt = int
				 and type 'a result = 'a
This module implements sets with integer keys

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