Commit before branching to new XPath compilation
[SXSI/xpathcomp.git] / ata.mli
diff --git a/ata.mli b/ata.mli
index ae4e479..24d0832 100644 (file)
--- a/ata.mli
+++ b/ata.mli
@@ -92,7 +92,7 @@ module type ResultSet =
     val fold : (elt -> 'a -> 'a) -> t -> 'a -> 'a
     val map : (elt -> elt) -> t -> t
     val length : t -> int
-    val merge : bool -> bool -> bool -> bool -> elt -> t -> t -> t 
+    val merge : (bool*bool*bool*bool)-> elt -> t -> t -> t 
   end
 
 module IdSet : ResultSet