X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=ata.mli;h=e8d64b152b4f18eaadd411a9811bfbf45332b9ae;hb=f0557f21878be17ddc75b1bc8f4f86da68c8e604;hp=24d0832d15513b828246efe619b6fd64688004db;hpb=04639fe524ee20f7f84c8b08387312d714c9bd56;p=SXSI%2Fxpathcomp.git diff --git a/ata.mli b/ata.mli index 24d0832..e8d64b1 100644 --- 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