Module Patdiff_kernel.Diff_inputSource

Sourcetype t = {
  1. name : string;
  2. text : string;
}
Sourceval text : t -> string
Sourceval name : t -> string
Sourcemodule Fields : sig ... end