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