package diffable

  1. Overview
  2. Docs

Module type Diffable_intf.S1_plainSource

type 'a t
module Update : sig ... end
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