package comby-kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. range : Match.range;
  2. replacement_content : string;
  3. environment : Match.environment;
}
val to_yojson : t -> Yojson.Safe.t
type result = {
  1. rewritten_source : string;
  2. in_place_substitutions : t list;
}
val result_to_yojson : result -> Yojson.Safe.t
val to_json : ?path:string -> ?replacements:t list -> ?rewritten_source:string -> diff:string -> unit -> Yojson.Safe.json
val empty_result : result