package patdiff

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

Install

Dune Dependency

Authors

Maintainers

Sources

patdiff-v0.15.0.tar.gz
sha256=089e88efbbda5c7f1249d0b427336fa56679c52d7bc94b76a2bc7df8ade52d13

doc/patdiff.kernel/Patdiff_kernel/Output/index.html

Module Patdiff_kernel.OutputSource

Sourcemodule type S = sig ... end

An output can apply a style to a string and print a list of hunks

Sourcetype t =
  1. | Ansi
  2. | Ascii
  3. | Html

Ascii is Ansi with no styles.

include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t Base__Ppx_compare_lib.compare
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval implies_unrefined : t -> bool
OCaml

Innovation. Community. Security.