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