author | blanchet |
Thu, 20 Apr 2017 16:21:28 +0200 | |
changeset 65515 | f595b7532dc9 |
parent 65509 | ffedb16f382f |
child 65544 | c09c11386ca5 |
permissions | -rw-r--r-- |
51397
03b586ee5930
support for 'chapter' specifications within session ROOT;
wenzelm
parents:
51263
diff
changeset
|
1 |
chapter HOL |
03b586ee5930
support for 'chapter' specifications within session ROOT;
wenzelm
parents:
51263
diff
changeset
|
2 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
3 |
session HOL (main) = Pure + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
4 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
5 |
Classical Higher-order Logic. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
6 |
*} |
65374 | 7 |
theories |
8 |
Main (global) |
|
9 |
Complex_Main (global) |
|
48901
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
10 |
files |
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
11 |
"Tools/Quickcheck/Narrowing_Engine.hs" |
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
12 |
"Tools/Quickcheck/PNF_Narrowing_Engine.hs" |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
13 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
14 |
"root.bib" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
15 |
"root.tex" |
48338 | 16 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
17 |
session "HOL-Proofs" (timing) = Pure + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
18 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
19 |
HOL-Main with explicit proof terms. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
20 |
*} |
65456
31e8a86971a8
explicit theory qualifier for session "HOL-Proofs": its theory name space overlaps with session "HOL", even for further imports;
wenzelm
parents:
65448
diff
changeset
|
21 |
options [document = false, theory_qualifier = "HOL", |
31e8a86971a8
explicit theory qualifier for session "HOL-Proofs": its theory name space overlaps with session "HOL", even for further imports;
wenzelm
parents:
65448
diff
changeset
|
22 |
quick_and_dirty = false, record_proofs = 2, parallel_proofs = 0] |
65509
ffedb16f382f
clarified session structure: avoid ambiguity of file ~~/src/HOL/Library/Old_Datatype.thy;
wenzelm
parents:
65485
diff
changeset
|
23 |
sessions "HOL-Library" |
ffedb16f382f
clarified session structure: avoid ambiguity of file ~~/src/HOL/Library/Old_Datatype.thy;
wenzelm
parents:
65485
diff
changeset
|
24 |
theories "HOL-Library.Old_Datatype" |
48901
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
25 |
files |
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
26 |
"Tools/Quickcheck/Narrowing_Engine.hs" |
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
27 |
"Tools/Quickcheck/PNF_Narrowing_Engine.hs" |
48338 | 28 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
29 |
session "HOL-Library" (main timing) in Library = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
30 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
31 |
Classical Higher-order Logic -- batteries included. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
32 |
*} |
48481 | 33 |
theories |
34 |
Library |
|
64588 | 35 |
(*conflicting type class instantiations and dependent applications*) |
36 |
Finite_Lattice |
|
37 |
List_lexord |
|
63763
0f61ea70d384
clarified session: use all theories in directory HOL/Library;
wenzelm
parents:
63731
diff
changeset
|
38 |
Prefix_Order |
51115
7dbd6832a689
consolidation of library theories on product orders
haftmann
parents:
51093
diff
changeset
|
39 |
Product_Lexorder |
7dbd6832a689
consolidation of library theories on product orders
haftmann
parents:
51093
diff
changeset
|
40 |
Product_Order |
64588 | 41 |
Sublist_Order |
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
42 |
(*data refinements and dependent applications*) |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
43 |
AList_Mapping |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
44 |
Code_Binary_Nat |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
45 |
Code_Char |
55447 | 46 |
Code_Prolog |
48481 | 47 |
Code_Real_Approx_By_Float |
50023
28f3263d4d1b
refined stack of library theories implementing int and/or nat by target language numerals
haftmann
parents:
49985
diff
changeset
|
48 |
Code_Target_Numeral |
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
49 |
DAList |
54429
be1bc181bcde
explicit inclusion of data refinement theory into HOL-Library session
haftmann
parents:
54193
diff
changeset
|
50 |
DAList_Multiset |
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
51 |
RBT_Mapping |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
52 |
RBT_Set |
64588 | 53 |
(*prototypic tools*) |
54 |
Predicate_Compile_Quickcheck |
|
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
55 |
(*legacy tools*) |
58372
bfd497f2f4c2
moved 'old_datatype' out of 'Main' (but put it in 'HOL-Proofs' because of the inductive realizer)
blanchet
parents:
58371
diff
changeset
|
56 |
Old_Datatype |
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
57 |
Old_Recdef |
64588 | 58 |
Refute |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
59 |
document_files "root.bib" "root.tex" |
48481 | 60 |
|
65375 | 61 |
session "HOL-Analysis" (main timing) in Analysis = HOL + |
62 |
theories |
|
65462
db1827610513
less global theories -- conflict with AFP entries;
wenzelm
parents:
65456
diff
changeset
|
63 |
Analysis |
65375 | 64 |
document_files |
65 |
"root.tex" |
|
66 |
||
67 |
session "HOL-Analysis-ex" in "Analysis/ex" = "HOL-Analysis" + |
|
68 |
theories |
|
69 |
Approximations |
|
70 |
Circle_Area |
|
71 |
||
65485 | 72 |
session "HOL-Computational_Algebra" in "Computational_Algebra" = HOL + |
65417 | 73 |
theories |
74 |
Computational_Algebra |
|
75 |
(*conflicting type class instantiations and dependent applications*) |
|
76 |
Field_as_Ring |
|
77 |
Polynomial_Factorial |
|
78 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
79 |
session "HOL-Hahn_Banach" in Hahn_Banach = HOL + |
48481 | 80 |
description {* |
81 |
Author: Gertrud Bauer, TU Munich |
|
82 |
||
83 |
The Hahn-Banach theorem for real vector spaces. |
|
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
84 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
85 |
This is the proof of the Hahn-Banach theorem for real vectorspaces, |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
86 |
following H. Heuser, Funktionalanalysis, p. 228 -232. The Hahn-Banach |
55018
2a526bd279ed
moved 'Zorn' into 'Main', since it's a BNF dependency
blanchet
parents:
54961
diff
changeset
|
87 |
theorem is one of the fundamental theorems of functional analysis. It is a |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
88 |
conclusion of Zorn's lemma. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
89 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
90 |
Two different formaulations of the theorem are presented, one for general |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
91 |
real vectorspaces and its application to normed vectorspaces. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
92 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
93 |
The theorem says, that every continous linearform, defined on arbitrary |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
94 |
subspaces (not only one-dimensional subspaces), can be extended to a |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
95 |
continous linearform on the whole vectorspace. |
48481 | 96 |
*} |
97 |
theories Hahn_Banach |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
98 |
document_files "root.bib" "root.tex" |
48481 | 99 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
100 |
session "HOL-Induct" in Induct = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
101 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
102 |
Examples of (Co)Inductive Definitions. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
103 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
104 |
Comb proves the Church-Rosser theorem for combinators (see |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
105 |
http://www.cl.cam.ac.uk/ftp/papers/reports/TR396-lcp-generic-automatic-proof-tools.ps.gz). |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
106 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
107 |
Mutil is the famous Mutilated Chess Board problem (see |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
108 |
http://www.cl.cam.ac.uk/ftp/papers/reports/TR394-lcp-mutilated-chess-board.dvi.gz). |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
109 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
110 |
PropLog proves the completeness of a formalization of propositional logic |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
111 |
(see |
58372
bfd497f2f4c2
moved 'old_datatype' out of 'Main' (but put it in 'HOL-Proofs' because of the inductive realizer)
blanchet
parents:
58371
diff
changeset
|
112 |
http://www.cl.cam.ac.uk/Research/Reports/TR312-lcp-set-II.ps.gz). |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
113 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
114 |
Exp demonstrates the use of iterated inductive definitions to reason about |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
115 |
mutually recursive relations. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
116 |
*} |
58372
bfd497f2f4c2
moved 'old_datatype' out of 'Main' (but put it in 'HOL-Proofs' because of the inductive realizer)
blanchet
parents:
58371
diff
changeset
|
117 |
theories [document = false] |
bfd497f2f4c2
moved 'old_datatype' out of 'Main' (but put it in 'HOL-Proofs' because of the inductive realizer)
blanchet
parents:
58371
diff
changeset
|
118 |
"~~/src/HOL/Library/Old_Datatype" |
48481 | 119 |
theories [quick_and_dirty] |
120 |
Common_Patterns |
|
121 |
theories |
|
61935 | 122 |
Nested_Datatype |
48481 | 123 |
QuoDataType |
124 |
QuoNestedDataType |
|
125 |
Term |
|
126 |
SList |
|
127 |
ABexp |
|
128 |
Tree |
|
129 |
Ordinals |
|
130 |
Sigma_Algebra |
|
131 |
Comb |
|
132 |
PropLog |
|
133 |
Com |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
134 |
document_files "root.tex" |
48481 | 135 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
136 |
session "HOL-IMP" (timing) in IMP = HOL + |
59446 | 137 |
options [document_variants = document] |
48481 | 138 |
theories [document = false] |
139 |
"~~/src/HOL/Library/While_Combinator" |
|
140 |
"~~/src/HOL/Library/Char_ord" |
|
141 |
"~~/src/HOL/Library/List_lexord" |
|
51625 | 142 |
"~~/src/HOL/Library/Quotient_List" |
143 |
"~~/src/HOL/Library/Extended" |
|
48481 | 144 |
theories |
145 |
BExp |
|
146 |
ASM |
|
50050 | 147 |
Finite_Reachable |
52394 | 148 |
Denotational |
52400 | 149 |
Compiler2 |
48481 | 150 |
Poly_Types |
151 |
Sec_Typing |
|
152 |
Sec_TypingT |
|
52726 | 153 |
Def_Init_Big |
154 |
Def_Init_Small |
|
155 |
Fold |
|
48481 | 156 |
Live |
157 |
Live_True |
|
158 |
Hoare_Examples |
|
63538
d7b5e2a222c2
added new vcg based on existentially quantified while-rule
nipkow
parents:
63537
diff
changeset
|
159 |
Hoare_Sound_Complete |
52269 | 160 |
VCG |
52282 | 161 |
Hoare_Total |
63538
d7b5e2a222c2
added new vcg based on existentially quantified while-rule
nipkow
parents:
63537
diff
changeset
|
162 |
VCG_Total_EX |
48481 | 163 |
Collecting1 |
48765
fb1ed5230abc
special code with lists no longer necessary, use sets
nipkow
parents:
48738
diff
changeset
|
164 |
Collecting_Examples |
48481 | 165 |
Abs_Int_Tests |
166 |
Abs_Int1_parity |
|
167 |
Abs_Int1_const |
|
168 |
Abs_Int3 |
|
169 |
Procs_Dyn_Vars_Dyn |
|
170 |
Procs_Stat_Vars_Dyn |
|
171 |
Procs_Stat_Vars_Stat |
|
172 |
C_like |
|
173 |
OO |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
174 |
document_files "root.bib" "root.tex" |
48481 | 175 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
176 |
session "HOL-IMPP" in IMPP = HOL + |
48481 | 177 |
description {* |
178 |
Author: David von Oheimb |
|
179 |
Copyright 1999 TUM |
|
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
180 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
181 |
IMPP -- An imperative language with procedures. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
182 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
183 |
This is an extension of IMP with local variables and mutually recursive |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
184 |
procedures. For documentation see "Hoare Logic for Mutual Recursion and |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
185 |
Local Variables" (http://isabelle.in.tum.de/Bali/papers/FSTTCS99.html). |
48481 | 186 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
187 |
options [document = false] |
48481 | 188 |
theories EvenOdd |
189 |
||
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
190 |
session "HOL-Data_Structures" (timing) in Data_Structures = HOL + |
61203 | 191 |
options [document_variants = document] |
192 |
theories [document = false] |
|
193 |
"Less_False" |
|
62706 | 194 |
"~~/src/HOL/Library/Multiset" |
64323 | 195 |
"~~/src/HOL/Number_Theory/Fib" |
61203 | 196 |
theories |
63829 | 197 |
Balance |
61203 | 198 |
Tree_Map |
61232 | 199 |
AVL_Map |
61224 | 200 |
RBT_Map |
61469
cd82b1023932
added 2-3 trees (simpler and more complete than the version in ex/Tree23)
nipkow
parents:
61368
diff
changeset
|
201 |
Tree23_Map |
61514 | 202 |
Tree234_Map |
61789 | 203 |
Brother12_Map |
62130 | 204 |
AA_Map |
61525 | 205 |
Splay_Map |
62706 | 206 |
Leftist_Heap |
61224 | 207 |
document_files "root.tex" "root.bib" |
61203 | 208 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
209 |
session "HOL-Import" in Import = HOL + |
48481 | 210 |
theories HOL_Light_Maps |
211 |
theories [condition = HOL_LIGHT_BUNDLE] HOL_Light_Import |
|
212 |
||
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
213 |
session "HOL-Number_Theory" (timing) in Number_Theory = HOL + |
55321
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
214 |
description {* |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
215 |
Fundamental Theorem of Arithmetic, Chinese Remainder Theorem, Fermat/Euler |
55730
97ff9276e12d
Gauss.thy ported from Old_Number_Theory (unfinished)
paulson <lp15@cam.ac.uk>
parents:
55663
diff
changeset
|
216 |
Theorem, Wilson's Theorem, some lemmas for Quadratic Reciprocity. |
55321
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
217 |
*} |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
218 |
theories [document = false] |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
219 |
"~~/src/HOL/Library/FuncSet" |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
220 |
"~~/src/HOL/Library/Multiset" |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
221 |
"~~/src/HOL/Algebra/Ring" |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
222 |
"~~/src/HOL/Algebra/FiniteProduct" |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
223 |
theories |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
224 |
Number_Theory |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
225 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
226 |
"root.tex" |
48481 | 227 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
228 |
session "HOL-Hoare" in Hoare = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
229 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
230 |
Verification of imperative programs (verification conditions are generated |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
231 |
automatically from pre/post conditions and loop invariants). |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
232 |
*} |
48481 | 233 |
theories Hoare |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
234 |
document_files "root.bib" "root.tex" |
48481 | 235 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
236 |
session "HOL-Hoare_Parallel" (timing) in Hoare_Parallel = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
237 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
238 |
Verification of shared-variable imperative programs a la Owicki-Gries. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
239 |
(verification conditions are generated automatically). |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
240 |
*} |
48481 | 241 |
theories Hoare_Parallel |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
242 |
document_files "root.bib" "root.tex" |
48481 | 243 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
244 |
session "HOL-Codegenerator_Test" in Codegenerator_Test = "HOL-Library" + |
62354 | 245 |
options [document = false, browser_info = false] |
51422
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
246 |
theories |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
247 |
Generate |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
248 |
Generate_Binary_Nat |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
249 |
Generate_Target_Nat |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
250 |
Generate_Efficient_Datastructures |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
251 |
Generate_Pretty_Char |
64582
3d20ded18f14
unconditional Code_Test_PolyML and Code_Test_Scala: compiler is always present;
wenzelm
parents:
64569
diff
changeset
|
252 |
Code_Test_PolyML |
3d20ded18f14
unconditional Code_Test_PolyML and Code_Test_Scala: compiler is always present;
wenzelm
parents:
64569
diff
changeset
|
253 |
Code_Test_Scala |
62354 | 254 |
theories [condition = "ISABELLE_GHC"] |
58039
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
255 |
Code_Test_GHC |
62354 | 256 |
theories [condition = "ISABELLE_MLTON"] |
58039
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
257 |
Code_Test_MLton |
62354 | 258 |
theories [condition = "ISABELLE_OCAMLC"] |
58039
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
259 |
Code_Test_OCaml |
62354 | 260 |
theories [condition = "ISABELLE_SMLNJ"] |
58039
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
261 |
Code_Test_SMLNJ |
48481 | 262 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
263 |
session "HOL-Metis_Examples" (timing) in Metis_Examples = HOL + |
48481 | 264 |
description {* |
265 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
|
266 |
Author: Jasmin Blanchette, TU Muenchen |
|
267 |
||
268 |
Testing Metis and Sledgehammer. |
|
269 |
*} |
|
58423 | 270 |
options [document = false] |
48481 | 271 |
theories |
272 |
Abstraction |
|
273 |
Big_O |
|
274 |
Binary_Tree |
|
275 |
Clausification |
|
276 |
Message |
|
277 |
Proxies |
|
278 |
Tarski |
|
279 |
Trans_Closure |
|
280 |
Sets |
|
281 |
||
55072 | 282 |
session "HOL-Nitpick_Examples" in Nitpick_Examples = HOL + |
48481 | 283 |
description {* |
284 |
Author: Jasmin Blanchette, TU Muenchen |
|
285 |
Copyright 2009 |
|
286 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
287 |
options [document = false] |
48481 | 288 |
theories [quick_and_dirty] Nitpick_Examples |
289 |
||
64389 | 290 |
session "HOL-Nunchaku" in Nunchaku = HOL + |
291 |
description {* |
|
292 |
Author: Jasmin Blanchette, Inria Nancy, LORIA, MPII |
|
293 |
Copyright 2015, 2016 |
|
294 |
||
295 |
Nunchaku: Yet another counterexample generator for Isabelle/HOL. |
|
296 |
*} |
|
297 |
options [document = false] |
|
298 |
theories Nunchaku |
|
299 |
||
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
300 |
session "HOL-Algebra" (main timing) in Algebra = HOL + |
48481 | 301 |
description {* |
302 |
Author: Clemens Ballarin, started 24 September 1999 |
|
303 |
||
304 |
The Isabelle Algebraic Library. |
|
305 |
*} |
|
306 |
theories [document = false] |
|
307 |
(* Preliminaries from set and number theory *) |
|
308 |
"~~/src/HOL/Library/FuncSet" |
|
65417 | 309 |
"~~/src/HOL/Computational_Algebra/Primes" |
48481 | 310 |
"~~/src/HOL/Library/Permutation" |
311 |
theories |
|
65099
30d0b2f1df76
Knaster-Tarski fixed point theorem and Galois Connections.
ballarin
parents:
65050
diff
changeset
|
312 |
(* Orders and Lattices *) |
30d0b2f1df76
Knaster-Tarski fixed point theorem and Galois Connections.
ballarin
parents:
65050
diff
changeset
|
313 |
Galois_Connection (* Knaster-Tarski theorem and Galois connections *) |
30d0b2f1df76
Knaster-Tarski fixed point theorem and Galois Connections.
ballarin
parents:
65050
diff
changeset
|
314 |
|
48481 | 315 |
(* Groups *) |
316 |
FiniteProduct (* Product operator for commutative groups *) |
|
317 |
Sylow (* Sylow's theorem *) |
|
318 |
Bij (* Automorphism Groups *) |
|
65416
f707dbcf11e3
more approproiate placement of theories MiscAlgebra and Multiplicate_Group
haftmann
parents:
65382
diff
changeset
|
319 |
More_Group |
f707dbcf11e3
more approproiate placement of theories MiscAlgebra and Multiplicate_Group
haftmann
parents:
65382
diff
changeset
|
320 |
More_Finite_Product |
f707dbcf11e3
more approproiate placement of theories MiscAlgebra and Multiplicate_Group
haftmann
parents:
65382
diff
changeset
|
321 |
Multiplicative_Group |
48481 | 322 |
|
323 |
(* Rings *) |
|
324 |
Divisibility (* Rings *) |
|
325 |
IntRing (* Ideals and residue classes *) |
|
326 |
UnivPoly (* Polynomials *) |
|
65416
f707dbcf11e3
more approproiate placement of theories MiscAlgebra and Multiplicate_Group
haftmann
parents:
65382
diff
changeset
|
327 |
More_Ring |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
328 |
document_files "root.bib" "root.tex" |
48481 | 329 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
330 |
session "HOL-Auth" (timing) in Auth = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
331 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
332 |
A new approach to verifying authentication protocols. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
333 |
*} |
48481 | 334 |
theories |
335 |
Auth_Shared |
|
336 |
Auth_Public |
|
337 |
"Smartcard/Auth_Smartcard" |
|
338 |
"Guard/Auth_Guard_Shared" |
|
339 |
"Guard/Auth_Guard_Public" |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
340 |
document_files "root.tex" |
48481 | 341 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
342 |
session "HOL-UNITY" (timing) in UNITY = "HOL-Auth" + |
48481 | 343 |
description {* |
344 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
|
345 |
Copyright 1998 University of Cambridge |
|
346 |
||
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
347 |
Verifying security protocols using Chandy and Misra's UNITY formalism. |
48481 | 348 |
*} |
349 |
theories |
|
350 |
(*Basic meta-theory*) |
|
351 |
"UNITY_Main" |
|
352 |
||
353 |
(*Simple examples: no composition*) |
|
354 |
"Simple/Deadlock" |
|
355 |
"Simple/Common" |
|
356 |
"Simple/Network" |
|
357 |
"Simple/Token" |
|
358 |
"Simple/Channel" |
|
359 |
"Simple/Lift" |
|
360 |
"Simple/Mutex" |
|
361 |
"Simple/Reach" |
|
362 |
"Simple/Reachability" |
|
363 |
||
364 |
(*Verifying security protocols using UNITY*) |
|
365 |
"Simple/NSP_Bad" |
|
366 |
||
367 |
(*Example of composition*) |
|
368 |
"Comp/Handshake" |
|
369 |
||
370 |
(*Universal properties examples*) |
|
371 |
"Comp/Counter" |
|
372 |
"Comp/Counterc" |
|
373 |
"Comp/Priority" |
|
374 |
||
375 |
"Comp/TimerArray" |
|
376 |
"Comp/Progress" |
|
377 |
||
378 |
"Comp/Alloc" |
|
379 |
"Comp/AllocImpl" |
|
380 |
"Comp/Client" |
|
381 |
||
382 |
(*obsolete*) |
|
383 |
"ELT" |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
384 |
document_files "root.tex" |
48481 | 385 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
386 |
session "HOL-Unix" in Unix = HOL + |
48481 | 387 |
options [print_mode = "no_brackets,no_type_brackets"] |
388 |
theories Unix |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
389 |
document_files "root.bib" "root.tex" |
48481 | 390 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
391 |
session "HOL-ZF" in ZF = HOL + |
48481 | 392 |
theories MainZF Games |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
393 |
document_files "root.tex" |
48481 | 394 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
395 |
session "HOL-Imperative_HOL" in Imperative_HOL = HOL + |
59446 | 396 |
options [print_mode = "iff,no_brackets"] |
48481 | 397 |
theories [document = false] |
398 |
"~~/src/HOL/Library/Countable" |
|
399 |
"~~/src/HOL/Library/Monad_Syntax" |
|
400 |
"~~/src/HOL/Library/LaTeXsugar" |
|
401 |
theories Imperative_HOL_ex |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
402 |
document_files "root.bib" "root.tex" |
48481 | 403 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
404 |
session "HOL-Decision_Procs" (timing) in Decision_Procs = HOL + |
51544 | 405 |
description {* |
406 |
Various decision procedures, typically involving reflection. |
|
407 |
*} |
|
62354 | 408 |
options [document = false] |
48481 | 409 |
theories Decision_Procs |
410 |
||
63000
d0dfdd413a7f
remove "slow" session tags
Lars Hupel <lars.hupel@mytum.de>
parents:
62999
diff
changeset
|
411 |
session "HOL-Proofs-ex" in "Proofs/ex" = "HOL-Proofs" + |
64597
1c252d8b6ca6
test parallel proof terms in this small session (somewhat slow for bigger applications);
wenzelm
parents:
64591
diff
changeset
|
412 |
options [document = false] |
52424
77075c576d4c
support for XML data representation of proof terms;
wenzelm
parents:
52400
diff
changeset
|
413 |
theories |
77075c576d4c
support for XML data representation of proof terms;
wenzelm
parents:
52400
diff
changeset
|
414 |
Hilbert_Classical |
62363
7b5468422352
moved examples to avoid dependency on bulky HOL-Proofs session, e.g. relevant for "isabelle makedist";
wenzelm
parents:
62357
diff
changeset
|
415 |
Proof_Terms |
52424
77075c576d4c
support for XML data representation of proof terms;
wenzelm
parents:
52400
diff
changeset
|
416 |
XML_Data |
48481 | 417 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
418 |
session "HOL-Proofs-Extraction" (timing) in "Proofs/Extraction" = "HOL-Proofs" + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
419 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
420 |
Examples for program extraction in Higher-Order Logic. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
421 |
*} |
62354 | 422 |
options [parallel_proofs = 0, quick_and_dirty = false] |
48481 | 423 |
theories [document = false] |
51143
0a2371e7ced3
two target language numeral types: integer and natural, as replacement for code_numeral;
haftmann
parents:
51115
diff
changeset
|
424 |
"~~/src/HOL/Library/Code_Target_Numeral" |
48481 | 425 |
"~~/src/HOL/Library/Monad_Syntax" |
65417 | 426 |
"~~/src/HOL/Computational_Algebra/Primes" |
48481 | 427 |
"~~/src/HOL/Library/State_Monad" |
428 |
theories |
|
429 |
Greatest_Common_Divisor |
|
430 |
Warshall |
|
431 |
Higman_Extraction |
|
432 |
Pigeonhole |
|
433 |
Euclid |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
434 |
document_files "root.bib" "root.tex" |
48481 | 435 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
436 |
session "HOL-Proofs-Lambda" (timing) in "Proofs/Lambda" = "HOL-Proofs" + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
437 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
438 |
Lambda Calculus in de Bruijn's Notation. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
439 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
440 |
This session defines lambda-calculus terms with de Bruijn indixes and |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
441 |
proves confluence of beta, eta and beta+eta. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
442 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
443 |
The paper "More Church-Rosser Proofs (in Isabelle/HOL)" describes the whole |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
444 |
theory (see http://www.in.tum.de/~nipkow/pubs/jar2001.html). |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
445 |
*} |
62354 | 446 |
options [print_mode = "no_brackets", |
62242
a4e6ea45f416
guard sessions that no longer work with SML/NJ -- memory problems;
wenzelm
parents:
62168
diff
changeset
|
447 |
parallel_proofs = 0, quick_and_dirty = false] |
48481 | 448 |
theories [document = false] |
51143
0a2371e7ced3
two target language numeral types: integer and natural, as replacement for code_numeral;
haftmann
parents:
51115
diff
changeset
|
449 |
"~~/src/HOL/Library/Code_Target_Int" |
48481 | 450 |
theories |
451 |
Eta |
|
452 |
StrongNorm |
|
453 |
Standardization |
|
454 |
WeakNorm |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
455 |
document_files "root.bib" "root.tex" |
48481 | 456 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
457 |
session "HOL-Prolog" in Prolog = HOL + |
48481 | 458 |
description {* |
459 |
Author: David von Oheimb (based on a lecture on Lambda Prolog by Nadathur) |
|
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
460 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
461 |
A bare-bones implementation of Lambda-Prolog. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
462 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
463 |
This is a simple exploratory implementation of Lambda-Prolog in HOL, |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
464 |
including some minimal examples (in Test.thy) and a more typical example of |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
465 |
a little functional language and its type system. |
48481 | 466 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
467 |
options [document = false] |
48481 | 468 |
theories Test Type |
469 |
||
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
470 |
session "HOL-MicroJava" (timing) in MicroJava = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
471 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
472 |
Formalization of a fragment of Java, together with a corresponding virtual |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
473 |
machine and a specification of its bytecode verifier and a lightweight |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
474 |
bytecode verifier, including proofs of type-safety. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
475 |
*} |
59446 | 476 |
theories [document = false] |
477 |
"~~/src/HOL/Library/While_Combinator" |
|
478 |
theories |
|
479 |
MicroJava |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
480 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
481 |
"introduction.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
482 |
"root.bib" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
483 |
"root.tex" |
48481 | 484 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
485 |
session "HOL-NanoJava" in NanoJava = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
486 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
487 |
Hoare Logic for a tiny fragment of Java. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
488 |
*} |
48481 | 489 |
theories Example |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
490 |
document_files "root.bib" "root.tex" |
48481 | 491 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
492 |
session "HOL-Bali" (timing) in Bali = HOL + |
48481 | 493 |
theories |
494 |
AxExample |
|
495 |
AxSound |
|
496 |
AxCompl |
|
497 |
Trans |
|
60751 | 498 |
TypeSafe |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
499 |
document_files "root.tex" |
48481 | 500 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
501 |
session "HOL-IOA" in IOA = HOL + |
48481 | 502 |
description {* |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
503 |
Author: Tobias Nipkow and Konrad Slind and Olaf Müller |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
504 |
Copyright 1994--1996 TU Muenchen |
48481 | 505 |
|
55417
01fbfb60c33e
adapted to 'xxx_{case,rec}' renaming, to new theorem names, and to new variable names in theorems
blanchet
parents:
55370
diff
changeset
|
506 |
The meta-theory of I/O-Automata in HOL. This formalization has been |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
507 |
significantly changed and extended, see HOLCF/IOA. There are also the |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
508 |
proofs of two communication protocols which formerly have been here. |
48481 | 509 |
|
510 |
@inproceedings{Nipkow-Slind-IOA, |
|
511 |
author={Tobias Nipkow and Konrad Slind}, |
|
512 |
title={{I/O} Automata in {Isabelle/HOL}}, |
|
513 |
booktitle={Proc.\ TYPES Workshop 1994}, |
|
514 |
publisher=Springer, |
|
515 |
series=LNCS, |
|
516 |
note={To appear}} |
|
517 |
ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/ioa.ps.gz |
|
518 |
||
519 |
and |
|
520 |
||
521 |
@inproceedings{Mueller-Nipkow, |
|
522 |
author={Olaf M\"uller and Tobias Nipkow}, |
|
523 |
title={Combining Model Checking and Deduction for {I/O}-Automata}, |
|
524 |
booktitle={Proc.\ TACAS Workshop}, |
|
525 |
organization={Aarhus University, BRICS report}, |
|
526 |
year=1995} |
|
527 |
ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/tacas.dvi.gz |
|
528 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
529 |
options [document = false] |
48481 | 530 |
theories Solve |
531 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
532 |
session "HOL-Lattice" in Lattice = HOL + |
48481 | 533 |
description {* |
534 |
Author: Markus Wenzel, TU Muenchen |
|
535 |
||
536 |
Basic theory of lattices and orders. |
|
537 |
*} |
|
538 |
theories CompleteLattice |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
539 |
document_files "root.tex" |
48481 | 540 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
541 |
session "HOL-ex" in ex = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
542 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
543 |
Miscellaneous examples for Higher-Order Logic. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
544 |
*} |
48481 | 545 |
theories [document = false] |
546 |
"~~/src/HOL/Library/State_Monad" |
|
50023
28f3263d4d1b
refined stack of library theories implementing int and/or nat by target language numerals
haftmann
parents:
49985
diff
changeset
|
547 |
Code_Binary_Nat_examples |
48481 | 548 |
"~~/src/HOL/Library/FuncSet" |
549 |
Eval_Examples |
|
550 |
Normalization_by_Evaluation |
|
551 |
Hebrew |
|
552 |
Chinese |
|
553 |
Serbian |
|
49985
5b4b0e4e5205
moved Refute to "HOL/Library" to speed up building "Main" even more
blanchet
parents:
49932
diff
changeset
|
554 |
"~~/src/HOL/Library/Refute" |
56922 | 555 |
"~~/src/HOL/Library/Transitive_Closure_Table" |
55123
a389b50e6a42
no document for Cartouche_Examples: avoid problems typesetting "\001";
wenzelm
parents:
55075
diff
changeset
|
556 |
Cartouche_Examples |
64959 | 557 |
Computations |
48481 | 558 |
theories |
59090 | 559 |
Commands |
57507 | 560 |
Adhoc_Overloading_Examples |
48481 | 561 |
Iff_Oracle |
562 |
Coercion_Examples |
|
64920 | 563 |
Peano_Axioms |
48481 | 564 |
Guess |
62999 | 565 |
Functions |
48481 | 566 |
Induction_Schema |
567 |
LocaleTest2 |
|
568 |
Records |
|
569 |
While_Combinator_Example |
|
570 |
MonoidGroup |
|
571 |
BinEx |
|
572 |
Hex_Bin_Examples |
|
573 |
Antiquote |
|
574 |
Multiquote |
|
575 |
PER |
|
576 |
NatSum |
|
577 |
ThreeDivides |
|
59190
3a594fd13ca4
3 old example lemmas by Amine listed in the top 100 theorems
kleing
parents:
59162
diff
changeset
|
578 |
Cubic_Quartic |
59739 | 579 |
Pythagoras |
48481 | 580 |
Intuitionistic |
581 |
CTL |
|
582 |
Arith_Examples |
|
583 |
Tree23 |
|
58644 | 584 |
Bubblesort |
48481 | 585 |
MergeSort |
586 |
Lagrange |
|
587 |
Groebner_Examples |
|
588 |
Unification |
|
589 |
Primrec |
|
590 |
Tarski |
|
591 |
Classical |
|
592 |
Set_Theory |
|
593 |
Termination |
|
594 |
Coherent |
|
595 |
PresburgerEx |
|
51093 | 596 |
Reflection_Examples |
48481 | 597 |
Sqrt |
598 |
Sqrt_Script |
|
61368 | 599 |
Transfer_Debug |
48481 | 600 |
Transfer_Ex |
601 |
Transfer_Int_Nat |
|
56922 | 602 |
Transitive_Closure_Table_Ex |
48481 | 603 |
HarmonicSeries |
604 |
Refute_Examples |
|
605 |
Execute_Choice |
|
606 |
Gauge_Integration |
|
607 |
Dedekind_Real |
|
608 |
Quicksort |
|
609 |
Birthday_Paradox |
|
610 |
List_to_Set_Comprehension_Examples |
|
611 |
Seq |
|
612 |
Simproc_Tests |
|
613 |
Executable_Relation |
|
55663 | 614 |
Set_Comprehension_Pointfree_Examples |
48481 | 615 |
Parallel_Example |
50138 | 616 |
IArray_Examples |
53430 | 617 |
Simps_Case_Conv_Examples |
53935 | 618 |
ML |
59739 | 619 |
Rewrite_Examples |
56815 | 620 |
SAT_Examples |
58630 | 621 |
SOS |
58418 | 622 |
SOS_Cert |
60603
09ecbd791d4a
add examples from Freek's top 100 theorems (thms 30, 73, 77)
bulwahn
parents:
60470
diff
changeset
|
623 |
Ballot |
09ecbd791d4a
add examples from Freek's top 100 theorems (thms 30, 73, 77)
bulwahn
parents:
60470
diff
changeset
|
624 |
Erdoes_Szekeres |
09ecbd791d4a
add examples from Freek's top 100 theorems (thms 30, 73, 77)
bulwahn
parents:
60470
diff
changeset
|
625 |
Sum_of_Powers |
62285 | 626 |
Sudoku |
63165
c12845e8e80a
examples and documentation for code generator time measurements
haftmann
parents:
63091
diff
changeset
|
627 |
Code_Timing |
63375
59803048b0e8
basic facts about almost everywhere fix bijections
haftmann
parents:
63283
diff
changeset
|
628 |
Perm_Fragments |
63960
3daf02070be5
new proof method "argo" for a combination of quantifier-free propositional logic with equality and linear real arithmetic
boehmes
parents:
63920
diff
changeset
|
629 |
Argo_Examples |
64015
c9f3a94cb825
proof of concept for algebraically founded word types
haftmann
parents:
63980
diff
changeset
|
630 |
Word_Type |
64978
5b9ba120d222
added veriT preprocessing proof reconstruction example
blanchet
parents:
64959
diff
changeset
|
631 |
veriT_Preprocessing |
51558
91f8bed6d0a4
allow build with skip_proofs enabled -- disable it for sessions that would fail due to embedded diagnostic commands, for example;
wenzelm
parents:
51553
diff
changeset
|
632 |
theories [skip_proofs = false] |
91f8bed6d0a4
allow build with skip_proofs enabled -- disable it for sessions that would fail due to embedded diagnostic commands, for example;
wenzelm
parents:
51553
diff
changeset
|
633 |
Meson_Test |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
634 |
document_files "root.bib" "root.tex" |
48481 | 635 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
636 |
session "HOL-Isar_Examples" in Isar_Examples = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
637 |
description {* |
61935 | 638 |
Miscellaneous Isabelle/Isar examples. |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
639 |
*} |
61939 | 640 |
options [quick_and_dirty] |
48481 | 641 |
theories [document = false] |
642 |
"~~/src/HOL/Library/Lattice_Syntax" |
|
65417 | 643 |
"../Computational_Algebra/Primes" |
48481 | 644 |
theories |
61939 | 645 |
Knaster_Tarski |
646 |
Peirce |
|
647 |
Drinker |
|
48481 | 648 |
Cantor |
61939 | 649 |
Structured_Statements |
650 |
Basic_Logic |
|
48481 | 651 |
Expr_Compiler |
652 |
Fibonacci |
|
653 |
Group |
|
654 |
Group_Context |
|
655 |
Group_Notepad |
|
656 |
Hoare_Ex |
|
657 |
Mutilated_Checkerboard |
|
658 |
Puzzle |
|
659 |
Summation |
|
61935 | 660 |
First_Order_Logic |
661 |
Higher_Order_Logic |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
662 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
663 |
"root.bib" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
664 |
"root.tex" |
48481 | 665 |
|
60119
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
666 |
session "HOL-Eisbach" in Eisbach = HOL + |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
667 |
description {* |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
668 |
The Eisbach proof method language and "match" method. |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
669 |
*} |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
670 |
theories |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
671 |
Eisbach |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
672 |
Tests |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
673 |
Examples |
62168
e97452d79102
Eisbach works for other object-logics, e.g. Eisbach_FOL.thy;
wenzelm
parents:
62155
diff
changeset
|
674 |
Examples_FOL |
60119
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
675 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
676 |
session "HOL-SET_Protocol" (timing) in SET_Protocol = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
677 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
678 |
Verification of the SET Protocol. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
679 |
*} |
48481 | 680 |
theories [document = false] "~~/src/HOL/Library/Nat_Bijection" |
681 |
theories SET_Protocol |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
682 |
document_files "root.tex" |
48481 | 683 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
684 |
session "HOL-Matrix_LP" in Matrix_LP = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
685 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
686 |
Two-dimensional matrices and linear programming. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
687 |
*} |
48481 | 688 |
theories Cplex |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
689 |
document_files "root.tex" |
48481 | 690 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
691 |
session "HOL-TLA" in TLA = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
692 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
693 |
Lamport's Temporal Logic of Actions. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
694 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
695 |
options [document = false] |
48481 | 696 |
theories TLA |
697 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
698 |
session "HOL-TLA-Inc" in "TLA/Inc" = "HOL-TLA" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
699 |
options [document = false] |
48481 | 700 |
theories Inc |
701 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
702 |
session "HOL-TLA-Buffer" in "TLA/Buffer" = "HOL-TLA" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
703 |
options [document = false] |
48481 | 704 |
theories DBuffer |
705 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
706 |
session "HOL-TLA-Memory" in "TLA/Memory" = "HOL-TLA" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
707 |
options [document = false] |
48481 | 708 |
theories MemoryImplementation |
709 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
710 |
session "HOL-TPTP" in TPTP = HOL + |
48481 | 711 |
description {* |
712 |
Author: Jasmin Blanchette, TU Muenchen |
|
713 |
Author: Nik Sultana, University of Cambridge |
|
714 |
Copyright 2011 |
|
715 |
||
716 |
TPTP-related extensions. |
|
717 |
*} |
|
62354 | 718 |
options [document = false] |
48481 | 719 |
theories |
720 |
ATP_Theory_Export |
|
721 |
MaSh_Eval |
|
722 |
TPTP_Interpret |
|
723 |
THF_Arith |
|
55596
928b9f677165
reconstruction framework for LEO-II's TPTP proofs;
sultana
parents:
55450
diff
changeset
|
724 |
TPTP_Proof_Reconstruction |
52488
cd65ee49a8ba
discontinued system option "proofs" -- global state of Proofterm.proofs is persistently compiled into HOL-Proofs image;
wenzelm
parents:
52424
diff
changeset
|
725 |
theories |
48481 | 726 |
ATP_Problem_Import |
727 |
||
65382 | 728 |
session "HOL-Probability" (main timing) in "Probability" = "HOL-Analysis" + |
48481 | 729 |
theories [document = false] |
730 |
"~~/src/HOL/Library/Countable" |
|
731 |
"~~/src/HOL/Library/Permutation" |
|
56994 | 732 |
"~~/src/HOL/Library/Order_Continuity" |
733 |
"~~/src/HOL/Library/Diagonal_Subsequence" |
|
63885
a6cd18af8bf9
new type for finite maps; use it in HOL-Probability
Lars Hupel <lars.hupel@mytum.de>
parents:
63829
diff
changeset
|
734 |
"~~/src/HOL/Library/Finite_Map" |
48481 | 735 |
theories |
65382 | 736 |
Probability (global) |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
737 |
document_files "root.tex" |
48481 | 738 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
739 |
session "HOL-Probability-ex" (timing) in "Probability/ex" = "HOL-Probability" + |
61946
844881193616
put example into separate session, to restrict precious session image to library theories
haftmann
parents:
61939
diff
changeset
|
740 |
theories |
844881193616
put example into separate session, to restrict precious session image to library theories
haftmann
parents:
61939
diff
changeset
|
741 |
"Dining_Cryptographers" |
844881193616
put example into separate session, to restrict precious session image to library theories
haftmann
parents:
61939
diff
changeset
|
742 |
"Koepf_Duermuth_Countermeasure" |
844881193616
put example into separate session, to restrict precious session image to library theories
haftmann
parents:
61939
diff
changeset
|
743 |
"Measure_Not_CCC" |
844881193616
put example into separate session, to restrict precious session image to library theories
haftmann
parents:
61939
diff
changeset
|
744 |
|
59898
81c70bdbd908
clarified "main" group, e.g. relevant for Isabelle/jEdit menu;
wenzelm
parents:
59810
diff
changeset
|
745 |
session "HOL-Nominal" in Nominal = HOL + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
746 |
options [document = false] |
48481 | 747 |
theories Nominal |
748 |
||
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
749 |
session "HOL-Nominal-Examples" (timing) in "Nominal/Examples" = "HOL-Nominal" + |
62354 | 750 |
options [document = false] |
58329
a31404ec7414
run larger nominal examples only 'ISABELLE_FULL_TEST'
blanchet
parents:
58313
diff
changeset
|
751 |
theories |
59162
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
752 |
Class3 |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
753 |
CK_Machine |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
754 |
Compile |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
755 |
Contexts |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
756 |
Crary |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
757 |
CR_Takahashi |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
758 |
CR |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
759 |
Fsub |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
760 |
Height |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
761 |
Lambda_mu |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
762 |
Lam_Funs |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
763 |
LocalWeakening |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
764 |
Pattern |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
765 |
SN |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
766 |
SOS |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
767 |
Standardization |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
768 |
Support |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
769 |
Type_Preservation |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
770 |
Weakening |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
771 |
W |
58329
a31404ec7414
run larger nominal examples only 'ISABELLE_FULL_TEST'
blanchet
parents:
58313
diff
changeset
|
772 |
theories [quick_and_dirty] |
a31404ec7414
run larger nominal examples only 'ISABELLE_FULL_TEST'
blanchet
parents:
58313
diff
changeset
|
773 |
VC_Condition |
48481 | 774 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
775 |
session "HOL-Cardinals" (timing) in Cardinals = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
776 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
777 |
Ordinals and Cardinals, Full Theories. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
778 |
*} |
49511
9f5bfef8bd82
created separate session "HOL-BNF-LFP" as a step towards eventual integration in "HOL" in the middle term
blanchet
parents:
49510
diff
changeset
|
779 |
options [document = false] |
59747 | 780 |
theories |
781 |
Cardinals |
|
782 |
Bounded_Set |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
783 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
784 |
"intro.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
785 |
"root.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
786 |
"root.bib" |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
787 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
788 |
session "HOL-Datatype_Examples" (timing) in Datatype_Examples = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
789 |
description {* |
62286
705d4c4003ea
clarified ISABELLE_FULL_TEST vs. benchmarks: src/Benchmarks is not in ROOTS and thus not covered by "isabelle build -a" by default;
wenzelm
parents:
62285
diff
changeset
|
790 |
(Co)datatype Examples. |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
791 |
*} |
49932
9d3bc26485eb
back to parallel HOL-BNF-Examples, which seems to have suffered from Future.map on canceled persistent futures;
wenzelm
parents:
49903
diff
changeset
|
792 |
options [document = false] |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
793 |
theories |
56454 | 794 |
Compat |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
795 |
Lambda_Term |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
796 |
Process |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
797 |
TreeFsetI |
49872 | 798 |
"Derivation_Trees/Gram_Lang" |
799 |
"Derivation_Trees/Parallel" |
|
50517 | 800 |
Koenig |
60921 | 801 |
Lift_BNF |
61745 | 802 |
Milner_Tofte |
54961 | 803 |
Stream_Processor |
53122
bc87b7af4767
renamed theory files to be closer to (new) command names
blanchet
parents:
52726
diff
changeset
|
804 |
Misc_Codatatype |
bc87b7af4767
renamed theory files to be closer to (new) command names
blanchet
parents:
52726
diff
changeset
|
805 |
Misc_Datatype |
54193 | 806 |
Misc_Primcorec |
53306 | 807 |
Misc_Primrec |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
808 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
809 |
session "HOL-Corec_Examples" (timing) in Corec_Examples = HOL + |
62694 | 810 |
description {* |
811 |
Corecursion Examples. |
|
812 |
*} |
|
813 |
options [document = false] |
|
814 |
theories |
|
815 |
LFilter |
|
62734 | 816 |
Paper_Examples |
62694 | 817 |
Stream_Processor |
62696 | 818 |
"Tests/Simple_Nesting" |
64379
71f42dcaa1df
additional user-specified simp (naturality) rules used in friend_of_corec
traytel
parents:
64323
diff
changeset
|
819 |
"Tests/Iterate_GPV" |
62696 | 820 |
theories [quick_and_dirty] |
821 |
"Tests/GPV_Bare_Bones" |
|
822 |
"Tests/Merge_D" |
|
823 |
"Tests/Merge_Poly" |
|
824 |
"Tests/Misc_Mono" |
|
825 |
"Tests/Misc_Poly" |
|
826 |
"Tests/Small_Concrete" |
|
62725 | 827 |
"Tests/Stream_Friends" |
62696 | 828 |
"Tests/TLList_Friends" |
63190 | 829 |
"Tests/Type_Class" |
62694 | 830 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
831 |
session "HOL-Word" (main timing) in Word = HOL + |
65382 | 832 |
theories |
65462
db1827610513
less global theories -- conflict with AFP entries;
wenzelm
parents:
65456
diff
changeset
|
833 |
Word |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
834 |
document_files "root.bib" "root.tex" |
48481 | 835 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
836 |
session "HOL-Word-Examples" in "Word/Examples" = "HOL-Word" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
837 |
options [document = false] |
48481 | 838 |
theories WordExamples |
839 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
840 |
session "HOL-Statespace" in Statespace = HOL + |
51558
91f8bed6d0a4
allow build with skip_proofs enabled -- disable it for sessions that would fail due to embedded diagnostic commands, for example;
wenzelm
parents:
51553
diff
changeset
|
841 |
theories [skip_proofs = false] |
91f8bed6d0a4
allow build with skip_proofs enabled -- disable it for sessions that would fail due to embedded diagnostic commands, for example;
wenzelm
parents:
51553
diff
changeset
|
842 |
StateSpaceEx |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
843 |
document_files "root.tex" |
48481 | 844 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
845 |
session "HOL-Nonstandard_Analysis" (timing) in Nonstandard_Analysis = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
846 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
847 |
Nonstandard analysis. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
848 |
*} |
62479 | 849 |
theories |
850 |
Nonstandard_Analysis |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
851 |
document_files "root.tex" |
48481 | 852 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
853 |
session "HOL-Nonstandard_Analysis-Examples" (timing) in "Nonstandard_Analysis/Examples" = "HOL-Nonstandard_Analysis" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
854 |
options [document = false] |
48481 | 855 |
theories NSPrimes |
856 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
857 |
session "HOL-Mirabelle" in Mirabelle = HOL + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
858 |
options [document = false] |
48481 | 859 |
theories Mirabelle_Test |
48589
fb446a780d50
separate session HOL-Mirabelle-ex -- cannot run isolated shell scripts within build tool;
wenzelm
parents:
48588
diff
changeset
|
860 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
861 |
session "HOL-Mirabelle-ex" in "Mirabelle/ex" = "HOL-Mirabelle" + |
62354 | 862 |
options [document = false, timeout = 60] |
49448
8a232a4e3fd8
reactivate HOL-Mirabelle-ex with increased chances that it works most of the time (cf. bec1add86e79, a93d920707bb, be27a453aacc);
wenzelm
parents:
49439
diff
changeset
|
863 |
theories Ex |
48481 | 864 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
865 |
session "HOL-Word-SMT_Examples" (timing) in SMT_Examples = "HOL-Word" + |
62354 | 866 |
options [document = false, quick_and_dirty] |
48481 | 867 |
theories |
52722 | 868 |
Boogie |
48481 | 869 |
SMT_Examples |
870 |
SMT_Word_Examples |
|
50666
6f48853f08d5
actually run Z3 for "SMT_Tests" when "ISABELLE_FULL_TEST" is enabled
blanchet
parents:
50665
diff
changeset
|
871 |
SMT_Tests |
48481 | 872 |
files |
58367
8af1e68d7e1a
renamed SMT certificate files, following 'SMT2' -> 'SMT' renaming
blanchet
parents:
58351
diff
changeset
|
873 |
"Boogie_Dijkstra.certs" |
8af1e68d7e1a
renamed SMT certificate files, following 'SMT2' -> 'SMT' renaming
blanchet
parents:
58351
diff
changeset
|
874 |
"Boogie_Max.certs" |
8af1e68d7e1a
renamed SMT certificate files, following 'SMT2' -> 'SMT' renaming
blanchet
parents:
58351
diff
changeset
|
875 |
"SMT_Examples.certs" |
8af1e68d7e1a
renamed SMT certificate files, following 'SMT2' -> 'SMT' renaming
blanchet
parents:
58351
diff
changeset
|
876 |
"SMT_Word_Examples.certs" |
8af1e68d7e1a
renamed SMT certificate files, following 'SMT2' -> 'SMT' renaming
blanchet
parents:
58351
diff
changeset
|
877 |
"VCC_Max.certs" |
48481 | 878 |
|
50844
b95ff3744815
populate "main" session group, e.g. relevant for Isabelle/jEdit logic selection;
wenzelm
parents:
50833
diff
changeset
|
879 |
session "HOL-SPARK" (main) in "SPARK" = "HOL-Word" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
880 |
options [document = false] |
65382 | 881 |
theories |
882 |
SPARK (global) |
|
48481 | 883 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
884 |
session "HOL-SPARK-Examples" in "SPARK/Examples" = "HOL-SPARK" + |
59810
e749a0f2f401
HOL-SPARK .prv files are subject to system option spark_prv;
wenzelm
parents:
59777
diff
changeset
|
885 |
options [document = false, spark_prv = false] |
48481 | 886 |
theories |
887 |
"Gcd/Greatest_Common_Divisor" |
|
888 |
||
889 |
"Liseq/Longest_Increasing_Subsequence" |
|
890 |
||
891 |
"RIPEMD-160/F" |
|
892 |
"RIPEMD-160/Hash" |
|
893 |
"RIPEMD-160/K_L" |
|
894 |
"RIPEMD-160/K_R" |
|
895 |
"RIPEMD-160/R_L" |
|
896 |
"RIPEMD-160/Round" |
|
897 |
"RIPEMD-160/R_R" |
|
898 |
"RIPEMD-160/S_L" |
|
899 |
"RIPEMD-160/S_R" |
|
900 |
||
901 |
"Sqrt/Sqrt" |
|
902 |
files |
|
903 |
"Gcd/greatest_common_divisor/g_c_d.fdl" |
|
904 |
"Gcd/greatest_common_divisor/g_c_d.rls" |
|
905 |
"Gcd/greatest_common_divisor/g_c_d.siv" |
|
906 |
"Liseq/liseq/liseq_length.fdl" |
|
907 |
"Liseq/liseq/liseq_length.rls" |
|
908 |
"Liseq/liseq/liseq_length.siv" |
|
909 |
"RIPEMD-160/rmd/f.fdl" |
|
910 |
"RIPEMD-160/rmd/f.rls" |
|
911 |
"RIPEMD-160/rmd/f.siv" |
|
912 |
"RIPEMD-160/rmd/hash.fdl" |
|
913 |
"RIPEMD-160/rmd/hash.rls" |
|
914 |
"RIPEMD-160/rmd/hash.siv" |
|
915 |
"RIPEMD-160/rmd/k_l.fdl" |
|
916 |
"RIPEMD-160/rmd/k_l.rls" |
|
917 |
"RIPEMD-160/rmd/k_l.siv" |
|
918 |
"RIPEMD-160/rmd/k_r.fdl" |
|
919 |
"RIPEMD-160/rmd/k_r.rls" |
|
920 |
"RIPEMD-160/rmd/k_r.siv" |
|
921 |
"RIPEMD-160/rmd/r_l.fdl" |
|
922 |
"RIPEMD-160/rmd/r_l.rls" |
|
923 |
"RIPEMD-160/rmd/r_l.siv" |
|
924 |
"RIPEMD-160/rmd/round.fdl" |
|
925 |
"RIPEMD-160/rmd/round.rls" |
|
926 |
"RIPEMD-160/rmd/round.siv" |
|
927 |
"RIPEMD-160/rmd/r_r.fdl" |
|
928 |
"RIPEMD-160/rmd/r_r.rls" |
|
929 |
"RIPEMD-160/rmd/r_r.siv" |
|
930 |
"RIPEMD-160/rmd/s_l.fdl" |
|
931 |
"RIPEMD-160/rmd/s_l.rls" |
|
932 |
"RIPEMD-160/rmd/s_l.siv" |
|
933 |
"RIPEMD-160/rmd/s_r.fdl" |
|
934 |
"RIPEMD-160/rmd/s_r.rls" |
|
935 |
"RIPEMD-160/rmd/s_r.siv" |
|
936 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
937 |
session "HOL-SPARK-Manual" in "SPARK/Manual" = "HOL-SPARK" + |
59810
e749a0f2f401
HOL-SPARK .prv files are subject to system option spark_prv;
wenzelm
parents:
59777
diff
changeset
|
938 |
options [show_question_marks = false, spark_prv = false] |
48481 | 939 |
theories |
940 |
Example_Verification |
|
941 |
VC_Principles |
|
942 |
Reference |
|
943 |
Complex_Types |
|
944 |
files |
|
945 |
"complex_types_app/initialize.fdl" |
|
946 |
"complex_types_app/initialize.rls" |
|
947 |
"complex_types_app/initialize.siv" |
|
948 |
"loop_invariant/proc1.fdl" |
|
949 |
"loop_invariant/proc1.rls" |
|
950 |
"loop_invariant/proc1.siv" |
|
951 |
"loop_invariant/proc2.fdl" |
|
952 |
"loop_invariant/proc2.rls" |
|
953 |
"loop_invariant/proc2.siv" |
|
954 |
"simple_greatest_common_divisor/g_c_d.fdl" |
|
955 |
"simple_greatest_common_divisor/g_c_d.rls" |
|
956 |
"simple_greatest_common_divisor/g_c_d.siv" |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
957 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
958 |
"complex_types.ads" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
959 |
"complex_types_app.adb" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
960 |
"complex_types_app.ads" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
961 |
"Gcd.adb" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
962 |
"Gcd.ads" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
963 |
"intro.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
964 |
"loop_invariant.adb" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
965 |
"loop_invariant.ads" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
966 |
"root.bib" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
967 |
"root.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
968 |
"Simple_Gcd.adb" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
969 |
"Simple_Gcd.ads" |
48481 | 970 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
971 |
session "HOL-Mutabelle" in Mutabelle = HOL + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
972 |
options [document = false] |
48481 | 973 |
theories MutabelleExtra |
974 |
||
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
975 |
session "HOL-Quickcheck_Examples" (timing) in Quickcheck_Examples = HOL + |
50179
978200ae8473
timeout in proper place (HOL-Quickcheck_Examples approx. 1min, HOL-Quickcheck_Benchmark approx. 1h);
wenzelm
parents:
50161
diff
changeset
|
976 |
options [document = false] |
48588 | 977 |
theories |
48690 | 978 |
Quickcheck_Examples |
979 |
Quickcheck_Lattice_Examples |
|
980 |
Completeness |
|
981 |
Quickcheck_Interfaces |
|
63731
9f906a2eb0e7
added theory to provide workaround to support nested datatypes in quickcheck (until quickcheck is generalized to support it with new datatypes)
blanchet
parents:
63643
diff
changeset
|
982 |
Quickcheck_Nesting_Example |
57584
155b7e3b729e
proper condition wrt. ISABELLE_GHC (cf. 8840fa17e17c);
wenzelm
parents:
57544
diff
changeset
|
983 |
theories [condition = ISABELLE_GHC] |
57544
8840fa17e17c
reactivate session Quickcheck_Examples
Andreas Lochbihler
parents:
57543
diff
changeset
|
984 |
Hotel_Example |
48598 | 985 |
Quickcheck_Narrowing_Examples |
48588 | 986 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
987 |
session "HOL-Quotient_Examples" (timing) in Quotient_Examples = HOL + |
48481 | 988 |
description {* |
989 |
Author: Cezary Kaliszyk and Christian Urban |
|
990 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
991 |
options [document = false] |
48481 | 992 |
theories |
993 |
DList |
|
63920
003622e08379
resolve the name clash of HOL/Library/FSet and HOL/Quotient_Examples/FSet
kuncar
parents:
63888
diff
changeset
|
994 |
Quotient_FSet |
48481 | 995 |
Quotient_Int |
996 |
Quotient_Message |
|
997 |
Lift_FSet |
|
998 |
Lift_Set |
|
999 |
Lift_Fun |
|
1000 |
Quotient_Rat |
|
1001 |
Lift_DList |
|
53682
1b55aeda0e46
include Int_Pow into Quotient_Examples; add end of the theory
kuncar
parents:
53430
diff
changeset
|
1002 |
Int_Pow |
60237 | 1003 |
Lifting_Code_Dt_Test |
48481 | 1004 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
1005 |
session "HOL-Predicate_Compile_Examples" (timing) in Predicate_Compile_Examples = HOL + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1006 |
options [document = false] |
62354 | 1007 |
theories |
48481 | 1008 |
Examples |
1009 |
Predicate_Compile_Tests |
|
61140
78ece168f5b5
reactivate examples with predicate compiler and quickcheck
Andreas Lochbihler
parents:
60921
diff
changeset
|
1010 |
Predicate_Compile_Quickcheck_Examples |
48481 | 1011 |
Specialisation_Examples |
48690 | 1012 |
IMP_1 |
1013 |
IMP_2 |
|
55450
9eddc17749f7
reactivate some examples that still appear to work;
wenzelm
parents:
55447
diff
changeset
|
1014 |
(* FIXME since 21-Jul-2011 |
61140
78ece168f5b5
reactivate examples with predicate compiler and quickcheck
Andreas Lochbihler
parents:
60921
diff
changeset
|
1015 |
Hotel_Example_Small_Generator *) |
48690 | 1016 |
IMP_3 |
61140
78ece168f5b5
reactivate examples with predicate compiler and quickcheck
Andreas Lochbihler
parents:
60921
diff
changeset
|
1017 |
IMP_4 |
62242
a4e6ea45f416
guard sessions that no longer work with SML/NJ -- memory problems;
wenzelm
parents:
62168
diff
changeset
|
1018 |
theories [condition = ISABELLE_SWIPL] |
48690 | 1019 |
Code_Prolog_Examples |
1020 |
Context_Free_Grammar_Example |
|
1021 |
Hotel_Example_Prolog |
|
1022 |
Lambda_Example |
|
1023 |
List_Examples |
|
62242
a4e6ea45f416
guard sessions that no longer work with SML/NJ -- memory problems;
wenzelm
parents:
62168
diff
changeset
|
1024 |
theories [condition = ISABELLE_SWIPL, quick_and_dirty] |
48690 | 1025 |
Reg_Exp_Example |
48481 | 1026 |
|
64551 | 1027 |
session "HOL-Types_To_Sets" in Types_To_Sets = HOL + |
1028 |
description {* |
|
1029 |
Experimental extension of Higher-Order Logic to allow translation of types to sets. |
|
1030 |
*} |
|
1031 |
options [document = false] |
|
1032 |
theories |
|
1033 |
Types_To_Sets |
|
1034 |
"Examples/Prerequisites" |
|
1035 |
"Examples/Finite" |
|
1036 |
"Examples/T2_Spaces" |
|
1037 |
||
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
1038 |
session HOLCF (main timing) in HOLCF = HOL + |
48338 | 1039 |
description {* |
1040 |
Author: Franz Regensburger |
|
1041 |
Author: Brian Huffman |
|
1042 |
||
1043 |
HOLCF -- a semantic extension of HOL by the LCF logic. |
|
1044 |
*} |
|
48470
7483aa690b4f
clarified "document" again, eliminated redundant "no_document";
wenzelm
parents:
48458
diff
changeset
|
1045 |
theories [document = false] |
48338 | 1046 |
"~~/src/HOL/Library/Nat_Bijection" |
1047 |
"~~/src/HOL/Library/Countable" |
|
48481 | 1048 |
theories |
65382 | 1049 |
HOLCF (global) |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
1050 |
document_files "root.tex" |
48481 | 1051 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1052 |
session "HOLCF-Tutorial" in "HOLCF/Tutorial" = HOLCF + |
48481 | 1053 |
theories |
1054 |
Domain_ex |
|
1055 |
Fixrec_ex |
|
1056 |
New_Domain |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
1057 |
document_files "root.tex" |
48481 | 1058 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1059 |
session "HOLCF-Library" in "HOLCF/Library" = HOLCF + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1060 |
options [document = false] |
48481 | 1061 |
theories HOLCF_Library |
1062 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1063 |
session "HOLCF-IMP" in "HOLCF/IMP" = HOLCF + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1064 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1065 |
IMP -- A WHILE-language and its Semantics. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1066 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1067 |
This is the HOLCF-based denotational semantics of a simple WHILE-language. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1068 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1069 |
options [document = false] |
48481 | 1070 |
theories HoareEx |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
1071 |
document_files "root.tex" |
48338 | 1072 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1073 |
session "HOLCF-ex" in "HOLCF/ex" = HOLCF + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1074 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1075 |
Miscellaneous examples for HOLCF. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1076 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1077 |
options [document = false] |
48481 | 1078 |
theories |
1079 |
Dnat |
|
1080 |
Dagstuhl |
|
1081 |
Focus_ex |
|
1082 |
Fix2 |
|
1083 |
Hoare |
|
1084 |
Concurrency_Monad |
|
1085 |
Loop |
|
1086 |
Powerdomain_ex |
|
1087 |
Domain_Proofs |
|
1088 |
Letrec |
|
1089 |
Pattern_Match |
|
1090 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1091 |
session "HOLCF-FOCUS" in "HOLCF/FOCUS" = HOLCF + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1092 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1093 |
FOCUS: a theory of stream-processing functions Isabelle/HOLCF. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1094 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1095 |
For introductions to FOCUS, see |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1096 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1097 |
"The Design of Distributed Systems - An Introduction to FOCUS" |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1098 |
http://www4.in.tum.de/publ/html.php?e=2 |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1099 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1100 |
"Specification and Refinement of a Buffer of Length One" |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1101 |
http://www4.in.tum.de/publ/html.php?e=15 |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1102 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1103 |
"Specification and Development of Interactive Systems: Focus on Streams, |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1104 |
Interfaces, and Refinement" http://www4.in.tum.de/publ/html.php?e=321 |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1105 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1106 |
options [document = false] |
48481 | 1107 |
theories |
1108 |
Fstreams |
|
1109 |
FOCUS |
|
1110 |
Buffer_adm |
|
1111 |
||
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
1112 |
session IOA (timing) in "HOLCF/IOA" = HOLCF + |
48481 | 1113 |
description {* |
1114 |
Author: Olaf Mueller |
|
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1115 |
Copyright 1997 TU München |
48481 | 1116 |
|
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1117 |
A formalization of I/O automata in HOLCF. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1118 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1119 |
The distribution contains simulation relations, temporal logic, and an |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1120 |
abstraction theory. Everything is based upon a domain-theoretic model of |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1121 |
finite and infinite sequences. |
48481 | 1122 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1123 |
options [document = false] |
62008 | 1124 |
theories "Abstraction" |
48481 | 1125 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1126 |
session "IOA-ABP" in "HOLCF/IOA/ABP" = IOA + |
48481 | 1127 |
description {* |
1128 |
Author: Olaf Mueller |
|
1129 |
||
1130 |
The Alternating Bit Protocol performed in I/O-Automata. |
|
1131 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1132 |
options [document = false] |
59503 | 1133 |
theories |
1134 |
Correctness |
|
1135 |
Spec |
|
48481 | 1136 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1137 |
session "IOA-NTP" in "HOLCF/IOA/NTP" = IOA + |
48481 | 1138 |
description {* |
1139 |
Author: Tobias Nipkow & Konrad Slind |
|
1140 |
||
1141 |
A network transmission protocol, performed in the |
|
1142 |
I/O automata formalization by Olaf Mueller. |
|
1143 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1144 |
options [document = false] |
48481 | 1145 |
theories Correctness |
1146 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1147 |
session "IOA-Storage" in "HOLCF/IOA/Storage" = IOA + |
48481 | 1148 |
description {* |
1149 |
Author: Olaf Mueller |
|
1150 |
||
1151 |
Memory storage case study. |
|
1152 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1153 |
options [document = false] |
48481 | 1154 |
theories Correctness |
1155 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1156 |
session "IOA-ex" in "HOLCF/IOA/ex" = IOA + |
48481 | 1157 |
description {* |
1158 |
Author: Olaf Mueller |
|
1159 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1160 |
options [document = false] |
48481 | 1161 |
theories |
1162 |
TrivEx |
|
1163 |
TrivEx2 |