jon.recoil.org

Module Diffing_with_keys.Define

Parameters

module D : Ocaml_utils.Diffing.Defs with type eq := unit

Signature

Composite changes and patches

type patch = composite_change list
type change = (left, right, unit, diff) Ocaml_utils.Diffing.change

Atomic changes

module type Parameters = sig ... end
module Simple (_ : Parameters) : sig ... end