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