Removed testing cruft
[SXSI/xpathcomp.git] / xPath.mli
index 936fddb..e1220c1 100644 (file)
--- a/xPath.mli
+++ b/xPath.mli
@@ -35,5 +35,5 @@ sig
 end
 module Compile : 
 sig
-val compile : Ast.path -> Ata.t
+val compile : Ast.path -> Ata.t * (Tag.t*Ptset.t) list
 end