Module Monitor_sig.Monitor.Tree

module Tree: sig .. end

A module to monitor OCaml variant types and trees.


val observe : ?period:int -> string -> (unit -> Protocol.variant) -> unit

observe s f monitors a variant called s given by the function f.