removed Pure/theory_data.ML;
authorwenzelm
Fri, 17 Jun 2005 18:33:20 +0200
changeset 16435 3b17850023f1
parent 16434 d17817dd61e9
child 16436 7eb6b6cbd166
removed Pure/theory_data.ML;
src/Pure/IsaMakefile
src/Pure/ROOT.ML
--- a/src/Pure/IsaMakefile	Fri Jun 17 18:33:19 2005 +0200
+++ b/src/Pure/IsaMakefile	Fri Jun 17 18:33:20 2005 +0200
@@ -60,7 +60,7 @@
   goals.ML install_pp.ML library.ML logic.ML meta_simplifier.ML net.ML	\
   pattern.ML proof_general.ML proofterm.ML pure_thy.ML search.ML	\
   sign.ML simplifier.ML sorts.ML tactic.ML tctical.ML term.ML		\
-  defs.ML theory.ML theory_data.ML thm.ML type.ML type_infer.ML unify.ML
+  defs.ML theory.ML thm.ML type.ML type_infer.ML unify.ML
 	@./mk
 
 
--- a/src/Pure/ROOT.ML	Fri Jun 17 18:33:19 2005 +0200
+++ b/src/Pure/ROOT.ML	Fri Jun 17 18:33:20 2005 +0200
@@ -24,6 +24,7 @@
 use "General/pretty.ML";
 use "sorts.ML";
 use "type.ML";
+use "context.ML";
 
 (*inner syntax module*)
 cd "Syntax"; use "ROOT.ML"; cd "..";
@@ -38,8 +39,6 @@
 use "logic.ML";
 use "defs.ML";
 use "theory.ML";
-use "theory_data.ML";
-use "context.ML";
 use "proofterm.ML";
 use "thm.ML";
 use "display.ML";
@@ -78,7 +77,7 @@
 (*theorem database ML interface*)
 use "Thy/thm_database.ML";
 
-(*the Isar subsystem*)
+(*the Isar system*)
 cd "Isar"; use "ROOT.ML"; cd "..";
 
 use "axclass.ML";