X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Futils%2FqNameSet.mli;h=132d834aeac5620a0104096bed49b8b151e18bb0;hp=175ba267ed63a91256dfe4814153e09a6a44ad11;hb=03b6a364e7240ca827585e7baff225a0aaa33bc6;hpb=f5e7e53901bfc30b6234e6026a2c984bfceff694 diff --git a/src/utils/qNameSet.mli b/src/utils/qNameSet.mli index 175ba26..132d834 100644 --- a/src/utils/qNameSet.mli +++ b/src/utils/qNameSet.mli @@ -14,7 +14,7 @@ (***********************************************************************) (* - Time-stamp: + Time-stamp: *) (** Implementation of sets of Qualified Names that can be finite @@ -22,9 +22,15 @@ 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 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