Module Variable_watcher.Event

type t = {
local_to_buffer : Ecaml__.Import.Buffer.t option;
new_value : Ecaml__.Import.Value.t;
operation : Operation.t;
variable_changed : Symbol.t;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t