.
[tatoo.git] / src / run.mli
index c942277..65d03da 100644 (file)
@@ -15,6 +15,7 @@
 
 
 type stats = private { mutable pass : int;
+                       auto : Uid.t;
                tree_size : int;
                mutable fetch_trans_cache_access : int;
                mutable fetch_trans_cache_hit : int;
@@ -27,5 +28,5 @@ module Make (T : Tree.S) (L : Node_list.S with type node = T.node) :
   sig
     val eval : Ata.t -> T.t -> L.t -> L.t
     val full_eval : Ata.t -> T.t -> L.t -> (State.t * L.t) list
-    val stats : unit -> stats
+    val stats : unit -> stats list
   end