]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_generator/mQueryGenerator.ml
Added whelp to the repository.
[helm.git] / helm / ocaml / mathql_generator / mQueryGenerator.ml
index f66c42b6c05a62b9a263ca5e5dd4764ddf0905ef..784bc11dcbfe37a639774c71015b166b5db48b20 100644 (file)
@@ -26,6 +26,8 @@
 (*  AUTOR: Ferruccio Guidi <fguidi@cs.unibo.it>
  *)
 
+(* $Id$ *)
+
 module M = MathQL
 module T = MQGTypes
 module U = MQGUtil
@@ -114,8 +116,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