package autofonce_patch

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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;
    }
val commit_to_disk : ?action:action -> ?backup:string -> unit -> unit