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