X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Fhtml.mli;h=a6cd2121c6a78b92190bd1219a46462abe48adba;hb=30675098fce9aaa56027adc42042ea70c986fe01;hp=0a7d8dd6998e09f7bcdd4488e315ffd5c73a4957;hpb=974dacbf4f625bfd8ea83db69d6b346050141fea;p=tatoo.git diff --git a/src/html.mli b/src/html.mli index 0a7d8dd..a6cd212 100644 --- a/src/html.mli +++ b/src/html.mli @@ -1,2 +1,6 @@ -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 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