You can search for identifiers within the package.
in-package search v0.2.0
val reset : unit -> unit
val replace_block : file:string -> line_first:int -> line_last:int -> string -> unit
type action =
| Apply
| Fake of string
| Diff of {
exclude : string list;
}
val commit_to_disk : ?action:action -> ?backup:string -> unit -> unit