src/Pure/ROOT.ML
changeset 19382 44937faf9e1a
parent 19242 3c72963588c1
child 19417 3a9d25bdd7f4
equal deleted inserted replaced
19381:6cd8abc7f15b 19382:44937faf9e1a
    64 use "Thy/thy_info.ML";
    64 use "Thy/thy_info.ML";
    65 
    65 
    66 (*theory syntax*)
    66 (*theory syntax*)
    67 use "Isar/outer_lex.ML";
    67 use "Isar/outer_lex.ML";
    68 
    68 
    69 (*theory presentation*)
       
    70 use "Thy/html.ML";
       
    71 use "Thy/latex.ML";
       
    72 use "Thy/present.ML";
       
    73 use "Thy/thm_deps.ML";
       
    74 
       
    75 (*theorem database ML interface*)
       
    76 use "Thy/thm_database.ML";
       
    77 
       
    78 (*the Isar system*)
    69 (*the Isar system*)
    79 cd "Isar"; use "ROOT.ML"; cd "..";
    70 cd "Isar"; use "ROOT.ML"; cd "..";
    80 
    71 
    81 use "Proof/extraction.ML";
    72 use "Proof/extraction.ML";
    82 
    73