Module Patdiff_kernel.Diff_input

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