package comby

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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) -> 'b Lwt.t
type input = {
  1. path : string;
  2. rewritten_source : string;
}
val run : string -> bool -> int -> input list -> unit