Module Patdiff_kernel.Side_by_side

module Line : sig ... end
module Line_info : sig ... end
val hunks_to_lines : ([ `Next | `Prev | `Same ] * string) list Patience_diff_lib.Patience_diff.Hunk.t list -> Line_info.t array array

Take structured hunks and produce hunks of Line_info. The elements of outer array represent the original hunks passed in and the inner elements are the lines within the hunk.