Remove the timestamp header in source files. This information is
[tatoo.git] / src / qNameSet.mli
index ae182b6..537ceee 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
+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 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
+  val star : t
+  val text : t
+  val node : t
+end