Module Ecaml__.Variable_watcher
module Operation : sig ... endmodule Event : sig ... endval add : Core_kernel.Source_code_position.t -> 'a Ecaml.Var.t -> f:(Event.t -> unit) -> t(describe-function 'add-variable-watcher)
val remove : t -> unit(describe-function 'remove-variable-watcher)