d999492d90ceec8faacd1cb4bd0326e79ed6a5ab
[SXSI/xpathcomp.git] / src / compile.mli
1 type text_query = [ `Prefix | `Suffix | `Equals | `Contains ]
2 val compile : XPath.Ast.t -> Ata.t * (text_query * string) list option