sig
  type t = string list
  type selector = t
  type value = string
  val eval : selector -> value -> bool
  val t_of_sexp : Sexplib.Sexp.t -> Selector.String_list_selector.t
  val sexp_of_t : Selector.String_list_selector.t -> Sexplib.Sexp.t
end