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