X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2FqNameSet.mli;h=132d834aeac5620a0104096bed49b8b151e18bb0;hb=40be10d6895c7ec90dfe74933d57d3685cd30e18;hp=71d14784efc5cbaeaec8df5339e0be05ac5b04b3;hpb=cba2938d929fd5119b1491686ddc224d5af618c6;p=tatoo.git diff --git a/src/qNameSet.mli b/src/qNameSet.mli index 71d1478..132d834 100644 --- a/src/qNameSet.mli +++ b/src/qNameSet.mli @@ -13,10 +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 Common_sig.Printable with type t := t +val star : t +val text : t +val node : t -module Weak : FiniteCofinite.S with type elt = QName.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