328
|
1 |
quick_and_dirty := true;
|
0
|
2 |
|
27
|
3 |
no_document use_thy "Base";
|
122
|
4 |
no_document use_thy "Package/Simple_Inductive_Package";
|
427
|
5 |
no_document use_thy "~~/src/HOL/Number_Theory/Primes";
|
459
|
6 |
no_document use_thy "~~/src/HOL/Library/Efficient_Nat";
|
27
|
7 |
|
2
|
8 |
use_thy "Intro";
|
441
|
9 |
use_thy "First_Steps";
|
395
|
10 |
use_thy "Essential";
|
|
11 |
use_thy "Advanced";
|
329
|
12 |
|
|
13 |
no_document use_thy "Helper/Command/Command";
|
4
|
14 |
use_thy "Parsing";
|
75
|
15 |
use_thy "Tactical";
|
13
|
16 |
|
27
|
17 |
use_thy "Package/Ind_Intro";
|
127
|
18 |
use_thy "Package/Ind_Prelims";
|
|
19 |
use_thy "Package/Ind_Interface";
|
27
|
20 |
use_thy "Package/Ind_General_Scheme";
|
92
|
21 |
use_thy "Package/Ind_Code";
|
224
|
22 |
use_thy "Package/Ind_Extensions";
|
27
|
23 |
|
13
|
24 |
use_thy "Appendix";
|
41
b11653b11bd3
further progress on the parsing section and tuning on the antiqu's
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
25 |
use_thy "Recipes/Antiquotes";
|
61
|
26 |
use_thy "Recipes/TimeLimit";
|
154
|
27 |
use_thy "Recipes/Timing";
|
427
|
28 |
use_thy "Recipes/CallML";
|
61
|
29 |
use_thy "Recipes/ExternalSolver";
|
120
|
30 |
use_thy "Recipes/Oracle";
|
127
|
31 |
use_thy "Recipes/Sat";
|
131
|
32 |
use_thy "Recipes/USTypes";
|
15
|
33 |
|
44
dee4b3e66dfe
added a readme chapter for prospective authors; added commands for referring to the Isar Reference Manual
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
34 |
use_thy "Solutions";
|
348
|
35 |
(*use_thy "Readme";*)
|
68
|
36 |
|