| author | wenzelm |
| Mon, 08 Jun 1998 15:57:30 +0200 | |
| changeset 5003 | f73ad32e44d3 |
| parent 4944 | a6e71e5a1004 |
| child 5013 | 5b0c97631aff |
| permissions | -rw-r--r-- |
| 390 | 1 |
(* Title: Pure/Thy/ROOT.ML |
| 0 | 2 |
ID: $Id$ |
3 |
||
| 390 | 4 |
This file builds the theory parser and autoloading system. |
| 0 | 5 |
*) |
6 |
||
| 4944 | 7 |
use "position.ML"; |
| 4115 | 8 |
use "path.ML"; |
| 4214 | 9 |
use "file.ML"; |
10 |
use "use.ML"; |
|
| 4115 | 11 |
|
| 390 | 12 |
use "thy_scan.ML"; |
13 |
use "thy_parse.ML"; |
|
| 413 | 14 |
use "thy_syn.ML"; |
| 3619 | 15 |
|
| 4339 | 16 |
use "context.ML"; |
17 |
||
|
3600
5366dde08dba
Added some additional "use" commands for new files
berghofe
parents:
3576
diff
changeset
|
18 |
use "thy_info.ML"; |
|
5366dde08dba
Added some additional "use" commands for new files
berghofe
parents:
3576
diff
changeset
|
19 |
use "browser_info.ML"; |
|
1132
dfb29abcf3c2
added theorem database which contains axioms and theorems indexed by the
clasohm
parents:
1078
diff
changeset
|
20 |
use "thm_database.ML"; |
| 413 | 21 |
use "thy_read.ML"; |
| 0 | 22 |
|
| 4214 | 23 |
open ThmDatabase ThyRead ThyInfo BrowserInfo; |