added MutilatedCheckerboard;
authorwenzelm
Sun, 29 Aug 1999 17:53:03 +0200
changeset 7384 33c976216121
parent 7383 9c4ef0d3f36c
child 7385 1d486a5b6176
added MutilatedCheckerboard;
src/HOL/Isar_examples/ROOT.ML
--- a/src/HOL/Isar_examples/ROOT.ML	Sun Aug 29 17:52:44 1999 +0200
+++ b/src/HOL/Isar_examples/ROOT.ML	Sun Aug 29 17:53:03 1999 +0200
@@ -5,10 +5,11 @@
 Miscellaneous Isabelle/Isar examples for Higher-Order Logic.
 *)
 
-use_thy "BasicLogic";
-use_thy "Peirce";
-use_thy "Cantor";
-use_thy "ExprCompiler";
-use_thy "Group";
-use_thy "NatSum";
-use_thy "KnasterTarski";
+time_use_thy "BasicLogic";
+time_use_thy "Peirce";
+time_use_thy "Cantor";
+time_use_thy "ExprCompiler";
+time_use_thy "Group";
+time_use_thy "NatSum";
+time_use_thy "KnasterTarski";
+time_use_thy "MutilatedCheckerboard";