]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/mQIProperty.ml
ocaml 3.09 transition
[helm.git] / helm / ocaml / mathql_interpreter / mQIProperty.ml
index fa966a06c8de9c55aa8a3f98d981828bac1519a9..60a003a3213891a8391da74fb550e0ee72a622b3 100644 (file)
@@ -83,9 +83,9 @@ let exec_single h mc ct cfl el table =
    let cons_false = List.map mk_con cfl in
    let other_cols = List.map (fun (p, _) -> conv p) el in 
    let cols = if first = "" then other_cols else first :: other_cols in
-   let result, q = C.exec h (C.resolve h table) cols cons_true cons_false in
-   if C.set h C.Queries then C.log h (q ^ "\n");
-   pg_result false first el result 
+   let out q = if C.set h C.Queries then C.log h (q ^ "\n") in
+   let r = C.exec h out (C.resolve h table) cols cons_true cons_false in
+   pg_result false first el r
    
 let deadline = 100