Module Random_access.Diff

type insert =
| S of string
| C of Cstruct.t
type t =
| Insert of insert
| Copy of int * int
val len : insert -> int