X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Fstate.mli;h=89d67cdfc394f79a1f0f1506671b96b4842a3f9f;hp=8c126be9e99205feeabca181323e9bc0016edc81;hb=b00bff88c7902e828804c06b7f9dc55222fdc84e;hpb=f5d90fb688bc1a9b29815fc33c369856e6c51a67 diff --git a/src/state.mli b/src/state.mli index 8c126be..89d67cd 100644 --- a/src/state.mli +++ b/src/state.mli @@ -13,9 +13,13 @@ (* *) (***********************************************************************) +(* + 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 *)