package diffable

  1. Overview
  2. Docs

Module Option.MakeSource

Parameters

module X : sig ... end

Signature

include Diffable_intf.S with type t = X.t option
Sourcemodule Update : sig ... end
include Diffable_intf.S_plain with module Update := Update with type t = X.t option
Sourcetype t = X.t option
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.