Module type Reins.Sets.PolySetSig


module type PolySetSig = sig .. end
A Reins.Sets.Set_ whose elements are polymorphic.

type 'a t 
type 'a cursor 
type ('a, 'b) result 
include Reins.Sets.Set_
val to_string : ('a -> string) -> 'a set -> string