Cosmetic changes (truncate long lines, remove trailing spaces…)
[tatoo.git] / src / html.mli
index 0772863..a6cd212 100644 (file)
@@ -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