package patdiff

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

Install

Dune Dependency

Authors

Maintainers

Sources

patdiff-v0.14.0.tar.gz
sha256=fbe06078bdb58f3e0c165998ecb82de6983a173c62f0f9f3ae4e914e645204e1
md5=12319e1918cf37f2800fd5aef272b398

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;
}
Sourceval compare : t -> t -> int
Sourceval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
Sourceval default : t
Sourceval strip_styles : t -> t
OCaml

Innovation. Community. Security.