X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Fhtml.mli;fp=src%2Fhtml.mli;h=5e8d4c259e4cbbd4113056d0a297759b2af02771;hp=a6cd2121c6a78b92190bd1219a46462abe48adba;hb=129708eaa5983b9463f96b714c00468602339b0a;hpb=c2c22bf0d75a390c2538b9fce44aae63c542119a diff --git a/src/html.mli b/src/html.mli index a6cd212..5e8d4c2 100644 --- a/src/html.mli +++ b/src/html.mli @@ -1,6 +1 @@ -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 +val gen_trace : Ata.t -> StateSet.t array list -> (module Tree.S with type t = 'a) -> 'a -> unit