X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FmQIProperty.ml;h=60a003a3213891a8391da74fb550e0ee72a622b3;hb=97c2d258a5c524eb5c4b85208899d80751a2c82f;hp=fa966a06c8de9c55aa8a3f98d981828bac1519a9;hpb=9e5ad471e2161436f4ff7ff56edce2947350d828;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/mQIProperty.ml b/helm/ocaml/mathql_interpreter/mQIProperty.ml index fa966a06c..60a003a32 100644 --- a/helm/ocaml/mathql_interpreter/mQIProperty.ml +++ b/helm/ocaml/mathql_interpreter/mQIProperty.ml @@ -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