X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Futils%2FqNameSet.mli;h=132d834aeac5620a0104096bed49b8b151e18bb0;hp=ae182b6ffea2f20b8d0b08bd905bc780e732e738;hb=03b6a364e7240ca827585e7baff225a0aaa33bc6;hpb=30bc0bb1291426e5e26eb2dee1ffc41e4c246349 diff --git a/src/utils/qNameSet.mli b/src/utils/qNameSet.mli index ae182b6..132d834 100644 --- a/src/utils/qNameSet.mli +++ b/src/utils/qNameSet.mli @@ -14,17 +14,23 @@ (***********************************************************************) (* - Time-stamp: + 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