Module As_string.Set

module Set: sig .. end

include Set.S
val of_list : string list -> t
of_list ss is a set from the list ss.