package hardcaml_xilinx_reports

  1. Overview
  2. Docs

Module Report.GroupSource

Sourcetype t = {
  1. name : Base.String.t;
  2. value : Base.Int.t;
  3. subgroups : Subgroup.t Base.List.t;
}
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t