Side_by_side.Line_infotype t = | Same of Line.t * Line.t| Prev of Line.t * Patience_diff_lib.Patience_diff.Move_id.t option| Next of Line.t * Patience_diff_lib.Patience_diff.Move_id.t optionval sexp_of_t : t -> Sexplib0.Sexp.tIn the case of a Same line, it may be necessary to pad one side with empty lines.
Produces an empty line on one side if necessary. Move_id.ts are dropped.
val numbers : t -> int option * int option