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/Comparison_result/index.html

Module Patdiff_kernel.Comparison_resultSource

Sourcetype t =
  1. | Binary_same
  2. | Binary_different of {
    1. prev_is_binary : bool;
    2. next_is_binary : bool;
    }
  3. | Hunks of Hunks.t
Sourceval create : Configuration.t -> prev:Diff_input.t -> next:Diff_input.t -> compare_assuming_text: (Configuration.t -> prev:Diff_input.t -> next:Diff_input.t -> Hunks.t) -> t
Sourceval has_no_diff : t -> bool
OCaml

Innovation. Community. Security.