]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_unification/coercGraph.ml
debugging to false
[helm.git] / 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 *)