MyersSourceMinimal polymorphic Myers diff implementation.
compute (module E) before after returns a shortest edit script from before to after.
val diff :
?context:int ->
?expected_label:string ->
?actual_label:string ->
string ->
string ->
stringdiff expected actual renders a unified diff for text inputs.