Module Reconcile.Result

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