Safety commit before clean-up
[SXSI/xpathcomp.git] / tagSet.mli
index 572057e..825757a 100644 (file)
@@ -5,10 +5,11 @@
 (*  Distributed under the terms of the LGPL (see LICENCE)                     *)
 (******************************************************************************)
 
-include FiniteCofinite.S with type elt = Tag.t
+include FiniteCofinite.S with type elt = Tag.t and type set = Ptset.Int.t
 
 val tag : Tag.t -> t
 val pcdata : t
 val attribute : t
 val star : t
 val node : t
+val print : Format.formatter -> t -> unit