Refactoring and cosmetic changes
[SXSI/xpathcomp.git] / src / compile.mli
index a5f3beb..d999492 100644 (file)
@@ -1,3 +1,2 @@
-
 type text_query = [ `Prefix | `Suffix | `Equals | `Contains ]
 val compile : XPath.Ast.t -> Ata.t * (text_query * string) list option