* Seal the representation of states
[tatoo.git] / src / ptset.mli
index 632832c..076e824 100644 (file)
@@ -25,5 +25,5 @@ module Weak (H : Hcons.Abstract) : S with type elt = H.t
     with weak internal storage. See {!Hcons.Weak}.
 *)
 
-module PosInt : S with type elt = int
+module PosInt : S with type elt = Hcons.PosInt.t
 (** Implementation of hashconsed sets of positive integers *)