Module Import.SetSource

Sourcetype 'a t
Sourceval diff : 'a t -> 'a t -> 'a t
Sourceval to_list : 'a t -> string list
Sourceval add : 'a t -> string -> 'a t
Sourceval mem : 'a t -> string -> bool
Sourceval is_empty : 'a t -> bool
Sourceval of_list : string list -> 'a t
Sourceval empty : 'a t