X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Fauto%2Fstate.mli;fp=src%2Fauto%2Fstate.mli;h=89d67cdfc394f79a1f0f1506671b96b4842a3f9f;hp=f86ddcdb5d48946174573b343c5bdc0385023eed;hb=f5e7e53901bfc30b6234e6026a2c984bfceff694;hpb=a3d6ecbcea379fa51785848a5b8b53bca4e4bdd2 diff --git a/src/auto/state.mli b/src/auto/state.mli index f86ddcd..89d67cd 100644 --- a/src/auto/state.mli +++ b/src/auto/state.mli @@ -14,12 +14,12 @@ (***********************************************************************) (* - Time-stamp: + Time-stamp: *) (** Implementation of states *) -include Sigs.AUX.Type with type t = int +include Common_sig.Type with type t = int val make : unit -> t (** Generate a fresh state *)