src/Pure/Thy/ROOT.ML
changeset 431 da3d07d4349b
parent 413 2a1554524ad5
child 1078 e57beb974dd7
equal deleted inserted replaced
430:89e1986125fe 431:da3d07d4349b
     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 (* FIXME remove (still needed by HOL/Datatype.ML) *)
       
    10 use "scan.ML"; use "parse.ML";
       
    11 
       
    12 
     8 
    13 use "thy_scan.ML";
     9 use "thy_scan.ML";
    14 use "thy_parse.ML";
    10 use "thy_parse.ML";
    15 
    11 
    16 structure ThyScan = ThyScanFun(Scanner);
    12 structure ThyScan = ThyScanFun(Scanner);