added Isar/constdefs.ML;
authorwenzelm
Thu, 22 Apr 2004 11:00:22 +0200
changeset 14650 0390abdd1e62
parent 14649 8ad41d25c152
child 14651 02b8f3bcf7fe
added Isar/constdefs.ML;
src/Pure/IsaMakefile
src/Pure/Isar/ROOT.ML
--- a/src/Pure/IsaMakefile	Thu Apr 22 11:00:03 2004 +0200
+++ b/src/Pure/IsaMakefile	Thu Apr 22 11:00:22 2004 +0200
@@ -23,41 +23,38 @@
 
 Pure: $(OUT)/Pure
 
-$(OUT)/Pure: General/ROOT.ML General/buffer.ML General/file.ML		  \
-  General/graph.ML General/heap.ML General/history.ML			  \
-  General/lazy_scan.ML General/lazy_seq.ML  General/name_space.ML	  \
-  General/object.ML General/path.ML General/position.ML General/pretty.ML \
-  General/scan.ML General/seq.ML General/source.ML General/susp.ML	  \
-  General/symbol.ML General/table.ML General/url.ML			  \
-  General/xml.ML Isar/ROOT.ML Isar/antiquote.ML Isar/args.ML		  \
-  Isar/attrib.ML Isar/auto_bind.ML Isar/calculation.ML			  \
-  Isar/context_rules.ML Isar/induct_attrib.ML Isar/isar.ML		  \
-  Isar/isar_cmd.ML Isar/isar_output.ML Isar/isar_syn.ML			  \
-  Isar/isar_thy.ML Isar/locale.ML Isar/method.ML Isar/net_rules.ML	  \
-  Isar/object_logic.ML Isar/obtain.ML Isar/outer_lex.ML			  \
-  Isar/outer_parse.ML Isar/outer_syntax.ML Isar/proof.ML		  \
-  Isar/proof_context.ML Isar/proof_data.ML Isar/proof_history.ML	  \
-  Isar/rule_cases.ML Isar/session.ML Isar/skip_proof.ML			  \
-  Isar/thy_header.ML Isar/toplevel.ML ML-Systems/mlworks.ML		  \
-  ML-Systems/polyml-3.x.ML ML-Systems/polyml.ML				  \
-  ML-Systems/smlnj-0.93.ML ML-Systems/smlnj-compiler.ML			  \
-  ML-Systems/cpu-timer-basis.ML ML-Systems/cpu-timer-gc.ML                \
-  ML-Systems/smlnj-pp-new.ML ML-Systems/smlnj-pp-old.ML                   \
-  ML-Systems/smlnj.ML ML-Systems/smlnj-basis-compat.ML Proof/ROOT.ML      \
-  Proof/extraction.ML Proof/proof_rewrite_rules.ML			  \
-  Proof/proof_syntax.ML Proof/proofchecker.ML Proof/reconstruct.ML	  \
-  ROOT.ML Syntax/ROOT.ML Syntax/ast.ML Syntax/lexicon.ML		  \
-  Syntax/mixfix.ML Syntax/parser.ML Syntax/printer.ML			  \
-  Syntax/syn_ext.ML Syntax/syn_trans.ML Syntax/syntax.ML		  \
-  Syntax/token_trans.ML Syntax/type_ext.ML Thy/ROOT.ML Thy/html.ML	  \
-  Thy/latex.ML Thy/present.ML Thy/thm_database.ML Thy/thm_deps.ML	  \
-  Thy/thy_info.ML Thy/thy_load.ML Thy/thy_parse.ML Thy/thy_scan.ML	  \
-  Thy/thy_syn.ML axclass.ML basis.ML codegen.ML context.ML display.ML	  \
-  drule.ML envir.ML fact_index.ML goals.ML install_pp.ML library.ML	  \
-  logic.ML meta_simplifier.ML net.ML pattern.ML proof_general.ML	  \
-  proofterm.ML pure.ML pure_thy.ML search.ML sign.ML sorts.ML		  \
-  tactic.ML tctical.ML term.ML theory.ML theory_data.ML thm.ML type.ML	  \
-  type_infer.ML unify.ML
+$(OUT)/Pure: General/ROOT.ML General/buffer.ML General/file.ML			\
+  General/graph.ML General/heap.ML General/history.ML				\
+  General/lazy_scan.ML General/lazy_seq.ML General/name_space.ML		\
+  General/object.ML General/path.ML General/position.ML				\
+  General/pretty.ML General/scan.ML General/seq.ML General/source.ML		\
+  General/susp.ML General/symbol.ML General/table.ML General/url.ML		\
+  General/xml.ML Isar/ROOT.ML Isar/antiquote.ML Isar/args.ML			\
+  Isar/attrib.ML Isar/auto_bind.ML Isar/calculation.ML Isar/constdefs.ML	\
+  Isar/context_rules.ML Isar/induct_attrib.ML Isar/isar.ML			\
+  Isar/isar_cmd.ML Isar/isar_output.ML Isar/isar_syn.ML Isar/isar_thy.ML	\
+  Isar/locale.ML Isar/method.ML Isar/net_rules.ML Isar/object_logic.ML		\
+  Isar/obtain.ML Isar/outer_lex.ML Isar/outer_parse.ML				\
+  Isar/outer_syntax.ML Isar/proof.ML Isar/proof_context.ML			\
+  Isar/proof_data.ML Isar/proof_history.ML Isar/rule_cases.ML			\
+  Isar/session.ML Isar/skip_proof.ML Isar/thy_header.ML Isar/toplevel.ML	\
+  ML-Systems/cpu-timer-basis.ML ML-Systems/cpu-timer-gc.ML			\
+  ML-Systems/mlworks.ML ML-Systems/polyml-3.x.ML ML-Systems/polyml.ML		\
+  ML-Systems/smlnj-0.93.ML ML-Systems/smlnj-basis-compat.ML			\
+  ML-Systems/smlnj-compiler.ML ML-Systems/smlnj-pp-new.ML			\
+  ML-Systems/smlnj-pp-old.ML ML-Systems/smlnj.ML Proof/ROOT.ML			\
+  Proof/extraction.ML Proof/proof_rewrite_rules.ML Proof/proof_syntax.ML	\
+  Proof/proofchecker.ML Proof/reconstruct.ML ROOT.ML Syntax/ROOT.ML		\
+  Syntax/ast.ML Syntax/lexicon.ML Syntax/mixfix.ML Syntax/parser.ML		\
+  Syntax/printer.ML Syntax/syn_ext.ML Syntax/syn_trans.ML Syntax/syntax.ML	\
+  Syntax/token_trans.ML	Syntax/type_ext.ML Thy/ROOT.ML Thy/html.ML Thy/latex.ML	\
+  Thy/present.ML Thy/thm_database.ML Thy/thm_deps.ML Thy/thy_info.ML		\
+  Thy/thy_load.ML Thy/thy_parse.ML Thy/thy_scan.ML Thy/thy_syn.ML axclass.ML	\
+  basis.ML codegen.ML context.ML display.ML drule.ML envir.ML fact_index.ML	\
+  goals.ML install_pp.ML library.ML logic.ML meta_simplifier.ML net.ML		\
+  pattern.ML proof_general.ML proofterm.ML pure.ML pure_thy.ML search.ML	\
+  sign.ML sorts.ML tactic.ML tctical.ML term.ML theory.ML theory_data.ML	\
+  thm.ML type.ML type_infer.ML unify.ML
 	@./mk
 
 
--- a/src/Pure/Isar/ROOT.ML	Thu Apr 22 11:00:03 2004 +0200
+++ b/src/Pure/Isar/ROOT.ML	Thu Apr 22 11:00:22 2004 +0200
@@ -43,6 +43,7 @@
 
 (*theory and proof operations*)
 use "isar_thy.ML";
+use "constdefs.ML";
 use "isar_cmd.ML";
 use "isar_syn.ML";
 
@@ -73,6 +74,7 @@
   structure ThyHeader = ThyHeader;
   structure OuterSyntax = OuterSyntax;
   structure IsarThy = IsarThy;
+  structure Constdefs = Constdefs;
   structure IsarCmd = IsarCmd;
   structure IsarSyn = IsarSyn;
   structure Isar = Isar;