Module Autofonce_patch.Patch_lines

val reset : unit -> unit
val replace_block : file:string -> line_first:int -> line_last:int -> string -> unit
type action =
  1. | Apply
  2. | Fake of string
  3. | Diff of {
    1. exclude : string list;
    2. args : string option;
    }
val commit_to_disk : ?action:action -> ?backup:string -> unit -> unit