X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_unification%2FcoercGraph.ml;h=fa18530e53cffdf37dca89171cfdc48433a85b1b;hb=522bfe4fd22804ff7fb0013697721504003a6606;hp=d7454925a606f8a0ddd93fa9bc112a070dcbb240;hpb=6376b9d56df8c0151a4cd5f35f2646d9922b5858;p=helm.git diff --git a/helm/ocaml/cic_unification/coercGraph.ml b/helm/ocaml/cic_unification/coercGraph.ml index d7454925a..fa18530e5 100644 --- a/helm/ocaml/cic_unification/coercGraph.ml +++ b/helm/ocaml/cic_unification/coercGraph.ml @@ -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 *)