Simplify the automaton encoding a bit (remove redundant predicates in formulae).
[tatoo.git] / src / qName.mli
index e738af5..7a892e9 100644 (file)
@@ -49,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
@@ -64,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.
 *)
+*)