Module type Reins.Sets.MonoSetSig


module type MonoSetSig = sig .. end
A Reins.Sets.Set_ whose elements are monomorphic (possibly using a custom comparison function

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