Module Make_corrected_file

type error = [
  1. | `Changes_found
]
val f : ?use_dot_patdiff:bool -> ?corrected_path:string -> ?use_color:bool -> ?diff_command:string -> ?diff_path_prefix:string -> next_contents:string -> path:string -> unit -> (unit, [> error ]) Result.t