Compile again.
[tatoo.git] / src / qNameSet.mli
index 71d1478..10c3be3 100644 (file)
     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