package diffable

  1. Overview
  2. Docs

Module Map.MakeSource

Parameters

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

Signature

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