package patdiff

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=f4f2b060ea39870e238f5be744e84d1d8030864a02f8fc2368866e4d3d7e1b72

doc/patdiff.kernel/Patdiff_kernel/Format/Style/Map/Diff/index.html

Module Map.DiffSource

Sourcetype ('a, 'a_diff) t = (Key.t, 'a, 'a_diff) Diffable.Map_diff.t
include Sexplib0.Sexpable.S2 with type ('a, 'a_diff) t := ('a, 'a_diff) t
Sourceval t_of_sexp : (Sexplib0.Sexp.t -> 'a) -> (Sexplib0.Sexp.t -> 'b) -> Sexplib0.Sexp.t -> ('a, 'b) t
Sourceval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> ('b -> Sexplib0.Sexp.t) -> ('a, 'b) t -> Sexplib0.Sexp.t
include Diffable.Diff.S1_plain with type ('a, 'a_diff) t := ('a, 'a_diff) t and type 'a derived_on = (Key.t, 'a, Key.comparator_witness) Base.Map.t
Sourcetype 'a derived_on = (Key.t, 'a, Key.comparator_witness) Base.Map.t
Sourceval get : (from:'a -> to_:'a -> 'a_diff Diffable__.Optional_diff.t) -> from:'a derived_on -> to_:'a derived_on -> ('a, 'a_diff) t Diffable__.Optional_diff.t
Sourceval apply_exn : ('a -> 'a_diff -> 'a) -> 'a derived_on -> ('a, 'a_diff) t -> 'a derived_on
Sourceval of_list_exn : ('a_diff list -> 'a_diff Diffable__.Optional_diff.t) -> ('a -> 'a_diff -> 'a) -> ('a, 'a_diff) t list -> ('a, 'a_diff) t Diffable__.Optional_diff.t
OCaml

Innovation. Community. Security.