X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Fcompile.mli;h=d999492d90ceec8faacd1cb4bd0326e79ed6a5ab;hb=92e6cc9537b4751588ecb93c99685bc91d6797a0;hp=a5f3beb642a4030730c19f772a97257fca013345;hpb=13f8cb39ae4df2a6ae68f013eef6d3dc61489263;p=SXSI%2Fxpathcomp.git diff --git a/src/compile.mli b/src/compile.mli index a5f3beb..d999492 100644 --- a/src/compile.mli +++ b/src/compile.mli @@ -1,3 +1,2 @@ - type text_query = [ `Prefix | `Suffix | `Equals | `Contains ] val compile : XPath.Ast.t -> Ata.t * (text_query * string) list option