| 390 |      1 | (*  Title:      Pure/Thy/ROOT.ML
 | 
| 0 |      2 |     ID:         $Id$
 | 
|  |      3 | 
 | 
| 6210 |      4 | Theory system operations.
 | 
| 0 |      5 | *)
 | 
|  |      6 | 
 | 
| 6210 |      7 | (*theory auto loader database*)
 | 
|  |      8 | use "thy_load.ML";
 | 
|  |      9 | use "thy_info.ML";
 | 
| 4115 |     10 | 
 | 
| 7723 |     11 | (*theory syntax -- old format*)
 | 
| 390 |     12 | use "thy_scan.ML";
 | 
|  |     13 | use "thy_parse.ML";
 | 
| 413 |     14 | use "thy_syn.ML";
 | 
| 7723 |     15 | 
 | 
|  |     16 | (*theory syntax -- new format*)
 | 
|  |     17 | use "../Isar/outer_lex.ML";
 | 
|  |     18 | 
 | 
|  |     19 | (*theory presentation*)
 | 
|  |     20 | use "html.ML";
 | 
|  |     21 | use "latex.ML";
 | 
|  |     22 | use "present.ML";
 | 
| 7764 |     23 | use "thm_deps.ML";
 | 
| 7723 |     24 | 
 | 
| 7751 |     25 | (*theorem database -- user-level interface*)
 | 
| 7723 |     26 | use "thm_database.ML";
 |