Simplify the automaton encoding a bit (remove redundant predicates in formulae).
[tatoo.git] / src / qName.mli
index 978ba3c..7a892e9 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-03-10 23:02:12 CET by Kim Nguyen>
-*)
-
 (** Implementation of qualified names as hashconsed strings *)
 
 include Hcons.S with type data = string
@@ -53,7 +49,7 @@ val nil : t
 (** Represents the QName of a nil node. Equivalent to
     [of_string "#"]
 *)
-
+(*
 val attribute : t -> t
 (** Adds a prefix character (@) to distinguish the name
     from an element name
@@ -68,3 +64,4 @@ val remove_prefix : t -> t
 (** Removes the prefix of the qname given as argument. Does not
     do anything if there is no prefix.
 *)
+*)