package patdiff

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.12.1.tar.gz
sha256=af17e2278b56ca99f02c695b8ab5a24c9a093aff6c1c2cbc35256d14ab2603f0
md5=ff1f479dc9f19da583318e6fbaa3786f

doc/patdiff.lib/Patdiff_lib/Patdiff_format/Rules/index.html

Module Patdiff_format.Rules

type t = {
  1. line_same : Rule.t;
  2. line_old : Rule.t;
  3. line_new : Rule.t;
  4. line_unified : Rule.t;
  5. word_same_old : Rule.t;
  6. word_same_new : Rule.t;
  7. word_same_unified : Rule.t;
  8. word_old : Rule.t;
  9. word_new : Rule.t;
  10. hunk : Rule.t;
  11. header_old : Rule.t;
  12. header_new : Rule.t;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val default : t
val strip_styles : t -> t
OCaml

Innovation. Community. Security.