module MonoSet:This module implements sets with integer keysReins.Sets.MonoSetSigwith type elt = int and type 'a result = 'a
type t
type elt
type cursor
type 'a result
include Reins.Sets.Set_
val to_string : 'a set -> string