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

Module Patdiff_lib.Compare_core

val diff_files : Configuration.t -> prev_file:string -> next_file:string -> [ `Different | `Same ]
val diff_dirs : Configuration.t -> prev_file:string -> next_file:string -> file_filter:(Find_files.file_info -> bool) option -> [ `Different | `Same ]
val diff_strings : ?print_global_header:bool -> Configuration.t -> prev:Patdiff_core.diff_input -> next:Patdiff_core.diff_input -> [ `Different of string | `Same ]
OCaml

Innovation. Community. Security.