Module Selector.String_selector

module String_selector: sig .. end

module Regexp: sig .. end
type t = 
| Equal of string list
| Matches of Regexp.t list
| Mixed of [ `Literal of string | `Regexp of Regexp.t ] list
val t_of_sexp : Sexplib.Sexp.t -> t
include Selector.Selector