X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Fcompile.mli;h=d999492d90ceec8faacd1cb4bd0326e79ed6a5ab;hb=8a31bd5c0847ca9c45627cb808a57d9c07c7b0dc;hp=a5f3beb642a4030730c19f772a97257fca013345;hpb=4b52da1a20a4fe031930bb96d2ca46bec06dc529;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