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