--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/HOLCF/IMP/ROOT.ML Mon Mar 17 15:37:41 1997 +0100
@@ -0,0 +1,18 @@
+(* Title: HOLCF/IMP/ROOT.ML
+ ID: $Id$
+ Author: Tobias Nipkow
+ Copyright 1997 TU Muenchen
+*)
+
+(*Load theories from ../meta_theory without generating HTML files
+ (has already been done by HOL/IMP/ROOT.ML)*)
+val old_make_html = !make_html;
+make_html := false;
+loadpath := ["../../HOL/IMP"];
+
+use_thy "Natural";
+
+make_html := old_make_html;
+loadpath := ["."];
+
+use_thy "Denotational";