let
string_of_diffs ?offset l =
(
String
.concat
"\n"
(
List
.map (string_of_diff ?offset) l))^
"\n"