package diffable

  1. Overview
  2. Docs
module Update : sig ... end
include S1_plain with module Update := Update
type 'a t
val update : 'a t -> 'a Update.t -> 'a t
val diffs : ('a -> 'a -> int) -> from:'a t -> to_:'a t -> 'a Update.t
val to_diffs : 'a t -> 'a Update.t
val of_diffs : 'a Update.t -> 'a t
OCaml

Innovation. Community. Security.