Merge branch 'local-ocamlbuild' into local-trunk
[SXSI/xpathcomp.git] / src / compile.mli
diff --git a/src/compile.mli b/src/compile.mli
new file mode 100644 (file)
index 0000000..a5f3beb
--- /dev/null
@@ -0,0 +1,3 @@
+
+type text_query = [ `Prefix | `Suffix | `Equals | `Contains ]
+val compile : XPath.Ast.t -> Ata.t * (text_query * string) list option