X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=xPath.mli;h=23235d7c814c513146b98ef079234fd0cf35d6e2;hb=cea756c7adc49891004bfe455628010eb7a28bc9;hp=936fddbc892800504b945b169135b3901ae293f6;hpb=d64e3a3a9ef6329caafdba848ef78427fce0d689;p=SXSI%2Fxpathcomp.git diff --git a/xPath.mli b/xPath.mli index 936fddb..23235d7 100644 --- 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 * string option end