reverted some odd changes to HOL/Import (cf. 74c08021ab2e);
authorwenzelm
Mon, 22 Aug 2011 12:17:22 +0200
changeset 44377 d3e609c87c4c
parent 44376 9c5cc8134cba
child 44378 81b4af4cfa5a
child 44390 99ef9fd7341b
reverted some odd changes to HOL/Import (cf. 74c08021ab2e);
src/HOL/Import/Generate-HOL/GenHOL4Base.thy
src/HOL/Import/Generate-HOL/ROOT.ML
--- a/src/HOL/Import/Generate-HOL/GenHOL4Base.thy	Mon Aug 22 10:57:33 2011 +0200
+++ b/src/HOL/Import/Generate-HOL/GenHOL4Base.thy	Mon Aug 22 12:17:22 2011 +0200
@@ -28,12 +28,11 @@
   TYPE_DEFINITION > HOL4Setup.TYPE_DEFINITION
   LET             > HOL4Compat.LET;
 
-(*ignore_thms
+ignore_thms
   BOUNDED_DEF
   BOUNDED_THM
   UNBOUNDED_DEF
   UNBOUNDED_THM;
-*)
 
 end_import;
 
--- a/src/HOL/Import/Generate-HOL/ROOT.ML	Mon Aug 22 10:57:33 2011 +0200
+++ b/src/HOL/Import/Generate-HOL/ROOT.ML	Mon Aug 22 12:17:22 2011 +0200
@@ -1,5 +1,3 @@
-Runtime.debug := true;
-
 use_thy "GenHOL4Prob";
 use_thy "GenHOL4Vec";
 use_thy "GenHOL4Word32";