]> matita.cs.unibo.it Git - helm.git/commitdiff
Disabled debug prints in the inversion principle.
authorWilmer Ricciotti <ricciott@cs.unibo.it>
Wed, 22 Apr 2009 10:54:26 +0000 (10:54 +0000)
committerWilmer Ricciotti <ricciott@cs.unibo.it>
Wed, 22 Apr 2009 10:54:26 +0000 (10:54 +0000)
helm/software/components/tactics/inversion.ml
helm/software/components/tactics/inversion_principle.ml

index 13b350daf07f996a8142b177c3384bb59510c856..fa4b71178a7886ba20c3ded480c323c0e4ea3b50 100644 (file)
@@ -28,7 +28,7 @@
 exception TheTypeOfTheCurrentGoalIsAMetaICannotChooseTheRightElimiantionPrinciple
 exception NotAnInductiveTypeToEliminate
 
-let debug = true;; 
+let debug = false;; 
 let debug_print =
  fun msg -> if debug then prerr_endline (Lazy.force msg) else ()
 
index e15e8cb630a0eed2ab9543a34eab41f178d61c4e..3229a261b46f82640d05a52a78ece4ecc4dabd3b 100644 (file)
@@ -23,7 +23,7 @@
  * http://cs.unibo.it/helm/.
  *)
 
-let debug = true;; 
+let debug = false;; 
 let debug_print =
  fun msg -> if debug then prerr_endline (Lazy.force msg) else ()