Module Declaration_list.Element

type t =
  1. | At_rule of At_rule.t with_loc
  2. | Declaration of Declaration.t with_loc
  3. | Qualified_rule of Qualified_rule.t with_loc
  4. | Comment of comment
val sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Equal.S with type t := t
val equal : t -> t -> bool