package diffable

  1. Overview
  2. Docs

Module Map.Make_plain_with_value_diffsSource

Parameters

module Key : sig ... end
module Value : sig ... end

Signature

Sourcemodule Update : sig ... end
include Diffable_intf.S_plain with type t = Value.t Base.Map.M(Key).t and module Update := Update
Sourcetype t = Value.t Base.Map.M(Key).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
Sourceval empty : t
OCaml

Innovation. Community. Security.