added Tools/isabelle_process.ML;
authorwenzelm
Tue, 04 Dec 2007 22:49:26 +0100
changeset 25525 d6b898681fc7
parent 25524 79f198a08c15
child 25526 05ee7d85912e
added Tools/isabelle_process.ML;
src/Pure/IsaMakefile
src/Pure/Tools/ROOT.ML
--- a/src/Pure/IsaMakefile	Tue Dec 04 22:49:22 2007 +0100
+++ b/src/Pure/IsaMakefile	Tue Dec 04 22:49:26 2007 +0100
@@ -65,15 +65,15 @@
   Syntax/syn_trans.ML Syntax/syntax.ML Syntax/type_ext.ML Thy/html.ML		\
   Thy/latex.ML Thy/present.ML Thy/term_style.ML Thy/thm_database.ML		\
   Thy/thm_deps.ML Thy/thy_edit.ML Thy/thy_header.ML Thy/thy_info.ML		\
-  Thy/thy_load.ML Thy/thy_output.ML Tools/ROOT.ML Tools/invoke.ML		\
-  Tools/named_thms.ML Tools/xml_syntax.ML assumption.ML axclass.ML codegen.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		\
-  interpretation.ML library.ML logic.ML meta_simplifier.ML more_thm.ML 		\
-  morphism.ML name.ML net.ML old_goals.ML pattern.ML primitive_defs.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
+  Thy/thy_load.ML Thy/thy_output.ML Tools/ROOT.ML Tools/invoke.ML 		\
+  Tools/isabelle_process.ML Tools/named_thms.ML Tools/xml_syntax.ML 		\
+  assumption.ML axclass.ML codegen.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 interpretation.ML library.ML logic.ML		\
+  meta_simplifier.ML more_thm.ML morphism.ML name.ML net.ML old_goals.ML	\
+  pattern.ML primitive_defs.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/Tools/ROOT.ML	Tue Dec 04 22:49:22 2007 +0100
+++ b/src/Pure/Tools/ROOT.ML	Tue Dec 04 22:49:26 2007 +0100
@@ -5,9 +5,11 @@
 *)
 
 use "named_thms.ML";
+use "isabelle_process.ML";
 
 (*basic XML support*)
 use "xml_syntax.ML";
 
 (*derived theory and proof elements*)
 use "invoke.ML";
+