模块类型 Diffing.Define.S

module type S = sig .. end

val diff : D.state -> D.left array -> D.right array -> Diffing.Define.patch

diff state l r 使用初始状态 state 计算 lr 之间的最佳补丁。