package comby

  1. Overview
  2. Docs
A tool for structural code search and replace that supports ~every language

Install

Dune Dependency

Authors

Maintainers

Sources

1.4.1.tar.gz
md5=cd732f90664bc686eaa1134f42c8f7cd
sha512=81c7cd1d70cddee4d1679710a95c50d22f8dc60e48f24554009a5f944eb23e9124ca9aa99357b9879a5a60ca2dbcf976011f53afb442a7f15642e509255a0326

doc/comby.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.