Module Patdiff_kernel.Should_keep_whitespace
val for_diff : prev:Diff_input.t -> next:Diff_input.t -> boolval for_diff_array : prev:(string * string array) -> next:(string * string array) -> boolLike
for_diff, but inputs are passed as a pair of(file_name, lines)rather thanDiff_input.t.