author | eberlm <eberlm@in.tum.de> |
Sun, 22 Jul 2018 19:29:51 +0200 | |
changeset 68677 | 99b1cf1e2d48 |
parent 68649 | f849fc1cb65e |
child 68700 | 1e358063ab90 |
permissions | -rw-r--r-- |
51397
03b586ee5930
support for 'chapter' specifications within session ROOT;
wenzelm
parents:
51263
diff
changeset
|
1 |
chapter HOL |
03b586ee5930
support for 'chapter' specifications within session ROOT;
wenzelm
parents:
51263
diff
changeset
|
2 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
3 |
session HOL (main) = Pure + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
4 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
5 |
Classical Higher-order Logic. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
6 |
*} |
65374 | 7 |
theories |
8 |
Main (global) |
|
9 |
Complex_Main (global) |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
10 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
11 |
"root.bib" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
12 |
"root.tex" |
48338 | 13 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
14 |
session "HOL-Proofs" (timing) = Pure + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
15 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
16 |
HOL-Main with explicit proof terms. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
17 |
*} |
68133
f6a22490cca8
less ambitious parallelism, notably for threads=2;
wenzelm
parents:
68035
diff
changeset
|
18 |
options [quick_and_dirty = false, record_proofs = 2, parallel_proofs = 0, parallel_limit = 500] |
65543 | 19 |
sessions |
20 |
"HOL-Library" |
|
65530
09c00a304c00
include imports that morally belong to Main and are used in HOL-Proofs applications;
wenzelm
parents:
65509
diff
changeset
|
21 |
theories |
67319
07176d5b81d5
moved 'realizers' into their own theory, now that they are decupled from the old datatype construction
blanchet
parents:
67278
diff
changeset
|
22 |
"HOL-Library.Realizers" |
48338 | 23 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
24 |
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
|
25 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
26 |
Classical Higher-order Logic -- batteries included. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
27 |
*} |
48481 | 28 |
theories |
29 |
Library |
|
64588 | 30 |
(*conflicting type class instantiations and dependent applications*) |
31 |
Finite_Lattice |
|
68312 | 32 |
List_Lexorder |
63763
0f61ea70d384
clarified session: use all theories in directory HOL/Library;
wenzelm
parents:
63731
diff
changeset
|
33 |
Prefix_Order |
51115
7dbd6832a689
consolidation of library theories on product orders
haftmann
parents:
51093
diff
changeset
|
34 |
Product_Lexorder |
7dbd6832a689
consolidation of library theories on product orders
haftmann
parents:
51093
diff
changeset
|
35 |
Product_Order |
65956
639eb3617a86
reorganised material on sublists
eberlm <eberlm@in.tum.de>
parents:
65678
diff
changeset
|
36 |
Subseq_Order |
67611
7929240e44d4
records based on datatypes/BNF infrastructure
Lars Hupel <lars.hupel@mytum.de>
parents:
67319
diff
changeset
|
37 |
(*conflicting syntax*) |
7929240e44d4
records based on datatypes/BNF infrastructure
Lars Hupel <lars.hupel@mytum.de>
parents:
67319
diff
changeset
|
38 |
Datatype_Records |
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
39 |
(*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
|
40 |
AList_Mapping |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
41 |
Code_Binary_Nat |
55447 | 42 |
Code_Prolog |
48481 | 43 |
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
|
44 |
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
|
45 |
DAList |
54429
be1bc181bcde
explicit inclusion of data refinement theory into HOL-Library session
haftmann
parents:
54193
diff
changeset
|
46 |
DAList_Multiset |
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
47 |
RBT_Mapping |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
48 |
RBT_Set |
66015
70643edecb7a
specific output setup is not supposed to intrude regular import theory
haftmann
parents:
65956
diff
changeset
|
49 |
(*printing modifications*) |
70643edecb7a
specific output setup is not supposed to intrude regular import theory
haftmann
parents:
65956
diff
changeset
|
50 |
OptionalSugar |
64588 | 51 |
(*prototypic tools*) |
52 |
Predicate_Compile_Quickcheck |
|
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
53 |
(*legacy tools*) |
58372
bfd497f2f4c2
moved 'old_datatype' out of 'Main' (but put it in 'HOL-Proofs' because of the inductive realizer)
blanchet
parents:
58371
diff
changeset
|
54 |
Old_Datatype |
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
55 |
Old_Recdef |
67319
07176d5b81d5
moved 'realizers' into their own theory, now that they are decupled from the old datatype construction
blanchet
parents:
67278
diff
changeset
|
56 |
Realizers |
64588 | 57 |
Refute |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
58 |
document_files "root.bib" "root.tex" |
48481 | 59 |
|
66932
149025fecca0
reduced heap hierarchy, for potentially improved performance;
wenzelm
parents:
66842
diff
changeset
|
60 |
session "HOL-Analysis" (main timing) in Analysis = HOL + |
68617 | 61 |
options [document_tags = "theorem%important,corollary%important,proposition%important,class%important,instantiation%important,subsubsection%unimportant,%unimportant", |
67152
8021ea06aad8
just one session for bulky HOL-Analysis documents;
wenzelm
parents:
67122
diff
changeset
|
62 |
document_variants = "document:manual=-proof,-ML,-unimportant"] |
66932
149025fecca0
reduced heap hierarchy, for potentially improved performance;
wenzelm
parents:
66842
diff
changeset
|
63 |
sessions |
67152
8021ea06aad8
just one session for bulky HOL-Analysis documents;
wenzelm
parents:
67122
diff
changeset
|
64 |
"HOL-Library" |
66932
149025fecca0
reduced heap hierarchy, for potentially improved performance;
wenzelm
parents:
66842
diff
changeset
|
65 |
"HOL-Computational_Algebra" |
65375 | 66 |
theories |
65462
db1827610513
less global theories -- conflict with AFP entries;
wenzelm
parents:
65456
diff
changeset
|
67 |
Analysis |
65375 | 68 |
document_files |
69 |
"root.tex" |
|
70 |
||
71 |
session "HOL-Analysis-ex" in "Analysis/ex" = "HOL-Analysis" + |
|
72 |
theories |
|
73 |
Approximations |
|
74 |
||
67100 | 75 |
session "HOL-Computational_Algebra" (main timing) in "Computational_Algebra" = "HOL-Library" + |
65417 | 76 |
theories |
77 |
Computational_Algebra |
|
78 |
(*conflicting type class instantiations and dependent applications*) |
|
79 |
Field_as_Ring |
|
80 |
||
68630 | 81 |
session "HOL-Real_Asymp" in Real_Asymp = HOL + |
82 |
sessions |
|
83 |
"HOL-Decision_Procs" |
|
84 |
theories |
|
85 |
Real_Asymp |
|
86 |
Real_Asymp_Approx |
|
68677 | 87 |
Real_Asymp_Examples |
88 |
||
89 |
session "HOL-Real_Asymp-Manual" in "Real_Asymp/Manual" = "HOL-Real_Asymp" + |
|
90 |
theories |
|
91 |
Real_Asymp_Doc |
|
92 |
document_files (in "~~/src/Doc") |
|
93 |
"iman.sty" |
|
94 |
"extra.sty" |
|
95 |
"isar.sty" |
|
96 |
document_files |
|
97 |
"root.tex" |
|
98 |
"style.sty" |
|
68630 | 99 |
|
65550
e957b1f00449
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65549
diff
changeset
|
100 |
session "HOL-Hahn_Banach" in Hahn_Banach = "HOL-Library" + |
48481 | 101 |
description {* |
102 |
Author: Gertrud Bauer, TU Munich |
|
103 |
||
104 |
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
|
105 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
106 |
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
|
107 |
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
|
108 |
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
|
109 |
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
|
110 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
111 |
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
|
112 |
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
|
113 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
114 |
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
|
115 |
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
|
116 |
continous linearform on the whole vectorspace. |
48481 | 117 |
*} |
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
118 |
sessions |
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
119 |
"HOL-Analysis" |
65543 | 120 |
theories |
121 |
Hahn_Banach |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
122 |
document_files "root.bib" "root.tex" |
48481 | 123 |
|
65550
e957b1f00449
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65549
diff
changeset
|
124 |
session "HOL-Induct" in Induct = "HOL-Library" + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
125 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
126 |
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
|
127 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
128 |
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
|
129 |
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
|
130 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
131 |
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
|
132 |
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
|
133 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
134 |
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
|
135 |
(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
|
136 |
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
|
137 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
138 |
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
|
139 |
mutually recursive relations. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
140 |
*} |
48481 | 141 |
theories [quick_and_dirty] |
142 |
Common_Patterns |
|
143 |
theories |
|
61935 | 144 |
Nested_Datatype |
48481 | 145 |
QuoDataType |
146 |
QuoNestedDataType |
|
147 |
Term |
|
148 |
SList |
|
149 |
ABexp |
|
65562
f9753d949afc
renamed theory to avoid conflict with loaded theory "Tree" from HOL-Library;
wenzelm
parents:
65552
diff
changeset
|
150 |
Infinitely_Branching_Tree |
48481 | 151 |
Ordinals |
152 |
Sigma_Algebra |
|
153 |
Comb |
|
154 |
PropLog |
|
155 |
Com |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
156 |
document_files "root.tex" |
48481 | 157 |
|
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
158 |
session "HOL-IMP" (timing) in IMP = "HOL-Library" + |
59446 | 159 |
options [document_variants = document] |
48481 | 160 |
theories |
161 |
BExp |
|
162 |
ASM |
|
50050 | 163 |
Finite_Reachable |
52394 | 164 |
Denotational |
52400 | 165 |
Compiler2 |
48481 | 166 |
Poly_Types |
167 |
Sec_Typing |
|
168 |
Sec_TypingT |
|
52726 | 169 |
Def_Init_Big |
170 |
Def_Init_Small |
|
171 |
Fold |
|
48481 | 172 |
Live |
173 |
Live_True |
|
174 |
Hoare_Examples |
|
63538
d7b5e2a222c2
added new vcg based on existentially quantified while-rule
nipkow
parents:
63537
diff
changeset
|
175 |
Hoare_Sound_Complete |
52269 | 176 |
VCG |
52282 | 177 |
Hoare_Total |
63538
d7b5e2a222c2
added new vcg based on existentially quantified while-rule
nipkow
parents:
63537
diff
changeset
|
178 |
VCG_Total_EX |
67019
7a3724078363
Replaced { } proofs by local lemmas; added Hoare logic with logical variables.
nipkow
parents:
66992
diff
changeset
|
179 |
VCG_Total_EX2 |
48481 | 180 |
Collecting1 |
48765
fb1ed5230abc
special code with lists no longer necessary, use sets
nipkow
parents:
48738
diff
changeset
|
181 |
Collecting_Examples |
48481 | 182 |
Abs_Int_Tests |
183 |
Abs_Int1_parity |
|
184 |
Abs_Int1_const |
|
185 |
Abs_Int3 |
|
186 |
Procs_Dyn_Vars_Dyn |
|
187 |
Procs_Stat_Vars_Dyn |
|
188 |
Procs_Stat_Vars_Stat |
|
189 |
C_like |
|
190 |
OO |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
191 |
document_files "root.bib" "root.tex" |
48481 | 192 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
193 |
session "HOL-IMPP" in IMPP = HOL + |
48481 | 194 |
description {* |
195 |
Author: David von Oheimb |
|
196 |
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
|
197 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
198 |
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
|
199 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
200 |
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
|
201 |
procedures. For documentation see "Hoare Logic for Mutual Recursion and |
68649 | 202 |
Local Variables" (https://isabelle.in.tum.de/Bali/papers/FSTTCS99.html). |
48481 | 203 |
*} |
204 |
theories EvenOdd |
|
205 |
||
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
206 |
session "HOL-Data_Structures" (timing) in Data_Structures = HOL + |
61203 | 207 |
options [document_variants = document] |
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
208 |
sessions |
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
209 |
"HOL-Number_Theory" |
61203 | 210 |
theories [document = false] |
65538 | 211 |
Less_False |
61203 | 212 |
theories |
66543 | 213 |
Sorting |
63829 | 214 |
Balance |
61203 | 215 |
Tree_Map |
61232 | 216 |
AVL_Map |
61224 | 217 |
RBT_Map |
61469
cd82b1023932
added 2-3 trees (simpler and more complete than the version in ex/Tree23)
nipkow
parents:
61368
diff
changeset
|
218 |
Tree23_Map |
61514 | 219 |
Tree234_Map |
61789 | 220 |
Brother12_Map |
62130 | 221 |
AA_Map |
68261 | 222 |
Set2_Join_RBT |
68516 | 223 |
Trie |
62706 | 224 |
Leftist_Heap |
66434
5d7e770c7d5d
added sorted_wrt to List; added Data_Structures/Binomial_Heap.thy
nipkow
parents:
66270
diff
changeset
|
225 |
Binomial_Heap |
61224 | 226 |
document_files "root.tex" "root.bib" |
61203 | 227 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
228 |
session "HOL-Import" in Import = HOL + |
48481 | 229 |
theories HOL_Light_Maps |
230 |
theories [condition = HOL_LIGHT_BUNDLE] HOL_Light_Import |
|
231 |
||
67100 | 232 |
session "HOL-Number_Theory" (main timing) in Number_Theory = "HOL-Computational_Algebra" + |
55321
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
233 |
description {* |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
234 |
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
|
235 |
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
|
236 |
*} |
65543 | 237 |
sessions |
238 |
"HOL-Algebra" |
|
55321
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
239 |
theories |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
240 |
Number_Theory |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
241 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
242 |
"root.tex" |
48481 | 243 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
244 |
session "HOL-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
|
245 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
246 |
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
|
247 |
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
|
248 |
*} |
48481 | 249 |
theories Hoare |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
250 |
document_files "root.bib" "root.tex" |
48481 | 251 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
252 |
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
|
253 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
254 |
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
|
255 |
(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
|
256 |
*} |
48481 | 257 |
theories Hoare_Parallel |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
258 |
document_files "root.bib" "root.tex" |
48481 | 259 |
|
65550
e957b1f00449
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65549
diff
changeset
|
260 |
session "HOL-Codegenerator_Test" in Codegenerator_Test = "HOL-Number_Theory" + |
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
261 |
sessions |
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
262 |
"HOL-Data_Structures" |
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
263 |
"HOL-ex" |
51422
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
264 |
theories |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
265 |
Generate |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
266 |
Generate_Binary_Nat |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
267 |
Generate_Target_Nat |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
268 |
Generate_Efficient_Datastructures |
68155 | 269 |
Code_Lazy_Test |
64582
3d20ded18f14
unconditional Code_Test_PolyML and Code_Test_Scala: compiler is always present;
wenzelm
parents:
64569
diff
changeset
|
270 |
Code_Test_PolyML |
3d20ded18f14
unconditional Code_Test_PolyML and Code_Test_Scala: compiler is always present;
wenzelm
parents:
64569
diff
changeset
|
271 |
Code_Test_Scala |
66842 | 272 |
theories [condition = ISABELLE_GHC] |
58039
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
273 |
Code_Test_GHC |
66842 | 274 |
theories [condition = ISABELLE_MLTON] |
58039
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
275 |
Code_Test_MLton |
66842 | 276 |
theories [condition = ISABELLE_OCAMLC] |
58039
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
277 |
Code_Test_OCaml |
66842 | 278 |
theories [condition = ISABELLE_SMLNJ] |
58039
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
279 |
Code_Test_SMLNJ |
48481 | 280 |
|
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
281 |
session "HOL-Metis_Examples" (timing) in Metis_Examples = "HOL-Library" + |
48481 | 282 |
description {* |
283 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
|
284 |
Author: Jasmin Blanchette, TU Muenchen |
|
285 |
||
286 |
Testing Metis and Sledgehammer. |
|
287 |
*} |
|
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
288 |
sessions |
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
289 |
"HOL-Decision_Procs" |
48481 | 290 |
theories |
291 |
Abstraction |
|
292 |
Big_O |
|
293 |
Binary_Tree |
|
294 |
Clausification |
|
295 |
Message |
|
296 |
Proxies |
|
297 |
Tarski |
|
298 |
Trans_Closure |
|
299 |
Sets |
|
300 |
||
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
301 |
session "HOL-Nitpick_Examples" in Nitpick_Examples = "HOL-Library" + |
48481 | 302 |
description {* |
303 |
Author: Jasmin Blanchette, TU Muenchen |
|
304 |
Copyright 2009 |
|
305 |
*} |
|
306 |
theories [quick_and_dirty] Nitpick_Examples |
|
307 |
||
65550
e957b1f00449
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65549
diff
changeset
|
308 |
session "HOL-Algebra" (main timing) in Algebra = "HOL-Computational_Algebra" + |
48481 | 309 |
description {* |
68569
c64319959bab
Lots of new algebra theories by Martin Baillon and Paulo Emílio de Vilhena
paulson <lp15@cam.ac.uk>
parents:
68522
diff
changeset
|
310 |
Author: Clemens Ballarin, started 24 September 1999, and many others |
48481 | 311 |
|
312 |
The Isabelle Algebraic Library. |
|
313 |
*} |
|
314 |
theories |
|
65099
30d0b2f1df76
Knaster-Tarski fixed point theorem and Galois Connections.
ballarin
parents:
65050
diff
changeset
|
315 |
(* Orders and Lattices *) |
30d0b2f1df76
Knaster-Tarski fixed point theorem and Galois Connections.
ballarin
parents:
65050
diff
changeset
|
316 |
Galois_Connection (* Knaster-Tarski theorem and Galois connections *) |
48481 | 317 |
(* Groups *) |
318 |
FiniteProduct (* Product operator for commutative groups *) |
|
319 |
Sylow (* Sylow's theorem *) |
|
320 |
Bij (* Automorphism Groups *) |
|
65416
f707dbcf11e3
more approproiate placement of theories MiscAlgebra and Multiplicate_Group
haftmann
parents:
65382
diff
changeset
|
321 |
Multiplicative_Group |
68443
43055b016688
New material from Martin Baillon and Paulo Emílio de Vilhena
paulson <lp15@cam.ac.uk>
parents:
68312
diff
changeset
|
322 |
Zassenhaus (* The Zassenhaus lemma *) |
48481 | 323 |
(* Rings *) |
324 |
Divisibility (* Rings *) |
|
325 |
IntRing (* Ideals and residue classes *) |
|
326 |
UnivPoly (* Polynomials *) |
|
68569
c64319959bab
Lots of new algebra theories by Martin Baillon and Paulo Emílio de Vilhena
paulson <lp15@cam.ac.uk>
parents:
68522
diff
changeset
|
327 |
(* Main theory *) |
c64319959bab
Lots of new algebra theories by Martin Baillon and Paulo Emílio de Vilhena
paulson <lp15@cam.ac.uk>
parents:
68522
diff
changeset
|
328 |
Algebra |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
329 |
document_files "root.bib" "root.tex" |
48481 | 330 |
|
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
331 |
session "HOL-Auth" (timing) in Auth = "HOL-Library" + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
332 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
333 |
A new approach to verifying authentication protocols. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
334 |
*} |
48481 | 335 |
theories |
336 |
Auth_Shared |
|
337 |
Auth_Public |
|
338 |
"Smartcard/Auth_Smartcard" |
|
339 |
"Guard/Auth_Guard_Shared" |
|
340 |
"Guard/Auth_Guard_Public" |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
341 |
document_files "root.tex" |
48481 | 342 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
343 |
session "HOL-UNITY" (timing) in UNITY = "HOL-Auth" + |
48481 | 344 |
description {* |
345 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
|
346 |
Copyright 1998 University of Cambridge |
|
347 |
||
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
348 |
Verifying security protocols using Chandy and Misra's UNITY formalism. |
48481 | 349 |
*} |
350 |
theories |
|
351 |
(*Basic meta-theory*) |
|
65538 | 352 |
UNITY_Main |
48481 | 353 |
|
354 |
(*Simple examples: no composition*) |
|
355 |
"Simple/Deadlock" |
|
356 |
"Simple/Common" |
|
357 |
"Simple/Network" |
|
358 |
"Simple/Token" |
|
359 |
"Simple/Channel" |
|
360 |
"Simple/Lift" |
|
361 |
"Simple/Mutex" |
|
362 |
"Simple/Reach" |
|
363 |
"Simple/Reachability" |
|
364 |
||
365 |
(*Verifying security protocols using UNITY*) |
|
366 |
"Simple/NSP_Bad" |
|
367 |
||
368 |
(*Example of composition*) |
|
369 |
"Comp/Handshake" |
|
370 |
||
371 |
(*Universal properties examples*) |
|
372 |
"Comp/Counter" |
|
373 |
"Comp/Counterc" |
|
374 |
"Comp/Priority" |
|
375 |
||
376 |
"Comp/TimerArray" |
|
377 |
"Comp/Progress" |
|
378 |
||
379 |
"Comp/Alloc" |
|
380 |
"Comp/AllocImpl" |
|
381 |
"Comp/Client" |
|
382 |
||
383 |
(*obsolete*) |
|
65538 | 384 |
ELT |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
385 |
document_files "root.tex" |
48481 | 386 |
|
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
387 |
session "HOL-Unix" in Unix = "HOL-Library" + |
48481 | 388 |
options [print_mode = "no_brackets,no_type_brackets"] |
389 |
theories Unix |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
390 |
document_files "root.bib" "root.tex" |
48481 | 391 |
|
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
392 |
session "HOL-ZF" in ZF = "HOL-Library" + |
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
393 |
theories |
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
394 |
MainZF |
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
395 |
Games |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
396 |
document_files "root.tex" |
48481 | 397 |
|
66986 | 398 |
session "HOL-Imperative_HOL" (timing) in Imperative_HOL = "HOL-Library" + |
59446 | 399 |
options [print_mode = "iff,no_brackets"] |
48481 | 400 |
theories Imperative_HOL_ex |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
401 |
document_files "root.bib" "root.tex" |
48481 | 402 |
|
65550
e957b1f00449
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65549
diff
changeset
|
403 |
session "HOL-Decision_Procs" (timing) in Decision_Procs = "HOL-Algebra" + |
51544 | 404 |
description {* |
405 |
Various decision procedures, typically involving reflection. |
|
406 |
*} |
|
65543 | 407 |
theories |
408 |
Decision_Procs |
|
48481 | 409 |
|
63000
d0dfdd413a7f
remove "slow" session tags
Lars Hupel <lars.hupel@mytum.de>
parents:
62999
diff
changeset
|
410 |
session "HOL-Proofs-ex" in "Proofs/ex" = "HOL-Proofs" + |
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
411 |
sessions |
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
412 |
"HOL-Isar_Examples" |
52424
77075c576d4c
support for XML data representation of proof terms;
wenzelm
parents:
52400
diff
changeset
|
413 |
theories |
77075c576d4c
support for XML data representation of proof terms;
wenzelm
parents:
52400
diff
changeset
|
414 |
Hilbert_Classical |
62363
7b5468422352
moved examples to avoid dependency on bulky HOL-Proofs session, e.g. relevant for "isabelle makedist";
wenzelm
parents:
62357
diff
changeset
|
415 |
Proof_Terms |
52424
77075c576d4c
support for XML data representation of proof terms;
wenzelm
parents:
52400
diff
changeset
|
416 |
XML_Data |
48481 | 417 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
418 |
session "HOL-Proofs-Extraction" (timing) in "Proofs/Extraction" = "HOL-Proofs" + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
419 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
420 |
Examples for program extraction in Higher-Order Logic. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
421 |
*} |
62354 | 422 |
options [parallel_proofs = 0, quick_and_dirty = false] |
65543 | 423 |
sessions |
424 |
"HOL-Computational_Algebra" |
|
48481 | 425 |
theories |
426 |
Greatest_Common_Divisor |
|
427 |
Warshall |
|
428 |
Higman_Extraction |
|
429 |
Pigeonhole |
|
430 |
Euclid |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
431 |
document_files "root.bib" "root.tex" |
48481 | 432 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
433 |
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
|
434 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
435 |
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
|
436 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
437 |
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
|
438 |
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
|
439 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
440 |
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
|
441 |
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
|
442 |
*} |
62354 | 443 |
options [print_mode = "no_brackets", |
62242
a4e6ea45f416
guard sessions that no longer work with SML/NJ -- memory problems;
wenzelm
parents:
62168
diff
changeset
|
444 |
parallel_proofs = 0, quick_and_dirty = false] |
65543 | 445 |
sessions |
446 |
"HOL-Library" |
|
48481 | 447 |
theories |
448 |
Eta |
|
449 |
StrongNorm |
|
450 |
Standardization |
|
451 |
WeakNorm |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
452 |
document_files "root.bib" "root.tex" |
48481 | 453 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
454 |
session "HOL-Prolog" in Prolog = HOL + |
48481 | 455 |
description {* |
456 |
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
|
457 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
458 |
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
|
459 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
460 |
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
|
461 |
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
|
462 |
a little functional language and its type system. |
48481 | 463 |
*} |
464 |
theories Test Type |
|
465 |
||
65550
e957b1f00449
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65549
diff
changeset
|
466 |
session "HOL-MicroJava" (timing) in MicroJava = "HOL-Library" + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
467 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
468 |
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
|
469 |
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
|
470 |
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
|
471 |
*} |
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
472 |
sessions |
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
473 |
"HOL-Eisbach" |
59446 | 474 |
theories |
475 |
MicroJava |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
476 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
477 |
"introduction.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
478 |
"root.bib" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
479 |
"root.tex" |
48481 | 480 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
481 |
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
|
482 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
483 |
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
|
484 |
*} |
48481 | 485 |
theories Example |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
486 |
document_files "root.bib" "root.tex" |
48481 | 487 |
|
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
488 |
session "HOL-Bali" (timing) in Bali = "HOL-Library" + |
48481 | 489 |
theories |
490 |
AxExample |
|
491 |
AxSound |
|
492 |
AxCompl |
|
493 |
Trans |
|
60751 | 494 |
TypeSafe |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
495 |
document_files "root.tex" |
48481 | 496 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
497 |
session "HOL-IOA" in IOA = HOL + |
48481 | 498 |
description {* |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
499 |
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
|
500 |
Copyright 1994--1996 TU Muenchen |
48481 | 501 |
|
55417
01fbfb60c33e
adapted to 'xxx_{case,rec}' renaming, to new theorem names, and to new variable names in theorems
blanchet
parents:
55370
diff
changeset
|
502 |
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
|
503 |
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
|
504 |
proofs of two communication protocols which formerly have been here. |
48481 | 505 |
|
506 |
@inproceedings{Nipkow-Slind-IOA, |
|
507 |
author={Tobias Nipkow and Konrad Slind}, |
|
508 |
title={{I/O} Automata in {Isabelle/HOL}}, |
|
509 |
booktitle={Proc.\ TYPES Workshop 1994}, |
|
510 |
publisher=Springer, |
|
511 |
series=LNCS, |
|
512 |
note={To appear}} |
|
513 |
ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/ioa.ps.gz |
|
514 |
||
515 |
and |
|
516 |
||
517 |
@inproceedings{Mueller-Nipkow, |
|
518 |
author={Olaf M\"uller and Tobias Nipkow}, |
|
519 |
title={Combining Model Checking and Deduction for {I/O}-Automata}, |
|
520 |
booktitle={Proc.\ TACAS Workshop}, |
|
521 |
organization={Aarhus University, BRICS report}, |
|
522 |
year=1995} |
|
523 |
ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/tacas.dvi.gz |
|
524 |
*} |
|
525 |
theories Solve |
|
526 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
527 |
session "HOL-Lattice" in Lattice = HOL + |
48481 | 528 |
description {* |
529 |
Author: Markus Wenzel, TU Muenchen |
|
530 |
||
531 |
Basic theory of lattices and orders. |
|
532 |
*} |
|
533 |
theories CompleteLattice |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
534 |
document_files "root.tex" |
48481 | 535 |
|
66752 | 536 |
session "HOL-ex" (timing) in ex = "HOL-Number_Theory" + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
537 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
538 |
Miscellaneous examples for Higher-Order Logic. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
539 |
*} |
65548 | 540 |
theories |
57507 | 541 |
Adhoc_Overloading_Examples |
48481 | 542 |
Antiquote |
65549 | 543 |
Argo_Examples |
544 |
Arith_Examples |
|
545 |
Ballot |
|
546 |
BinEx |
|
547 |
Birthday_Paradox |
|
67909
f55b07f4d1ee
proof of concept for algebraically founded bit lists
haftmann
parents:
67612
diff
changeset
|
548 |
Bit_Lists |
65549 | 549 |
Bubblesort |
550 |
CTL |
|
551 |
Cartouche_Examples |
|
65563 | 552 |
Case_Product |
65549 | 553 |
Chinese |
554 |
Classical |
|
555 |
Code_Binary_Nat_examples |
|
68639 | 556 |
Code_Lazy_Demo |
65549 | 557 |
Code_Timing |
558 |
Coercion_Examples |
|
559 |
Coherent |
|
560 |
Commands |
|
561 |
Computations |
|
67224 | 562 |
Conditional_Parametricity_Examples |
59190
3a594fd13ca4
3 old example lemmas by Amine listed in the top 100 theorems
kleing
parents:
59162
diff
changeset
|
563 |
Cubic_Quartic |
67611
7929240e44d4
records based on datatypes/BNF infrastructure
Lars Hupel <lars.hupel@mytum.de>
parents:
67319
diff
changeset
|
564 |
Datatype_Record_Examples |
65549 | 565 |
Dedekind_Real |
566 |
Erdoes_Szekeres |
|
567 |
Eval_Examples |
|
568 |
Executable_Relation |
|
569 |
Execute_Choice |
|
570 |
Functions |
|
66797 | 571 |
Function_Growth |
65549 | 572 |
Gauge_Integration |
573 |
Groebner_Examples |
|
574 |
Guess |
|
575 |
HarmonicSeries |
|
576 |
Hebrew |
|
577 |
Hex_Bin_Examples |
|
578 |
IArray_Examples |
|
579 |
Iff_Oracle |
|
580 |
Induction_Schema |
|
48481 | 581 |
Intuitionistic |
65549 | 582 |
Lagrange |
583 |
List_to_Set_Comprehension_Examples |
|
584 |
LocaleTest2 |
|
67215 | 585 |
"ML" |
48481 | 586 |
MergeSort |
65549 | 587 |
MonoidGroup |
588 |
Multiquote |
|
589 |
NatSum |
|
590 |
Normalization_by_Evaluation |
|
591 |
PER |
|
592 |
Parallel_Example |
|
593 |
Peano_Axioms |
|
594 |
Perm_Fragments |
|
595 |
PresburgerEx |
|
48481 | 596 |
Primrec |
65549 | 597 |
Pythagoras |
598 |
Quicksort |
|
67612 | 599 |
Radix_Sort |
65549 | 600 |
Records |
601 |
Reflection_Examples |
|
602 |
Refute_Examples |
|
68035
6d7cc6723978
proof of concept for residue rings over int using type numerals
haftmann
parents:
68028
diff
changeset
|
603 |
Residue_Ring |
65549 | 604 |
Rewrite_Examples |
605 |
SOS |
|
606 |
SOS_Cert |
|
607 |
Seq |
|
608 |
Serbian |
|
609 |
Set_Comprehension_Pointfree_Examples |
|
48481 | 610 |
Set_Theory |
65549 | 611 |
Simproc_Tests |
612 |
Simps_Case_Conv_Examples |
|
48481 | 613 |
Sqrt |
614 |
Sqrt_Script |
|
65549 | 615 |
Sudoku |
616 |
Sum_of_Powers |
|
617 |
Tarski |
|
618 |
Termination |
|
619 |
ThreeDivides |
|
61368 | 620 |
Transfer_Debug |
48481 | 621 |
Transfer_Int_Nat |
56922 | 622 |
Transitive_Closure_Table_Ex |
65549 | 623 |
Tree23 |
624 |
Unification |
|
625 |
While_Combinator_Example |
|
64015
c9f3a94cb825
proof of concept for algebraically founded word types
haftmann
parents:
63980
diff
changeset
|
626 |
Word_Type |
64978
5b9ba120d222
added veriT preprocessing proof reconstruction example
blanchet
parents:
64959
diff
changeset
|
627 |
veriT_Preprocessing |
51558
91f8bed6d0a4
allow build with skip_proofs enabled -- disable it for sessions that would fail due to embedded diagnostic commands, for example;
wenzelm
parents:
51553
diff
changeset
|
628 |
theories [skip_proofs = false] |
67159 | 629 |
SAT_Examples |
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
|
630 |
Meson_Test |
48481 | 631 |
|
65550
e957b1f00449
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65549
diff
changeset
|
632 |
session "HOL-Isar_Examples" in Isar_Examples = "HOL-Computational_Algebra" + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
633 |
description {* |
61935 | 634 |
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
|
635 |
*} |
61939 | 636 |
options [quick_and_dirty] |
48481 | 637 |
theories |
61939 | 638 |
Knaster_Tarski |
639 |
Peirce |
|
640 |
Drinker |
|
48481 | 641 |
Cantor |
61939 | 642 |
Structured_Statements |
643 |
Basic_Logic |
|
48481 | 644 |
Expr_Compiler |
645 |
Fibonacci |
|
646 |
Group |
|
647 |
Group_Context |
|
648 |
Group_Notepad |
|
649 |
Hoare_Ex |
|
650 |
Mutilated_Checkerboard |
|
651 |
Puzzle |
|
652 |
Summation |
|
61935 | 653 |
First_Order_Logic |
654 |
Higher_Order_Logic |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
655 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
656 |
"root.bib" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
657 |
"root.tex" |
48481 | 658 |
|
60119
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
659 |
session "HOL-Eisbach" in Eisbach = HOL + |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
660 |
description {* |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
661 |
The Eisbach proof method language and "match" method. |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
662 |
*} |
66444 | 663 |
sessions |
664 |
FOL |
|
60119
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
665 |
theories |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
666 |
Eisbach |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
667 |
Tests |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
668 |
Examples |
62168
e97452d79102
Eisbach works for other object-logics, e.g. Eisbach_FOL.thy;
wenzelm
parents:
62155
diff
changeset
|
669 |
Examples_FOL |
60119
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
670 |
|
65550
e957b1f00449
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65549
diff
changeset
|
671 |
session "HOL-SET_Protocol" (timing) in SET_Protocol = "HOL-Library" + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
672 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
673 |
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
|
674 |
*} |
65543 | 675 |
theories |
676 |
SET_Protocol |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
677 |
document_files "root.tex" |
48481 | 678 |
|
65569
3cb6f3281ef1
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65563
diff
changeset
|
679 |
session "HOL-Matrix_LP" in Matrix_LP = "HOL-Library" + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
680 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
681 |
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
|
682 |
*} |
48481 | 683 |
theories Cplex |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
684 |
document_files "root.tex" |
48481 | 685 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
686 |
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
|
687 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
688 |
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
|
689 |
*} |
48481 | 690 |
theories TLA |
691 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
692 |
session "HOL-TLA-Inc" in "TLA/Inc" = "HOL-TLA" + |
48481 | 693 |
theories Inc |
694 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
695 |
session "HOL-TLA-Buffer" in "TLA/Buffer" = "HOL-TLA" + |
48481 | 696 |
theories DBuffer |
697 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
698 |
session "HOL-TLA-Memory" in "TLA/Memory" = "HOL-TLA" + |
48481 | 699 |
theories MemoryImplementation |
700 |
||
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
701 |
session "HOL-TPTP" in TPTP = "HOL-Library" + |
48481 | 702 |
description {* |
703 |
Author: Jasmin Blanchette, TU Muenchen |
|
704 |
Author: Nik Sultana, University of Cambridge |
|
705 |
Copyright 2011 |
|
706 |
||
707 |
TPTP-related extensions. |
|
708 |
*} |
|
709 |
theories |
|
710 |
ATP_Theory_Export |
|
711 |
MaSh_Eval |
|
712 |
TPTP_Interpret |
|
713 |
THF_Arith |
|
55596
928b9f677165
reconstruction framework for LEO-II's TPTP proofs;
sultana
parents:
55450
diff
changeset
|
714 |
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
|
715 |
theories |
48481 | 716 |
ATP_Problem_Import |
717 |
||
65382 | 718 |
session "HOL-Probability" (main timing) in "Probability" = "HOL-Analysis" + |
48481 | 719 |
theories |
66992
69673025292e
less global theories -- avoid confusion about special cases;
wenzelm
parents:
66986
diff
changeset
|
720 |
Probability |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
721 |
document_files "root.tex" |
48481 | 722 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
723 |
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
|
724 |
theories |
65538 | 725 |
Dining_Cryptographers |
726 |
Koepf_Duermuth_Countermeasure |
|
727 |
Measure_Not_CCC |
|
61946
844881193616
put example into separate session, to restrict precious session image to library theories
haftmann
parents:
61939
diff
changeset
|
728 |
|
66752 | 729 |
session "HOL-Nominal" in Nominal = "HOL-Library" + |
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
730 |
theories |
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
731 |
Nominal |
48481 | 732 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
733 |
session "HOL-Nominal-Examples" (timing) in "Nominal/Examples" = "HOL-Nominal" + |
58329
a31404ec7414
run larger nominal examples only 'ISABELLE_FULL_TEST'
blanchet
parents:
58313
diff
changeset
|
734 |
theories |
59162
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
735 |
Class3 |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
736 |
CK_Machine |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
737 |
Compile |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
738 |
Contexts |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
739 |
Crary |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
740 |
CR_Takahashi |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
741 |
CR |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
742 |
Fsub |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
743 |
Height |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
744 |
Lambda_mu |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
745 |
Lam_Funs |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
746 |
LocalWeakening |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
747 |
Pattern |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
748 |
SN |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
749 |
SOS |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
750 |
Standardization |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
751 |
Support |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
752 |
Type_Preservation |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
753 |
Weakening |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
754 |
W |
58329
a31404ec7414
run larger nominal examples only 'ISABELLE_FULL_TEST'
blanchet
parents:
58313
diff
changeset
|
755 |
theories [quick_and_dirty] |
a31404ec7414
run larger nominal examples only 'ISABELLE_FULL_TEST'
blanchet
parents:
58313
diff
changeset
|
756 |
VC_Condition |
48481 | 757 |
|
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
758 |
session "HOL-Cardinals" (timing) in Cardinals = "HOL-Library" + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
759 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
760 |
Ordinals and Cardinals, Full Theories. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
761 |
*} |
59747 | 762 |
theories |
763 |
Cardinals |
|
764 |
Bounded_Set |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
765 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
766 |
"intro.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
767 |
"root.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
768 |
"root.bib" |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
769 |
|
65574
10f4a17e5928
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65573
diff
changeset
|
770 |
session "HOL-Datatype_Examples" (timing) in Datatype_Examples = "HOL-Library" + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
771 |
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
|
772 |
(Co)datatype Examples. |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
773 |
*} |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
774 |
theories |
56454 | 775 |
Compat |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
776 |
Lambda_Term |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
777 |
Process |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
778 |
TreeFsetI |
49872 | 779 |
"Derivation_Trees/Gram_Lang" |
65574
10f4a17e5928
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65573
diff
changeset
|
780 |
"Derivation_Trees/Parallel_Composition" |
50517 | 781 |
Koenig |
60921 | 782 |
Lift_BNF |
61745 | 783 |
Milner_Tofte |
54961 | 784 |
Stream_Processor |
53122
bc87b7af4767
renamed theory files to be closer to (new) command names
blanchet
parents:
52726
diff
changeset
|
785 |
Misc_Codatatype |
bc87b7af4767
renamed theory files to be closer to (new) command names
blanchet
parents:
52726
diff
changeset
|
786 |
Misc_Datatype |
54193 | 787 |
Misc_Primcorec |
53306 | 788 |
Misc_Primrec |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
789 |
|
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
790 |
session "HOL-Corec_Examples" (timing) in Corec_Examples = "HOL-Library" + |
62694 | 791 |
description {* |
792 |
Corecursion Examples. |
|
793 |
*} |
|
794 |
theories |
|
795 |
LFilter |
|
62734 | 796 |
Paper_Examples |
62694 | 797 |
Stream_Processor |
62696 | 798 |
"Tests/Simple_Nesting" |
64379
71f42dcaa1df
additional user-specified simp (naturality) rules used in friend_of_corec
traytel
parents:
64323
diff
changeset
|
799 |
"Tests/Iterate_GPV" |
62696 | 800 |
theories [quick_and_dirty] |
801 |
"Tests/GPV_Bare_Bones" |
|
802 |
"Tests/Merge_D" |
|
803 |
"Tests/Merge_Poly" |
|
804 |
"Tests/Misc_Mono" |
|
805 |
"Tests/Misc_Poly" |
|
806 |
"Tests/Small_Concrete" |
|
62725 | 807 |
"Tests/Stream_Friends" |
62696 | 808 |
"Tests/TLList_Friends" |
63190 | 809 |
"Tests/Type_Class" |
62694 | 810 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
811 |
session "HOL-Word" (main timing) in Word = HOL + |
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
812 |
sessions |
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
813 |
"HOL-Library" |
65382 | 814 |
theories |
65462
db1827610513
less global theories -- conflict with AFP entries;
wenzelm
parents:
65456
diff
changeset
|
815 |
Word |
66445 | 816 |
WordBitwise |
66443 | 817 |
Bit_Comparison |
67122
85b40f300fab
simplified session (again, see 39e29972cb96): WordExamples requires < 1s;
wenzelm
parents:
67100
diff
changeset
|
818 |
WordExamples |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
819 |
document_files "root.bib" "root.tex" |
48481 | 820 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
821 |
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
|
822 |
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
|
823 |
StateSpaceEx |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
824 |
document_files "root.tex" |
48481 | 825 |
|
65550
e957b1f00449
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65549
diff
changeset
|
826 |
session "HOL-Nonstandard_Analysis" (timing) in Nonstandard_Analysis = "HOL-Computational_Algebra" + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
827 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
828 |
Nonstandard analysis. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
829 |
*} |
62479 | 830 |
theories |
831 |
Nonstandard_Analysis |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
832 |
document_files "root.tex" |
48481 | 833 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
834 |
session "HOL-Nonstandard_Analysis-Examples" (timing) in "Nonstandard_Analysis/Examples" = "HOL-Nonstandard_Analysis" + |
65543 | 835 |
theories |
836 |
NSPrimes |
|
48481 | 837 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
838 |
session "HOL-Mirabelle" in Mirabelle = HOL + |
48481 | 839 |
theories Mirabelle_Test |
48589
fb446a780d50
separate session HOL-Mirabelle-ex -- cannot run isolated shell scripts within build tool;
wenzelm
parents:
48588
diff
changeset
|
840 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
841 |
session "HOL-Mirabelle-ex" in "Mirabelle/ex" = "HOL-Mirabelle" + |
66946
3d8fd98c7c86
ROOT cleanup: empty 'document_files' means there is no document;
wenzelm
parents:
66932
diff
changeset
|
842 |
options [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
|
843 |
theories Ex |
48481 | 844 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
845 |
session "HOL-Word-SMT_Examples" (timing) in SMT_Examples = "HOL-Word" + |
66946
3d8fd98c7c86
ROOT cleanup: empty 'document_files' means there is no document;
wenzelm
parents:
66932
diff
changeset
|
846 |
options [quick_and_dirty] |
48481 | 847 |
theories |
52722 | 848 |
Boogie |
48481 | 849 |
SMT_Examples |
850 |
SMT_Word_Examples |
|
50666
6f48853f08d5
actually run Z3 for "SMT_Tests" when "ISABELLE_FULL_TEST" is enabled
blanchet
parents:
50665
diff
changeset
|
851 |
SMT_Tests |
48481 | 852 |
|
50844
b95ff3744815
populate "main" session group, e.g. relevant for Isabelle/jEdit logic selection;
wenzelm
parents:
50833
diff
changeset
|
853 |
session "HOL-SPARK" (main) in "SPARK" = "HOL-Word" + |
65382 | 854 |
theories |
66992
69673025292e
less global theories -- avoid confusion about special cases;
wenzelm
parents:
66986
diff
changeset
|
855 |
SPARK |
48481 | 856 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
857 |
session "HOL-SPARK-Examples" in "SPARK/Examples" = "HOL-SPARK" + |
66946
3d8fd98c7c86
ROOT cleanup: empty 'document_files' means there is no document;
wenzelm
parents:
66932
diff
changeset
|
858 |
options [spark_prv = false] |
48481 | 859 |
theories |
860 |
"Gcd/Greatest_Common_Divisor" |
|
861 |
"Liseq/Longest_Increasing_Subsequence" |
|
862 |
"RIPEMD-160/F" |
|
863 |
"RIPEMD-160/Hash" |
|
864 |
"RIPEMD-160/K_L" |
|
865 |
"RIPEMD-160/K_R" |
|
866 |
"RIPEMD-160/R_L" |
|
867 |
"RIPEMD-160/Round" |
|
868 |
"RIPEMD-160/R_R" |
|
869 |
"RIPEMD-160/S_L" |
|
870 |
"RIPEMD-160/S_R" |
|
871 |
"Sqrt/Sqrt" |
|
872 |
||
65576 | 873 |
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
|
874 |
options [show_question_marks = false, spark_prv = false] |
66031 | 875 |
sessions |
876 |
"HOL-SPARK-Examples" |
|
48481 | 877 |
theories |
878 |
Example_Verification |
|
879 |
VC_Principles |
|
880 |
Reference |
|
881 |
Complex_Types |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
882 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
883 |
"complex_types.ads" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
884 |
"complex_types_app.adb" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
885 |
"complex_types_app.ads" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
886 |
"Gcd.adb" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
887 |
"Gcd.ads" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
888 |
"intro.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
889 |
"loop_invariant.adb" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
890 |
"loop_invariant.ads" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
891 |
"root.bib" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
892 |
"root.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
893 |
"Simple_Gcd.adb" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
894 |
"Simple_Gcd.ads" |
48481 | 895 |
|
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
896 |
session "HOL-Mutabelle" in Mutabelle = "HOL-Library" + |
48481 | 897 |
theories MutabelleExtra |
898 |
||
65569
3cb6f3281ef1
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65563
diff
changeset
|
899 |
session "HOL-Quickcheck_Examples" (timing) in Quickcheck_Examples = "HOL-Library" + |
48588 | 900 |
theories |
48690 | 901 |
Quickcheck_Examples |
902 |
Quickcheck_Lattice_Examples |
|
903 |
Completeness |
|
904 |
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
|
905 |
Quickcheck_Nesting_Example |
57584
155b7e3b729e
proper condition wrt. ISABELLE_GHC (cf. 8840fa17e17c);
wenzelm
parents:
57544
diff
changeset
|
906 |
theories [condition = ISABELLE_GHC] |
57544
8840fa17e17c
reactivate session Quickcheck_Examples
Andreas Lochbihler
parents:
57543
diff
changeset
|
907 |
Hotel_Example |
48598 | 908 |
Quickcheck_Narrowing_Examples |
48588 | 909 |
|
65569
3cb6f3281ef1
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65563
diff
changeset
|
910 |
session "HOL-Quotient_Examples" (timing) in Quotient_Examples = "HOL-Algebra" + |
48481 | 911 |
description {* |
912 |
Author: Cezary Kaliszyk and Christian Urban |
|
913 |
*} |
|
914 |
theories |
|
915 |
DList |
|
63920
003622e08379
resolve the name clash of HOL/Library/FSet and HOL/Quotient_Examples/FSet
kuncar
parents:
63888
diff
changeset
|
916 |
Quotient_FSet |
48481 | 917 |
Quotient_Int |
918 |
Quotient_Message |
|
919 |
Lift_FSet |
|
920 |
Lift_Set |
|
921 |
Lift_Fun |
|
922 |
Quotient_Rat |
|
923 |
Lift_DList |
|
53682
1b55aeda0e46
include Int_Pow into Quotient_Examples; add end of the theory
kuncar
parents:
53430
diff
changeset
|
924 |
Int_Pow |
60237 | 925 |
Lifting_Code_Dt_Test |
48481 | 926 |
|
65569
3cb6f3281ef1
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65563
diff
changeset
|
927 |
session "HOL-Predicate_Compile_Examples" (timing) in Predicate_Compile_Examples = "HOL-Library" + |
62354 | 928 |
theories |
48481 | 929 |
Examples |
930 |
Predicate_Compile_Tests |
|
61140
78ece168f5b5
reactivate examples with predicate compiler and quickcheck
Andreas Lochbihler
parents:
60921
diff
changeset
|
931 |
Predicate_Compile_Quickcheck_Examples |
48481 | 932 |
Specialisation_Examples |
48690 | 933 |
IMP_1 |
934 |
IMP_2 |
|
55450
9eddc17749f7
reactivate some examples that still appear to work;
wenzelm
parents:
55447
diff
changeset
|
935 |
(* FIXME since 21-Jul-2011 |
61140
78ece168f5b5
reactivate examples with predicate compiler and quickcheck
Andreas Lochbihler
parents:
60921
diff
changeset
|
936 |
Hotel_Example_Small_Generator *) |
48690 | 937 |
IMP_3 |
61140
78ece168f5b5
reactivate examples with predicate compiler and quickcheck
Andreas Lochbihler
parents:
60921
diff
changeset
|
938 |
IMP_4 |
62242
a4e6ea45f416
guard sessions that no longer work with SML/NJ -- memory problems;
wenzelm
parents:
62168
diff
changeset
|
939 |
theories [condition = ISABELLE_SWIPL] |
48690 | 940 |
Code_Prolog_Examples |
941 |
Context_Free_Grammar_Example |
|
942 |
Hotel_Example_Prolog |
|
943 |
Lambda_Example |
|
944 |
List_Examples |
|
62242
a4e6ea45f416
guard sessions that no longer work with SML/NJ -- memory problems;
wenzelm
parents:
62168
diff
changeset
|
945 |
theories [condition = ISABELLE_SWIPL, quick_and_dirty] |
48690 | 946 |
Reg_Exp_Example |
48481 | 947 |
|
64551 | 948 |
session "HOL-Types_To_Sets" in Types_To_Sets = HOL + |
949 |
description {* |
|
950 |
Experimental extension of Higher-Order Logic to allow translation of types to sets. |
|
951 |
*} |
|
952 |
theories |
|
953 |
Types_To_Sets |
|
954 |
"Examples/Prerequisites" |
|
955 |
"Examples/Finite" |
|
956 |
"Examples/T2_Spaces" |
|
68522
d9cbc1e8644d
example for Types_To_Sets: transfer from type-based linear algebra to subspaces
immler
parents:
68516
diff
changeset
|
957 |
"Examples/Linear_Algebra_On" |
64551 | 958 |
|
66982
67595389aa8a
build faster without heap images for minor imports;
wenzelm
parents:
66956
diff
changeset
|
959 |
session HOLCF (main timing) in HOLCF = HOL + |
48338 | 960 |
description {* |
961 |
Author: Franz Regensburger |
|
962 |
Author: Brian Huffman |
|
963 |
||
964 |
HOLCF -- a semantic extension of HOL by the LCF logic. |
|
965 |
*} |
|
66982
67595389aa8a
build faster without heap images for minor imports;
wenzelm
parents:
66956
diff
changeset
|
966 |
sessions |
67595389aa8a
build faster without heap images for minor imports;
wenzelm
parents:
66956
diff
changeset
|
967 |
"HOL-Library" |
48481 | 968 |
theories |
65382 | 969 |
HOLCF (global) |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
970 |
document_files "root.tex" |
48481 | 971 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
972 |
session "HOLCF-Tutorial" in "HOLCF/Tutorial" = HOLCF + |
48481 | 973 |
theories |
974 |
Domain_ex |
|
975 |
Fixrec_ex |
|
976 |
New_Domain |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
977 |
document_files "root.tex" |
48481 | 978 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
979 |
session "HOLCF-Library" in "HOLCF/Library" = HOLCF + |
65570 | 980 |
theories |
981 |
HOLCF_Library |
|
982 |
HOL_Cpo |
|
48481 | 983 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
984 |
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
|
985 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
986 |
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
|
987 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
988 |
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
|
989 |
*} |
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
990 |
sessions |
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
991 |
"HOL-IMP" |
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
992 |
theories |
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
993 |
HoareEx |
66950 | 994 |
document_files |
995 |
"isaverbatimwrite.sty" |
|
996 |
"root.tex" |
|
997 |
"root.bib" |
|
48338 | 998 |
|
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
999 |
session "HOLCF-ex" in "HOLCF/ex" = "HOLCF-Library" + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1000 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1001 |
Miscellaneous examples for HOLCF. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1002 |
*} |
48481 | 1003 |
theories |
1004 |
Dnat |
|
1005 |
Dagstuhl |
|
1006 |
Focus_ex |
|
1007 |
Fix2 |
|
1008 |
Hoare |
|
1009 |
Concurrency_Monad |
|
1010 |
Loop |
|
1011 |
Powerdomain_ex |
|
1012 |
Domain_Proofs |
|
1013 |
Letrec |
|
1014 |
Pattern_Match |
|
1015 |
||
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65570
diff
changeset
|
1016 |
session "HOLCF-FOCUS" in "HOLCF/FOCUS" = "HOLCF-Library" + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1017 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1018 |
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
|
1019 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1020 |
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
|
1021 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1022 |
"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
|
1023 |
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
|
1024 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1025 |
"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
|
1026 |
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
|
1027 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1028 |
"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
|
1029 |
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
|
1030 |
*} |
48481 | 1031 |
theories |
1032 |
Fstreams |
|
1033 |
FOCUS |
|
1034 |
Buffer_adm |
|
1035 |
||
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
1036 |
session IOA (timing) in "HOLCF/IOA" = HOLCF + |
48481 | 1037 |
description {* |
1038 |
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
|
1039 |
Copyright 1997 TU München |
48481 | 1040 |
|
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1041 |
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
|
1042 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1043 |
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
|
1044 |
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
|
1045 |
finite and infinite sequences. |
48481 | 1046 |
*} |
65538 | 1047 |
theories Abstraction |
48481 | 1048 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1049 |
session "IOA-ABP" in "HOLCF/IOA/ABP" = IOA + |
48481 | 1050 |
description {* |
1051 |
Author: Olaf Mueller |
|
1052 |
||
1053 |
The Alternating Bit Protocol performed in I/O-Automata. |
|
1054 |
*} |
|
59503 | 1055 |
theories |
1056 |
Correctness |
|
1057 |
Spec |
|
48481 | 1058 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1059 |
session "IOA-NTP" in "HOLCF/IOA/NTP" = IOA + |
48481 | 1060 |
description {* |
1061 |
Author: Tobias Nipkow & Konrad Slind |
|
1062 |
||
1063 |
A network transmission protocol, performed in the |
|
1064 |
I/O automata formalization by Olaf Mueller. |
|
1065 |
*} |
|
1066 |
theories Correctness |
|
1067 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1068 |
session "IOA-Storage" in "HOLCF/IOA/Storage" = IOA + |
48481 | 1069 |
description {* |
1070 |
Author: Olaf Mueller |
|
1071 |
||
1072 |
Memory storage case study. |
|
1073 |
*} |
|
1074 |
theories Correctness |
|
1075 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1076 |
session "IOA-ex" in "HOLCF/IOA/ex" = IOA + |
48481 | 1077 |
description {* |
1078 |
Author: Olaf Mueller |
|
1079 |
*} |
|
1080 |
theories |
|
1081 |
TrivEx |
|
1082 |
TrivEx2 |