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

Module Patdiff_format.Rule

module Annex : sig ... end
type t = private {
  1. pre : Annex.t;
  2. suf : Annex.t;
  3. styles : Style.t list;
  4. name : string;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val create : ?pre:Annex.t -> ?suf:Annex.t -> Style.t list -> name:string -> t
val blank : name:string -> t
val unstyled_prefix : string -> name:string -> t
val strip_styles : t -> t
OCaml

Innovation. Community. Security.