X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Fata.mli;h=d65fabb329c54540cda70735e95bdfe330fbb0ff;hb=24436e93ca6e35ce6a5c7ba4db894035f8fd7e31;hp=a0778a1db564aeb5f101925dff94d66ba33c61ab;hpb=969febf12344a3fe3bf793a323b2e88f7b20ebae;p=tatoo.git diff --git a/src/ata.mli b/src/ata.mli index a0778a1..d65fabb 100644 --- a/src/ata.mli +++ b/src/ata.mli @@ -13,10 +13,6 @@ (* *) (***********************************************************************) -(* - Time-stamp: -*) - type predicate = First_child | Next_sibling @@ -74,11 +70,10 @@ type config = { unsat : StateSet.t; todo : TransList.t; summary : node_summary; - mutable round : int; } module Config : Hcons.S with type data = config - +val dummy_config : Config.t type t = private { id : Uid.t;