1Diffing.Define.S(3)              OCaml library             Diffing.Define.S(3)
2
3
4

NAME

6       Diffing.Define.S - no description
7

Module type

9       Module type   Diffing.Define.S
10

Documentation

12       Module type S
13        = sig end
14
15
16
17
18
19
20
21
22       val  diff  :  D.state  ->  D.left array -> D.right array -> Diffing.De‐
23       fine.patch
24
25
26       diff state l r computes the optimal patch between l and r ,  using  the
27       initial state state .
28
29
30
31
32
33OCamldoc                          2022-07-22               Diffing.Define.S(3)
Impressum