Merge branch 'local-ocamlbuild' into local-trunk
[SXSI/xpathcomp.git] / src / compile.mli
1
2 type text_query = [ `Prefix | `Suffix | `Equals | `Contains ]
3 val compile : XPath.Ast.t -> Ata.t * (text_query * string) list option