# HG changeset patch # User wenzelm # Date 1119026000 -7200 # Node ID 3b17850023f12dbf8de930c8389182a4e5675760 # Parent d17817dd61e9d79e5aa6db565dee4f239de1c820 removed Pure/theory_data.ML; diff -r d17817dd61e9 -r 3b17850023f1 src/Pure/IsaMakefile --- a/src/Pure/IsaMakefile Fri Jun 17 18:33:19 2005 +0200 +++ b/src/Pure/IsaMakefile Fri Jun 17 18:33:20 2005 +0200 @@ -60,7 +60,7 @@ goals.ML install_pp.ML library.ML logic.ML meta_simplifier.ML net.ML \ pattern.ML proof_general.ML proofterm.ML pure_thy.ML search.ML \ sign.ML simplifier.ML sorts.ML tactic.ML tctical.ML term.ML \ - defs.ML theory.ML theory_data.ML thm.ML type.ML type_infer.ML unify.ML + defs.ML theory.ML thm.ML type.ML type_infer.ML unify.ML @./mk diff -r d17817dd61e9 -r 3b17850023f1 src/Pure/ROOT.ML --- a/src/Pure/ROOT.ML Fri Jun 17 18:33:19 2005 +0200 +++ b/src/Pure/ROOT.ML Fri Jun 17 18:33:20 2005 +0200 @@ -24,6 +24,7 @@ use "General/pretty.ML"; use "sorts.ML"; use "type.ML"; +use "context.ML"; (*inner syntax module*) cd "Syntax"; use "ROOT.ML"; cd ".."; @@ -38,8 +39,6 @@ use "logic.ML"; use "defs.ML"; use "theory.ML"; -use "theory_data.ML"; -use "context.ML"; use "proofterm.ML"; use "thm.ML"; use "display.ML"; @@ -78,7 +77,7 @@ (*theorem database ML interface*) use "Thy/thm_database.ML"; -(*the Isar subsystem*) +(*the Isar system*) cd "Isar"; use "ROOT.ML"; cd ".."; use "axclass.ML";