package sexp_diff

  1. Overview
  2. Docs

Module Sexp_diffSource

Sourcemodule 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.

Sourcemodule Diff : sig ... end
Sourcemodule Display : sig ... end
Sourcemodule Display_util_internal : sig ... end

Expose display helpers for use by the js-friendly library "sexp_diff_js"

OCaml

Innovation. Community. Security.