Module Expect_test_matcher.Reconcile.Result

type 'a t =
| Match
| Correction of 'a
val map : 'a t ‑> f:('a ‑> 'b) ‑> 'b t