Module type GenericSet.S

module type S = sig .. end

This module type must be implemented to obtain an instantiated GenericSet.


type t 
val get_hash : t -> int