package diffable

  1. Overview
  2. Docs

Parameters

module X : sig ... end

Signature

include Diffable_intf.S_plain with type t = X.t option
type t = X.t option
module Update : sig ... end
val update : t -> Update.t -> t
val diffs : from:t -> to_:t -> Update.t
val to_diffs : t -> Update.t
val of_diffs : Update.t -> t
OCaml

Innovation. Community. Security.