author | wenzelm |
Sun, 20 May 2012 11:34:33 +0200 | |
changeset 47884 | 21c42b095c84 |
parent 47613 | e72e44cee6f2 |
permissions | -rw-r--r-- |
44932 | 1 |
no_document use_thys |
2 |
["~~/src/HOL/ex/Interpretation_with_Defs", |
|
47602 | 3 |
"~~/src/HOL/Library/While_Combinator", |
44932 | 4 |
"~~/src/HOL/Library/Char_ord", "~~/src/HOL/Library/List_lexord" |
5 |
]; |
|
44656 | 6 |
|
43141 | 7 |
use_thys |
8 |
["BExp", |
|
9 |
"ASM", |
|
10 |
"Small_Step", |
|
43143 | 11 |
"Denotation", |
43438
a666b8d11252
IMP compiler with int, added reverse soundness direction
kleing
parents:
43158
diff
changeset
|
12 |
"Comp_Rev", |
43158 | 13 |
"Poly_Types", |
43141 | 14 |
"Sec_Typing", |
15 |
"Sec_TypingT", |
|
16 |
"Def_Ass_Sound_Big", |
|
17 |
"Def_Ass_Sound_Small", |
|
18 |
"Live", |
|
45812 | 19 |
"Live_True", |
43141 | 20 |
"Hoare_Examples", |
21 |
"VC", |
|
22 |
"HoareT", |
|
45655
a49f9428aba4
simplified Collecting1 and renamed: step -> step', step_cs -> step
nipkow
parents:
45111
diff
changeset
|
23 |
"Collecting1", |
a49f9428aba4
simplified Collecting1 and renamed: step -> step', step_cs -> step
nipkow
parents:
45111
diff
changeset
|
24 |
"Collecting_list", |
47602 | 25 |
"Abs_Int_Tests", |
47613 | 26 |
"Abs_Int1_parity", |
27 |
"Abs_Int1_const", |
|
28 |
"Abs_Int3", |
|
47602 | 29 |
"Abs_Int_ITP/Abs_Int1_parity_ITP", |
30 |
"Abs_Int_ITP/Abs_Int1_const_ITP", |
|
31 |
"Abs_Int_ITP/Abs_Int3_ITP", |
|
45111 | 32 |
"Abs_Int_Den/Abs_Int_den2", |
43141 | 33 |
"Procs_Dyn_Vars_Dyn", |
34 |
"Procs_Stat_Vars_Dyn", |
|
35 |
"Procs_Stat_Vars_Stat", |
|
36 |
"C_like", |
|
44070 | 37 |
"OO", |
38 |
"Fold" |
|
43141 | 39 |
]; |