src/LK/ex/ROOT.ML
changeset 0 a5a9c433f639
child 99 df0cd0fecf86
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/LK/ex/ROOT.ML	Thu Sep 16 12:20:38 1993 +0200
@@ -0,0 +1,18 @@
+(*  Title: 	LK/ex/ROOT
+    ID:         $Id$
+    Author: 	Lawrence C Paulson, Cambridge University Computer Laboratory
+    Copyright   1992  University of Cambridge
+
+Executes all examples for Classical Logic. 
+*)
+
+LK_build_completed;    (*Cause examples to fail if LK did*)
+
+writeln"Root file for LK examples";
+
+proof_timing := true;
+time_use "ex/prop.ML";
+time_use "ex/quant.ML";
+time_use "ex/hard-quant.ML";
+
+maketest"END: Root file for LK examples";