X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Flibrary%2FcicCoercion.ml;h=fe636ee351dc0a66240ece88cf7b494829097fab;hb=a7063fc0997a9d9eae6c329443e67ab92c4b6a0f;hp=981baffce1ff15bcde6e018b011df2981d7970e1;hpb=f4f050696e66b8604d9f0ff8173afe03addf74d6;p=helm.git diff --git a/helm/ocaml/library/cicCoercion.ml b/helm/ocaml/library/cicCoercion.ml index 981baffce..fe636ee35 100644 --- a/helm/ocaml/library/cicCoercion.ml +++ b/helm/ocaml/library/cicCoercion.ml @@ -23,6 +23,8 @@ * http://helm.cs.unibo.it/ *) +(* $Id$ *) + let debug = false let debug_print s = if debug then prerr_endline (Lazy.force s) else ()