sig
  type converter =
      < file_footer : string -> string; file_header : string -> string;
        file_summary : ReportStat.all -> string; footer : string;
        header : string; point : int -> int -> Common.point_kind -> string;
        summary : ReportStat.all -> string >
  val output :
    (string -> unit) ->
    string ->
    ReportGeneric.converter -> (string, int array) Hashtbl.t -> unit
end