X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Fata.mli;h=56665e2482df29dc2a925cdccbbae392bca82847;hb=a7236bfc1a897f7ea3e923fd5bfcc64bee23dfbc;hp=0861773c17c284ddaf13cf09244827c4c28bd93b;hpb=556c8805fcfd27f485bdd63cd704e4df7eac8a06;p=tatoo.git diff --git a/src/ata.mli b/src/ata.mli index 0861773..56665e2 100644 --- a/src/ata.mli +++ b/src/ata.mli @@ -14,7 +14,7 @@ (***********************************************************************) (* - Time-stamp: + Time-stamp: *) type predicate = @@ -75,6 +75,7 @@ type config = { todo : TransList.t; summary : node_summary; mutable round : int; + mutable unstable_subtree : bool; } module Config : Hcons.S with type data = config