Module Patdiff_kernel.Diff_input

type t = {
name : string;
text : string;
}
val text : t -> string
val name : t -> string
module Fields : sig ... end