module Diff: sig .. end
sig
end
type t
val print : ?oc:Pervasives.out_channel -> t -> unit
?oc:Pervasives.out_channel -> t -> unit
val to_buffer : t -> Buffer.t
t -> Buffer.t
val to_string : t -> string
t -> string
val of_sexps : original:Core.Sexp.t -> updated:Core.Sexp.t -> t option
original:Core.Sexp.t -> updated:Core.Sexp.t -> t option