package diffable

  1. Overview
  2. Docs

Module Map.Make_with_value_diffsSource

Parameters

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

Signature

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