Module InferModules.Differential

type t = {
introduced : InferGenerated.Jsonbug_t.report;
fixed : InferGenerated.Jsonbug_t.report;
preexisting : InferGenerated.Jsonbug_t.report;
}
val of_reports : current_report:InferGenerated.Jsonbug_t.report ‑> previous_report:InferGenerated.Jsonbug_t.report ‑> t
val to_files : t ‑> string ‑> unit