]> matita.cs.unibo.it Git - helm.git/commitdiff
debugging to false
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 10 Jun 2005 14:11:59 +0000 (14:11 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 10 Jun 2005 14:11:59 +0000 (14:11 +0000)
helm/ocaml/cic_unification/coercGraph.ml

index d7454925a606f8a0ddd93fa9bc112a070dcbb240..fa18530e53cffdf37dca89171cfdc48433a85b1b 100644 (file)
@@ -25,7 +25,7 @@
 
 open Printf;;
 
-let debug = true
+let debug = false
 let debug_print = if debug then prerr_endline else ignore
 
 (* searches a coercion fron src to tgt in the !coercions list *)