Refactor the run module, moving out of the Make functor everything that can be moved...
[tatoo.git] / src / html.mli
index 48551f7..5e8d4c2 100644 (file)
@@ -1,5 +1 @@
-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
+val gen_trace : Ata.t -> StateSet.t array list -> (module Tree.S with type t = 'a) -> 'a -> unit