Module Expect_test_matcher__Matcher.Test_correction

type t

Correction for one Test_outcome.t

val map_corrections : t ‑> f:(Expect_test_matcher.Fmt.t Expect_test_matcher.Cst.t ‑> Expect_test_matcher.Fmt.t Expect_test_matcher.Cst.t) ‑> t
type node_correction =
| Collector_never_triggered
| Correction of Expect_test_matcher.Fmt.t Expect_test_matcher.Cst.t Expect_test_common.Std.Expectation.Body.t

Single node correction

val make : location:Expect_test_common.Std.File.Location.t ‑> corrections:(Expect_test_matcher.Fmt.t Expect_test_matcher.Cst.t Expect_test_common.Std.Expectation.t * node_correction) Base.list ‑> trailing_output:Expect_test_matcher.Fmt.t Expect_test_matcher.Cst.t Expect_test_common.Std.Expectation.Body.t Expect_test_matcher.Reconcile.Result.t ‑> t Expect_test_matcher.Reconcile.Result.t