]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_generator/mQueryGenerator.ml
ocaml 3.09 transition
[helm.git] / helm / ocaml / mathql_generator / mQueryGenerator.ml
index f66c42b6c05a62b9a263ca5e5dd4764ddf0905ef..dd8b00ae327aeb0248acc88a92024046320b7051 100644 (file)
@@ -114,8 +114,8 @@ let compose cl =
       | [head]       -> (f head) 
       | head :: tail -> let t = (iter f g tail) in g (f head) t
    in
-   prerr_endline "(** Compose: received constraints **)";
-   U.mathql_of_specs prerr_string cl; flush stderr;
+   (* prerr_endline "(** Compose: received constraints **)";
+   U.mathql_of_specs prerr_string cl; flush stderr; *)
    aux cl;
    let must_query =
       if ! must = [] then