src/HOL/Induct/ROOT.ML
changeset 3120 c58423c20740
child 4449 df30e75f670f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/HOL/Induct/ROOT.ML	Wed May 07 12:50:26 1997 +0200
@@ -0,0 +1,22 @@
+(*  Title:      HOL/Induct/ROOT
+    ID:         $Id$
+    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
+    Copyright   1997  University of Cambridge
+
+Exampled of Inductive Definitions
+*)
+
+HOL_build_completed;    (*Make examples fail if HOL did*)
+
+writeln"Root file for HOL/Induct";
+proof_timing := true;
+time_use_thy "Perm";
+time_use_thy "Comb";
+time_use_thy "Mutil";
+time_use_thy "Acc";
+time_use_thy "PropLog";
+time_use_thy "SList";
+time_use_thy "LFilter";
+time_use_thy "Term";
+time_use_thy "Simult";
+time_use_thy "Exp";