src/Pure/Thy/ROOT.ML
changeset 4115 9405ebe284bf
parent 4055 69892b85f800
child 4214 523f6bea9fd7
equal deleted inserted replaced
4114:8d80c1a3b546 4115:9405ebe284bf
     3     Author:     Sonia Mahjoub and Tobias Nipkow and
     3     Author:     Sonia Mahjoub and Tobias Nipkow and
     4                 Markus Wenzel and Carsten Clasohm, TU Muenchen
     4                 Markus Wenzel and Carsten Clasohm, TU Muenchen
     5 
     5 
     6 This file builds the theory parser and autoloading system.
     6 This file builds the theory parser and autoloading system.
     7 *)
     7 *)
       
     8 
       
     9 use "path.ML";
     8 
    10 
     9 use "thy_scan.ML";
    11 use "thy_scan.ML";
    10 use "thy_parse.ML";
    12 use "thy_parse.ML";
    11 use "thy_syn.ML";
    13 use "thy_syn.ML";
    12 
    14