Module Style_block.Block_element

type t =
  1. | Rule of Rule.t with_loc
  2. | Declaration of Declaration.t with_loc
  3. | 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