Refactor the code to have a unique place for signature definition.
[tatoo.git] / src / state.mli
index ef54518..8c126be 100644 (file)
@@ -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 *)