Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Algo : sig ... end
This 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 ... end
module Display : sig ... end
module Display_util_internal : sig ... end
Expose display helpers for use by the js-friendly library "sexp_diff_js"