package patdiff

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

Install

Dune Dependency

Authors

Maintainers

Sources

patdiff-v0.12.0.tar.gz
sha256=718f30ca6e567266d2dec5c040e5e6b56657a2adcde1d2367d9dca38c814786a
md5=c7f69086b9b2c5a0fbb43b1ef89162b1

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.