added config.ML;
authorwenzelm
Wed, 25 Jul 2007 22:20:48 +0200
changeset 23986 c656557b73d5
parent 23985 83e6e9ad0f4f
child 23987 6d78feed74dd
added config.ML;
src/Pure/IsaMakefile
src/Pure/ROOT.ML
--- a/src/Pure/IsaMakefile	Wed Jul 25 22:20:47 2007 +0200
+++ b/src/Pure/IsaMakefile	Wed Jul 25 22:20:48 2007 +0200
@@ -63,12 +63,13 @@
   Tools/codegen_package.ML Tools/codegen_serializer.ML Tools/codegen_thingol.ML	\
   Tools/invoke.ML Tools/nbe.ML Tools/nbe_codegen.ML Tools/nbe_eval.ML		\
   Tools/xml.ML Tools/xml_syntax.ML assumption.ML axclass.ML codegen.ML		\
-  compress.ML conjunction.ML consts.ML context.ML context_position.ML conv.ML	\
-  defs.ML display.ML drule.ML envir.ML fact_index.ML goal.ML install_pp.ML 	\
-  library.ML logic.ML meta_simplifier.ML more_thm.ML morphism.ML name.ML net.ML	\
-  old_goals.ML pattern.ML proofterm.ML pure_setup.ML pure_thy.ML search.ML	\
-  sign.ML simplifier.ML sorts.ML subgoal.ML tactic.ML tctical.ML term.ML 	\
-  term_subst.ML theory.ML thm.ML type.ML type_infer.ML unify.ML variable.ML
+  compress.ML config.ML conjunction.ML consts.ML context.ML context_position.ML \
+  conv.ML defs.ML display.ML drule.ML envir.ML fact_index.ML goal.ML 		\
+  install_pp.ML library.ML logic.ML meta_simplifier.ML more_thm.ML morphism.ML 	\
+  name.ML net.ML old_goals.ML pattern.ML proofterm.ML pure_setup.ML pure_thy.ML \
+  search.ML sign.ML simplifier.ML sorts.ML subgoal.ML tactic.ML tctical.ML 	\
+  term.ML term_subst.ML theory.ML thm.ML type.ML type_infer.ML unify.ML 	\
+  variable.ML
 	@./mk
 
 
--- a/src/Pure/ROOT.ML	Wed Jul 25 22:20:47 2007 +0200
+++ b/src/Pure/ROOT.ML	Wed Jul 25 22:20:48 2007 +0200
@@ -41,6 +41,7 @@
 use "Syntax/printer.ML";
 use "Syntax/syntax.ML";
 
+use "config.ML";
 use "General/ml_syntax.ML";
 
 (*core of tactical proof system*)