]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_kernel/nCicReduction.ml
Most warnings turned into errors and avoided
[helm.git] / matita / components / ng_kernel / nCicReduction.ml
index 52cdb3840c371ed2776f9b879a5f419110d11ae8..7542a52e03683ce1bb3905c3e6dc28fe7b7c2af9 100644 (file)
@@ -18,7 +18,7 @@ module E = NCicEnvironment
 exception AssertFailure of string Lazy.t;;
 
 let debug = ref false;;
-let pp m = if !debug then prerr_endline (Lazy.force m) else ();;
+(*let pp m = if !debug then prerr_endline (Lazy.force m) else ();;*)
 
 module type Strategy = sig
   type stack_term