1.1 --- a/src/Pure/IsaMakefile Tue Oct 14 17:34:21 1997 +0200
1.2 +++ b/src/Pure/IsaMakefile Tue Oct 14 17:34:36 1997 +0200
1.3 @@ -16,7 +16,7 @@
1.4 Syntax/syntax.ML Syntax/token_trans.ML Syntax/type_ext.ML Thy/ROOT.ML\
1.5 Thy/symbol_input.ML Thy/thm_database.ML Thy/thy_parse.ML Thy/thy_read.ML \
1.6 Thy/thy_scan.ML Thy/thy_syn.ML Thy/thy_info.ML Thy/browser_info.ML \
1.7 - axclass.ML basis.ML deriv.ML display.ML drule.ML envir.ML goals.ML \
1.8 + axclass.ML basis.ML data.ML deriv.ML display.ML drule.ML envir.ML goals.ML \
1.9 install_pp.ML library.ML logic.ML net.ML name_space.ML pattern.ML \
1.10 search.ML section_utils.ML sequence.ML sign.ML sorts.ML symtab.ML tactic.ML \
1.11 tctical.ML term.ML theory.ML thm.ML type.ML type_infer.ML unify.ML
2.1 --- a/src/Pure/ROOT.ML Tue Oct 14 17:34:21 1997 +0200
2.2 +++ b/src/Pure/ROOT.ML Tue Oct 14 17:34:36 1997 +0200
2.3 @@ -29,6 +29,7 @@
2.4 use "sorts.ML";
2.5 use "type_infer.ML";
2.6 use "type.ML";
2.7 +use "data.ML";
2.8 use "sign.ML";
2.9 use "sequence.ML";
2.10 use "envir.ML";