Module Selector.String_list_selector

module String_list_selector: sig .. end

type t = string list 
val sexp_of_t : t -> Sexplib.Sexp.t
val t_of_sexp : Sexplib.Sexp.t -> t
include Selector.Selector