comby.interactive
Interactive
comby
comby.camlzip
comby.configuration
comby.patdiff
comby.patdiff_kernel
comby.pipeline
comby.statistics
val debug : bool
module Diff : sig ... end
val clear_screen : unit -> unit Lwt.t
val handle_editor_errors : Lwt_unix.process_status -> [> `Ok ] Lwt.t
val handle_patch_errors : Lwt_unix.process_status -> [> `Ok ] Lwt.t
val apply_patch : string -> Unix.process_status Lwt.t
val drop_into_editor : string -> string -> at_line:int -> Lwt_unix.process_status Lwt.t
val process_input : bool -> string -> int -> int -> string -> string -> continue:(unit -> 'a Lwt.t) -> 'a Lwt.t
type input = {
path : string;
rewritten_source : string;
}
val run : string -> bool -> Core_kernel__Int.t -> input list -> unit