Restored bottom up run
[SXSI/xpathcomp.git] / ata.mli
diff --git a/ata.mli b/ata.mli
index 24d0832..e8d64b1 100644 (file)
--- a/ata.mli
+++ b/ata.mli
@@ -96,8 +96,9 @@ module type ResultSet =
   end
 
 module IdSet : ResultSet
+module GResult : ResultSet 
 
 val top_down_count : 'a t -> Tree.t -> int
-val top_down : 'a t -> Tree.t -> IdSet.t
+val top_down : 'a t -> Tree.t -> GResult.t
 val bottom_up_count :
   'a t -> Tree.t -> [> `CONTAINS of 'b | `TAG of Tag.t ] -> int