package patdiff

  1. Overview
  2. Docs
File Diff using the Patience Diff algorithm

Install

Dune Dependency

Authors

Maintainers

Sources

patdiff-v0.16.0.tar.gz
sha256=60661ffca35e4726c40c42901774976f2634ac6a4f993a5a13f2fa458571cf16

doc/patdiff.kernel/Patdiff_kernel/Format/Rules/index.html

Module Format.RulesSource

Rules are configured in the configuration file. Default values are provided in Configuration.

Sourcetype t = {
  1. line_same : Rule.t;
  2. line_prev : Rule.t;
  3. line_next : Rule.t;
  4. line_unified : Rule.t;
  5. word_same_prev : Rule.t;
  6. word_same_next : Rule.t;
  7. word_same_unified : Rule.t;
  8. word_prev : Rule.t;
  9. word_next : Rule.t;
  10. hunk : Rule.t;
  11. header_prev : Rule.t;
  12. header_next : Rule.t;
}
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t Base__Ppx_compare_lib.compare
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval default : t
Sourceval strip_styles : t -> t
OCaml

Innovation. Community. Security.