Module Sexp_diff_kernel
module Algo : sig ... endThis module can be used for computing the diff of two sexps. It can identify insertion, deletion, and modification anywhere in the sexp. If you want to display the diff in a human-readable format, take a look at
Sexp_diff_display.
module Diff : sig ... endmodule Display : sig ... endmodule Display_util_internal : sig ... endExpose display helpers for use by the js-friendly library "sexp_diff"