# HG changeset patch # User wenzelm # Date 1172528306 -3600 # Node ID d8d96d0122a76c1e3d79afae0633c4524a89f25f # Parent 26ead7ed4f4bd3270939db6a726e71f987398d5c added more_thm.ML; diff -r 26ead7ed4f4b -r d8d96d0122a7 src/Pure/IsaMakefile --- a/src/Pure/IsaMakefile Mon Feb 26 23:18:24 2007 +0100 +++ b/src/Pure/IsaMakefile Mon Feb 26 23:18:26 2007 +0100 @@ -66,10 +66,10 @@ Tools/xml_syntax.ML assumption.ML axclass.ML codegen.ML compress.ML \ conjunction.ML consts.ML context.ML defs.ML display.ML drule.ML envir.ML \ fact_index.ML goal.ML install_pp.ML library.ML logic.ML meta_simplifier.ML \ - morphism.ML name.ML net.ML old_goals.ML pattern.ML proofterm.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 + more_thm.ML morphism.ML name.ML net.ML old_goals.ML pattern.ML proofterm.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 26ead7ed4f4b -r d8d96d0122a7 src/Pure/ROOT.ML --- a/src/Pure/ROOT.ML Mon Feb 26 23:18:24 2007 +0100 +++ b/src/Pure/ROOT.ML Mon Feb 26 23:18:26 2007 +0100 @@ -47,6 +47,7 @@ use "theory.ML"; use "proofterm.ML"; use "thm.ML"; +use "more_thm.ML"; use "fact_index.ML"; use "pure_thy.ML"; use "display.ML";