X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Fhtml.mli;h=48551f7c71811fd804eb4016d8bb23bc06886675;hp=07728634068c2f610dc62412617e7d7d3762978d;hb=a8f210b6229055c3c5101034d359c61476d8408a;hpb=3df27c09d9b9a84abe1c3d546c2e7243d3173657 diff --git a/src/html.mli b/src/html.mli index 0772863..48551f7 100644 --- a/src/html.mli +++ b/src/html.mli @@ -1,3 +1,5 @@ -val trace : int -> int -> ('a, Format.formatter, unit, unit) format4 -> 'a +val trace : ?msg:string -> int -> int -> StateSet.t -> StateSet.t -> unit +(** [trace nid round d t msg] records a the message [msg] together with the a node preorder + [nid], the [round], the [d]one set and the [t]odo set *) val finalize_node : int -> int -> bool -> unit val gen_trace : Ata.t -> (module Tree.S with type t = 'a) -> 'a -> unit