package diffable

  1. Overview
  2. Docs

Module Tuples.Make2Source

Parameters

Signature

Sourcemodule Update : sig ... end
include Diffable_intf.S_plain with module Update := Update with type t = A.t * B.t
Sourcetype t = A.t * B.t
Sourceval update : t -> Update.t -> t
Sourceval diffs : from:t -> to_:t -> Update.t
Sourceval to_diffs : t -> Update.t
Sourceval of_diffs : Update.t -> t
OCaml

Innovation. Community. Security.