(* CSS selector token types *) type t = | Tag of string | Id of string | Class of string | Universal | Attr_start | Attr_end | Attr_op of string | String of string | Combinator of string | Comma | Colon | Paren_open | Paren_close | EOF