Module Css_parser.Pseudoclass_element_selector

type t =
  1. | Ident of string
  2. | Function of string with_loc * Component_value.t with_loc list
  3. | Function_with_selectors of string with_loc with_comments * Selector_list.t
val sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Equal.S with type t := t
val equal : t -> t -> bool