Refactor HTML tracing utility. Color the nodes that are in the same
[tatoo.git] / src / html.mli
1 val trace : ?msg:string -> int -> int -> StateSet.t -> StateSet.t  -> unit
2 (** [trace nid round d t msg] records a the message [msg] together with the a node preorder
3     [nid], the [round], the [d]one set and the [t]odo set *)
4 val finalize_node : int -> int -> bool -> unit
5 val gen_trace : Ata.t -> (module Tree.S with type t = 'a) -> 'a -> unit