]> matita.cs.unibo.it Git - helm.git/commitdiff
added lazy
authorAndrea Asperti <andrea.asperti@unibo.it>
Fri, 19 Feb 2010 07:38:54 +0000 (07:38 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Fri, 19 Feb 2010 07:38:54 +0000 (07:38 +0000)
helm/software/components/ng_tactics/nnAuto.ml

index ec92ff1353e7b48816c005c50d6b2f64eadad73d..d719b8a96fb4b57636a5d278f9918cb6622272c1 100644 (file)
@@ -1477,7 +1477,7 @@ let height_of_goals status =
             ) 
         context)
      open_goals;
-  debug_print ("altezza sequente: " ^ string_of_int !h);
+  debug_print (lazy ("altezza sequente: " ^ string_of_int !h));
   !h
 ;;