1.1 --- a/src/Pure/IsaMakefile Wed Apr 16 18:16:45 1997 +0200
1.2 +++ b/src/Pure/IsaMakefile Wed Apr 16 18:17:38 1997 +0200
1.3 @@ -18,8 +18,8 @@
1.4 Thy/symbol_input.ML Thy/thm_database.ML Thy/thy_parse.ML Thy/thy_read.ML \
1.5 Thy/thy_scan.ML Thy/thy_syn.ML axclass.ML basis.ML deriv.ML display.ML drule.ML \
1.6 envir.ML goals.ML install_pp.ML library.ML logic.ML net.ML pattern.ML \
1.7 - search.ML section_utils.ML sequence.ML sign.ML symtab.ML tactic.ML \
1.8 - tctical.ML term.ML theory.ML thm.ML type.ML unify.ML \
1.9 + search.ML section_utils.ML sequence.ML sign.ML sorts.ML symtab.ML tactic.ML \
1.10 + tctical.ML term.ML theory.ML thm.ML type.ML type_infer.ML unify.ML \
1.11 ../Provers/simplifier.ML
1.12
1.13 $(OUT)/Pure: $(FILES)
2.1 --- a/src/Pure/Makefile Wed Apr 16 18:16:45 1997 +0200
2.2 +++ b/src/Pure/Makefile Wed Apr 16 18:17:38 1997 +0200
2.3 @@ -25,7 +25,7 @@
2.4 term.ML symtab.ML type.ML sign.ML\
2.5 sequence.ML envir.ML pattern.ML unify.ML logic.ML theory.ML thm.ML\
2.6 net.ML display.ML deriv.ML drule.ML tctical.ML search.ML tactic.ML\
2.7 - goals.ML axclass.ML install_pp.ML\
2.8 + goals.ML axclass.ML install_pp.ML sorts.ML type_infer.ML\
2.9 NJ093.ML NJ1xx.ML ../Provers/simplifier.ML
2.10
2.11 SYNTAX_FILES = Syntax/ROOT.ML Syntax/ast.ML Syntax/lexicon.ML\
3.1 --- a/src/Pure/ROOT.ML Wed Apr 16 18:16:45 1997 +0200
3.2 +++ b/src/Pure/ROOT.ML Wed Apr 16 18:17:38 1997 +0200
3.3 @@ -25,6 +25,8 @@
3.4 use "ROOT.ML";
3.5 cd "..";
3.6
3.7 +use "sorts.ML";
3.8 +use "type_infer.ML";
3.9 use "type.ML";
3.10 use "sign.ML";
3.11 use "sequence.ML";