module Diff: sig .. end
sig
end
type t
val print : ?oc:Pervasives.out_channel -> t -> unit
?oc:Pervasives.out_channel -> t -> unit
val of_sexps : Core.Sexp.t -> Core.Sexp.t -> t option
Core.Sexp.t -> Core.Sexp.t -> t option