X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Fhtml.mli;h=48551f7c71811fd804eb4016d8bb23bc06886675;hp=0a7d8dd6998e09f7bcdd4488e315ffd5c73a4957;hb=a8f210b6229055c3c5101034d359c61476d8408a;hpb=b00bff88c7902e828804c06b7f9dc55222fdc84e diff --git a/src/html.mli b/src/html.mli index 0a7d8dd..48551f7 100644 --- a/src/html.mli +++ b/src/html.mli @@ -1,2 +1,5 @@ -val trace : int -> int -> ('a, Format.formatter, unit, unit) format4 -> 'a -val gen_trace : (module Tree.Sig.S with type t = 'a) -> 'a -> unit +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