X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Fstate.mli;h=f86ddcdb5d48946174573b343c5bdc0385023eed;hb=9c0b145d050a5981010435f54848dc862782709c;hp=ef54518900790b5a08044b2516d2c71e265aaf16;hpb=cba2938d929fd5119b1491686ddc224d5af618c6;p=tatoo.git diff --git a/src/state.mli b/src/state.mli index ef54518..f86ddcd 100644 --- a/src/state.mli +++ b/src/state.mli @@ -13,9 +13,13 @@ (* *) (***********************************************************************) +(* + Time-stamp: +*) + (** Implementation of states *) -include Sigs.Type with type t = int +include Sigs.AUX.Type with type t = int val make : unit -> t (** Generate a fresh state *)