]> matita.cs.unibo.it Git - helm.git/commitdiff
Debugging code deactivated.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 15 Sep 2006 20:53:55 +0000 (20:53 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 15 Sep 2006 20:53:55 +0000 (20:53 +0000)
components/cic_unification/cicRefine.ml

index bd8e992d0bfdef7d8b3eddc39a0a4b4c1a25ed90..0ef14696c5d46c68075698cde0f36070629f072c 100644 (file)
@@ -34,8 +34,8 @@ exception AssertFailure of string Lazy.t;;
 let insert_coercions = ref true
 let pack_coercions = ref true
 
-(* let debug_print = fun _ -> () *)
- let debug_print x = prerr_endline (Lazy.force x);; 
+let debug_print = fun _ -> ();;
+(*let debug_print x = prerr_endline (Lazy.force x);;*)
 
 let profiler_eat_prods2 = HExtlib.profile "CicRefine.fo_unif_eat_prods2"