* Seal the representation of states
[tatoo.git] / src / stateSet.mli
index 1a628a4..30c5063 100644 (file)
@@ -14,7 +14,7 @@
 (***********************************************************************)
 
 (** Implementation of sets of states *)
-include Ptset.S with type elt = int
+include Ptset.S with type elt = State.t
 
 val print : Format.formatter -> t -> unit
 (** Pretty printer *)