X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Fhtml.mli;h=a6cd2121c6a78b92190bd1219a46462abe48adba;hb=45ca692d34ec370b542564a1ca195b205b1a3c6f;hp=07728634068c2f610dc62412617e7d7d3762978d;hpb=20ef25a27a326b250ae7f32997fa6d249a6b1751;p=tatoo.git diff --git a/src/html.mli b/src/html.mli index 0772863..a6cd212 100644 --- a/src/html.mli +++ b/src/html.mli @@ -1,3 +1,6 @@ -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 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