module Saved_output : sig ... endmodule Test_outcome : sig ... endmodule Test_correction : sig ... endval evaluate_test : file_contents:Base.string ‑> location:Expect_test_common.Std.File.Location.t ‑> Test_outcome.t ‑> Test_correction.t Reconcile.Result.tEvaluate the results of all the tests run through Expect_test_runner.
val write_corrected : file:Base.string ‑> file_contents:Base.string ‑> mode:mode ‑> Test_correction.t Base.list ‑> Base.unitWrite a list of correction to a file.