author | wenzelm |
Sat, 24 Oct 2009 17:49:44 +0200 | |
changeset 33088 | 757d7787b10c |
parent 32833 | f3716d1a2e48 |
child 37216 | 3165bc303f66 |
permissions | -rw-r--r-- |
32833 | 1 |
Unsynchronized.set quick_and_dirty; |
2 |
Unsynchronized.set ThyOutput.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 |
]; |