X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=tagSet.mli;h=825757a0e7845de5e07e6d3fa9b34e8c85466ed3;hb=df5fdb22632be887ecd9f5c46a014e7e970148a2;hp=d536c8cde10a3c245158f624e7ba6ca2eb584492;hpb=dc91851aaeac91a71eba2c266d0227adea0c5815;p=SXSI%2Fxpathcomp.git diff --git a/tagSet.mli b/tagSet.mli index d536c8c..825757a 100644 --- a/tagSet.mli +++ b/tagSet.mli @@ -5,10 +5,11 @@ (* Distributed under the terms of the LGPL (see LICENCE) *) (******************************************************************************) -include FiniteCofinite.S with type elt = Tag.t and type set = Ptset.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