# HG changeset patch # User wenzelm # Date 1196804966 -3600 # Node ID d6b898681fc7c48f88b0799ff007bfe9e0c21082 # Parent 79f198a08c15c2f130ff8e4322b2d90b5e0ea0a2 added Tools/isabelle_process.ML; diff -r 79f198a08c15 -r d6b898681fc7 src/Pure/IsaMakefile --- 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 diff -r 79f198a08c15 -r d6b898681fc7 src/Pure/Tools/ROOT.ML --- 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"; +