added name_space.ML;
authorwenzelm
Wed, 01 Oct 1997 17:36:51 +0200
changeset 3763 31ec17820f49
parent 3762 f20b071a429a
child 3764 fe7719aee219
added name_space.ML;
src/Pure/IsaMakefile
src/Pure/ROOT.ML
--- a/src/Pure/IsaMakefile	Wed Oct 01 17:32:38 1997 +0200
+++ b/src/Pure/IsaMakefile	Wed Oct 01 17:36:51 1997 +0200
@@ -16,8 +16,8 @@
 	Syntax/syntax.ML Syntax/token_trans.ML Syntax/type_ext.ML Thy/ROOT.ML\
 	Thy/symbol_input.ML Thy/thm_database.ML Thy/thy_parse.ML Thy/thy_read.ML \
 	Thy/thy_scan.ML Thy/thy_syn.ML Thy/thy_info.ML Thy/browser_info.ML \
-        axclass.ML basis.ML deriv.ML display.ML drule.ML \
-	envir.ML goals.ML install_pp.ML library.ML logic.ML net.ML pattern.ML \
+        axclass.ML basis.ML deriv.ML display.ML drule.ML envir.ML goals.ML \
+	install_pp.ML library.ML logic.ML net.ML name_space.ML pattern.ML \
 	search.ML section_utils.ML sequence.ML sign.ML sorts.ML symtab.ML tactic.ML \
 	tctical.ML term.ML theory.ML thm.ML type.ML type_infer.ML unify.ML
 
--- a/src/Pure/ROOT.ML	Wed Oct 01 17:32:38 1997 +0200
+++ b/src/Pure/ROOT.ML	Wed Oct 01 17:36:51 1997 +0200
@@ -18,6 +18,7 @@
 
 use "library.ML";
 use "symtab.ML";
+use "name_space.ML";
 use "term.ML";
 
 (*Syntax module*)