Module Ecaml__.Variable_watcher
module Operation : sig ... end
module Event : sig ... end
val 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)