Safety before Techfest
[SXSI/xpathcomp.git] / ata.mli
diff --git a/ata.mli b/ata.mli
index 1565caa..a5fb3e1 100644 (file)
--- a/ata.mli
+++ b/ata.mli
@@ -104,6 +104,8 @@ val top_down_count : 'a t -> Tree.t -> int
 val top_down : 'a t -> Tree.t -> IdSet.t
 val bottom_up_count :
   'a t -> Tree.t -> [> `CONTAINS of 'b | `TAG of Tag.t ] -> int
+val bottom_up :
+  'a t -> Tree.t -> [> `CONTAINS of 'b | `TAG of Tag.t ] -> IdSet.t
 
 module Test (Doc : sig val doc : Tree.t end ) :
 sig