Module Diffing_with_keys.Define
Parameters
module D : Ocaml_utils.Diffing.Defs with type eq := unitSignature
type diff = (D.left, D.right, D.diff) Ocaml_utils.Diffing_with_keys.mismatchtype left = D.left Ocaml_utils.Diffing_with_keys.with_postype right = D.right Ocaml_utils.Diffing_with_keys.with_postype composite_change =
(D.left, D.right, D.diff) Ocaml_utils.Diffing_with_keys.changeComposite changes and patches
type patch = composite_change listtype change = (left, right, unit, diff) Ocaml_utils.Diffing.changeAtomic changes
module type Parameters = sig ... endmodule Simple (_ : Parameters) : sig ... end