X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Futils%2FqNameSet.mli;h=175ba267ed63a91256dfe4814153e09a6a44ad11;hp=ae182b6ffea2f20b8d0b08bd905bc780e732e738;hb=f5e7e53901bfc30b6234e6026a2c984bfceff694;hpb=a3d6ecbcea379fa51785848a5b8b53bca4e4bdd2 diff --git a/src/utils/qNameSet.mli b/src/utils/qNameSet.mli index ae182b6..175ba26 100644 --- a/src/utils/qNameSet.mli +++ b/src/utils/qNameSet.mli @@ -14,17 +14,17 @@ (***********************************************************************) (* - 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 -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 +end