X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Fcompile.mli;fp=src%2Fcompile.mli;h=a5f3beb642a4030730c19f772a97257fca013345;hb=4b52da1a20a4fe031930bb96d2ca46bec06dc529;hp=0000000000000000000000000000000000000000;hpb=a223af3254fb51c279cfbccdc18c59484fdca74e;p=SXSI%2Fxpathcomp.git diff --git a/src/compile.mli b/src/compile.mli new file mode 100644 index 0000000..a5f3beb --- /dev/null +++ b/src/compile.mli @@ -0,0 +1,3 @@ + +type text_query = [ `Prefix | `Suffix | `Equals | `Contains ] +val compile : XPath.Ast.t -> Ata.t * (text_query * string) list option