author | hoelzl |
Fri, 27 Aug 2010 11:49:06 +0200 | |
changeset 39085 | 8b7c009da23c |
parent 37216 | 3165bc303f66 |
child 38767 | d8da44a8dd25 |
permissions | -rw-r--r-- |
32833 | 1 |
Unsynchronized.set quick_and_dirty; |
37216
3165bc303f66
modernized some structure names, keeping a few legacy aliases;
wenzelm
parents:
32833
diff
changeset
|
2 |
Unsynchronized.set Thy_Output.source; |
26741 | 3 |
use "../../antiquote_setup.ML"; |
26844 | 4 |
|
30167 | 5 |
use_thys [ |
6 |
"Introduction", |
|
7 |
"Framework", |
|
8 |
"First_Order_Logic", |
|
9 |
"Outer_Syntax", |
|
10 |
"Document_Preparation", |
|
11 |
"Spec", |
|
12 |
"Proof", |
|
13 |
"Inner_Syntax", |
|
14 |
"Misc", |
|
15 |
"Generic", |
|
16 |
"HOL_Specific", |
|
17 |
"Quick_Reference", |
|
18 |
"Symbols", |
|
19 |
"ML_Tactic" |
|
20 |
]; |