module Tree: sig .. end
sig
end
A module to monitor OCaml variant types and trees.
val observe : ?period:int -> string -> (unit -> Protocol.variant) -> unit
?period:int -> string -> (unit -> Protocol.variant) -> unit
observe s f monitors a variant called s given by the function f.
observe s f
s
f