ROOT.ML: Removed the "exit 1" calls, since now the Makefile does them.
authornipkow
Mon, 10 Apr 1995 08:49:00 +0200
changeset 1026 f2dc38ed53ac
parent 1025 23190112d369
child 1027 651637377289
ROOT.ML: Removed the "exit 1" calls, since now the Makefile does them. MT.thy: Deleted extra space in clos_mk.
src/HOL/ex/MT.thy
src/HOL/ex/ROOT.ML
--- a/src/HOL/ex/MT.thy	Mon Apr 10 08:47:43 1995 +0200
+++ b/src/HOL/ex/MT.thy	Mon Apr 10 08:49:00 1995 +0200
@@ -66,7 +66,7 @@
   ve_dom :: "ValEnv => ExVar set"
   ve_app :: "[ValEnv, ExVar] => Val"
 
-  clos_mk :: "[ExVar, Ex, ValEnv] => Clos" ("<| _  , _ , _ |>" [0,0,0] 1000)
+  clos_mk :: "[ExVar, Ex, ValEnv] => Clos" ("<| _ , _ , _ |>" [0,0,0] 1000)
 
   te_emp :: "TyEnv"
   te_owr :: "[TyEnv, ExVar, Ty] => TyEnv" ("_ + { _ |=> _ }" [36,0,0] 50)
--- a/src/HOL/ex/ROOT.ML	Mon Apr 10 08:47:43 1995 +0200
+++ b/src/HOL/ex/ROOT.ML	Mon Apr 10 08:49:00 1995 +0200
@@ -8,25 +8,24 @@
 
 CHOL_build_completed;    (*Cause examples to fail if CHOL did*)
 
-(writeln "Root file for CHOL examples";
- proof_timing := true;
- loadpath := ["ex"];
- time_use     "ex/cla.ML";
- time_use     "ex/meson.ML";
- time_use     "ex/mesontest.ML";
- time_use_thy "String";
- time_use_thy "InSort";
- time_use_thy "Qsort";
- time_use_thy "LexProd";
- time_use_thy "Puzzle";
- time_use_thy "NatSum";
- time_use     "ex/set.ML";
- time_use_thy "SList";
- time_use_thy "LList";
- time_use_thy "Acc";
- time_use_thy "PropLog";
- time_use_thy "Term";
- time_use_thy "Simult";
- time_use_thy "MT";
- writeln "END: Root file for CHOL examples"
-)  handle _ => exit 1;
+writeln "Root file for CHOL examples";
+proof_timing := true;
+loadpath := ["ex"];
+time_use     "ex/cla.ML";
+time_use     "ex/meson.ML";
+time_use     "ex/mesontest.ML";
+time_use_thy "String";
+time_use_thy "InSort";
+time_use_thy "Qsort";
+time_use_thy "LexProd";
+time_use_thy "Puzzle";
+time_use_thy "NatSum";
+time_use     "ex/set.ML";
+time_use_thy "SList";
+time_use_thy "LList";
+time_use_thy "Acc";
+time_use_thy "PropLog";
+time_use_thy "Term";
+time_use_thy "Simult";
+time_use_thy "MT";
+writeln "END: Root file for CHOL examples";