X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2FqNameSet.mli;h=537ceee58d2536267188c9ce783ca29f8d31a60e;hp=ae182b6ffea2f20b8d0b08bd905bc780e732e738;hb=41dd1fed04cabad212f10fce3484545f6e9d9444;hpb=6b66008811639324be623a42037b60e02056772c diff --git a/src/qNameSet.mli b/src/qNameSet.mli index ae182b6..537ceee 100644 --- a/src/qNameSet.mli +++ b/src/qNameSet.mli @@ -13,18 +13,20 @@ (* *) (***********************************************************************) -(* - Time-stamp: -*) - (** Implementation of sets of Qualified Names that can be finite or cofinite *) include FiniteCofinite.S with type elt = QName.t -include Sigs.AUX.Printable with type t := t +include Common_sig.Printable with type t := t +val star : t +val text : t +val node : t -module Weak : - sig - include FiniteCofinite.S with type elt = QName.t - include Sigs.AUX.Printable with type t := t - end +module Weak : +sig + include FiniteCofinite.S with type elt = QName.t + include Common_sig.Printable with type t := t + val star : t + val text : t + val node : t +end