X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2FqNameSet.mli;h=132d834aeac5620a0104096bed49b8b151e18bb0;hb=c6327064b172a54ee7fc03ee54d398fb34f00142;hp=10c3be368a73b4980336e0cc38551c387265e7f4;hpb=9b75e9a2074c357fc2c823156451209d2a4cef8b;p=tatoo.git diff --git a/src/qNameSet.mli b/src/qNameSet.mli index 10c3be3..132d834 100644 --- a/src/qNameSet.mli +++ b/src/qNameSet.mli @@ -13,15 +13,24 @@ (* *) (***********************************************************************) +(* + 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