Sanitize header files and add a timestamp mark in each source file.
[tatoo.git] / src / qNameSet.mli
index 71d1478..ae182b6 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
+(*
+  Time-stamp: <Last modified on 2013-01-30 19:07:23 CET by Kim Nguyen>
+*)
 
 (** 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
 
-module Weak : FiniteCofinite.S with type elt = QName.t
+module Weak  :
+  sig
+    include FiniteCofinite.S with type elt = QName.t
+    include Sigs.AUX.Printable with type t := t
+  end