Module Patdiff_kernel__.Diff_input

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