* Seal the representation of states
[tatoo.git] / src / ptset.mli
index dc80b4a..076e824 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-01-30 19:07:42 CET by Kim Nguyen>
-*)
-
-include module type of Sigs.PTSET
+include module type of Ptset_sig
 
 module Make (H : Hcons.Abstract) : S with type elt = H.t
 (** Builds an implementation of hashconsed sets of hashconsed elements.
@@ -29,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 *)