src/HOL/Isar_examples/ROOT.ML
changeset 6444 2ebe9e630cab
child 6526 6b64d1454ee3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/HOL/Isar_examples/ROOT.ML	Fri Apr 16 17:44:29 1999 +0200
@@ -0,0 +1,11 @@
+(*  Title:      HOL/Isar_examples/ROOT.ML
+    ID:         $Id$
+    Author:     Markus Wenzel, TU Muenchen
+
+Miscellaneous Isabelle/Isar examples for Higher-Order Logic.
+*)
+
+use_thy "BasicLogic";
+use_thy "Peirce";
+use_thy "Cantor";
+use_thy "ExprCompiler";