0
|
1 |
set quick_and_dirty;
|
|
2 |
|
27
|
3 |
no_document use_thy "Base";
|
|
4 |
|
2
|
5 |
use_thy "Intro";
|
|
6 |
use_thy "FirstSteps";
|
4
|
7 |
use_thy "Parsing";
|
75
|
8 |
use_thy "Tactical";
|
13
|
9 |
|
27
|
10 |
no_document use_thy "Package/Simple_Inductive_Package";
|
|
11 |
use_thy "Package/Ind_Intro";
|
|
12 |
use_thy "Package/Ind_Examples";
|
|
13 |
use_thy "Package/Ind_General_Scheme";
|
|
14 |
use_thy "Package/Ind_Interface";
|
92
|
15 |
use_thy "Package/Ind_Code";
|
27
|
16 |
|
13
|
17 |
use_thy "Appendix";
|
|
18 |
use_thy "Recipes/NamedThms";
|
15
|
19 |
use_thy "Recipes/Transformation";
|
41
b11653b11bd3
further progress on the parsing section and tuning on the antiqu's
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
20 |
use_thy "Recipes/Antiquotes";
|
61
|
21 |
use_thy "Recipes/TimeLimit";
|
|
22 |
use_thy "Recipes/Config";
|
|
23 |
use_thy "Recipes/StoringData";
|
|
24 |
use_thy "Recipes/ExternalSolver";
|
120
|
25 |
use_thy "Recipes/Oracle";
|
15
|
26 |
|
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
|
27 |
use_thy "Solutions";
|
61
|
28 |
use_thy "Readme";
|
68
|
29 |
|