Module InferModules.Differential
type t
=
{
introduced : InferGenerated.Jsonbug_t.report;
fixed : InferGenerated.Jsonbug_t.report;
preexisting : InferGenerated.Jsonbug_t.report;
costs_summary : Yojson.Basic.t;
}
val of_reports : current_report:InferGenerated.Jsonbug_t.report -> previous_report:InferGenerated.Jsonbug_t.report -> current_costs:InferGenerated.Jsonbug_t.costs_report -> previous_costs:InferGenerated.Jsonbug_t.costs_report -> t
val to_files : t -> string -> unit