equal
deleted
inserted
replaced
1 (* Title: Pure/Thy/ROOT.ML |
1 (* Title: Pure/Thy/ROOT.ML |
2 ID: $Id$ |
2 ID: $Id$ |
3 |
3 |
4 This file builds the theory parser and autoloading system. |
4 Theory system operations. |
5 *) |
5 *) |
6 |
6 |
7 use "use.ML"; |
7 (*theory auto loader database*) |
|
8 use "thy_load.ML"; |
|
9 use "thy_info.ML"; |
|
10 use "session.ML"; |
8 |
11 |
|
12 (*theory presentation*) |
|
13 use "present.ML"; |
|
14 use "thm_database.ML"; |
|
15 |
|
16 (*theory syntax (old format)*) (* FIXME rename to OldThy (!?) *) |
9 use "thy_scan.ML"; |
17 use "thy_scan.ML"; |
10 use "thy_parse.ML"; |
18 use "thy_parse.ML"; |
11 use "thy_syn.ML"; |
19 use "thy_syn.ML"; |
12 |
|
13 use "context.ML"; |
|
14 |
|
15 use "thy_info.ML"; |
|
16 use "browser_info.ML"; |
|
17 use "thm_database.ML"; |
|
18 use "thy_read.ML"; |
|
19 |
|
20 open ThmDatabase ThyRead ThyInfo BrowserInfo; |
|