X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Fstate.mli;h=1d25a67246d8d0ef3ec76fc0d921ad08fe417023;hp=f86ddcdb5d48946174573b343c5bdc0385023eed;hb=41dd1fed04cabad212f10fce3484545f6e9d9444;hpb=6b66008811639324be623a42037b60e02056772c diff --git a/src/state.mli b/src/state.mli index f86ddcd..1d25a67 100644 --- a/src/state.mli +++ b/src/state.mli @@ -13,13 +13,9 @@ (* *) (***********************************************************************) -(* - 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 *)