author | blanchet |
Fri, 30 Aug 2013 12:06:11 +0200 | |
changeset 53306 | 45f13517693a |
parent 53164 | beb4ee344c22 |
child 53430 | d92578436d47 |
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 |
*} |
48338 | 7 |
options [document_graph] |
8 |
theories Complex_Main |
|
48901
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
9 |
files |
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
10 |
"Tools/Quickcheck/Narrowing_Engine.hs" |
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
11 |
"Tools/Quickcheck/PNF_Narrowing_Engine.hs" |
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
12 |
"document/root.bib" |
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
13 |
"document/root.tex" |
48338 | 14 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
15 |
session "HOL-Proofs" = Pure + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
16 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
17 |
HOL-Main with explicit proof terms. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
18 |
*} |
52499 | 19 |
options [document = false] |
52488
cd65ee49a8ba
discontinued system option "proofs" -- global state of Proofterm.proofs is persistently compiled into HOL-Proofs image;
wenzelm
parents:
52424
diff
changeset
|
20 |
theories Proofs (*sequential change of global flag!*) |
48338 | 21 |
theories Main |
48901
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
22 |
files |
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
23 |
"Tools/Quickcheck/Narrowing_Engine.hs" |
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
24 |
"Tools/Quickcheck/PNF_Narrowing_Engine.hs" |
48338 | 25 |
|
50844
b95ff3744815
populate "main" session group, e.g. relevant for Isabelle/jEdit logic selection;
wenzelm
parents:
50833
diff
changeset
|
26 |
session "HOL-Library" (main) in Library = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
27 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
28 |
Classical Higher-order Logic -- batteries included. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
29 |
*} |
48481 | 30 |
theories |
31 |
Library |
|
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
32 |
(*conflicting type class instantiations*) |
48481 | 33 |
List_lexord |
34 |
Sublist_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 |
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
37 |
Finite_Lattice |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
38 |
(*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
|
39 |
AList_Mapping |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
40 |
Code_Binary_Nat |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
41 |
Code_Char |
48721 | 42 |
(* Code_Prolog FIXME cf. 76965c356d2a *) |
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 |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
46 |
RBT_Mapping |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
47 |
RBT_Set |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
48 |
(*legacy tools*) |
49985
5b4b0e4e5205
moved Refute to "HOL/Library" to speed up building "Main" even more
blanchet
parents:
49932
diff
changeset
|
49 |
Refute |
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
50 |
Old_Recdef |
48932
c6e679443adc
actual use of (sos remote_csdp) via ISABELLE_FULL_TEST;
wenzelm
parents:
48901
diff
changeset
|
51 |
theories [condition = ISABELLE_FULL_TEST] |
c6e679443adc
actual use of (sos remote_csdp) via ISABELLE_FULL_TEST;
wenzelm
parents:
48901
diff
changeset
|
52 |
Sum_of_Squares_Remote |
48481 | 53 |
files "document/root.bib" "document/root.tex" |
54 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
55 |
session "HOL-Hahn_Banach" in Hahn_Banach = HOL + |
48481 | 56 |
description {* |
57 |
Author: Gertrud Bauer, TU Munich |
|
58 |
||
59 |
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
|
60 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
61 |
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
|
62 |
following H. Heuser, Funktionalanalysis, p. 228 -232. The Hahn-Banach |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
63 |
theorem is one of the fundamental theorems of functioal analysis. It is a |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
64 |
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
|
65 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
66 |
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
|
67 |
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
|
68 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
69 |
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
|
70 |
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
|
71 |
continous linearform on the whole vectorspace. |
48481 | 72 |
*} |
73 |
options [document_graph] |
|
74 |
theories Hahn_Banach |
|
75 |
files "document/root.bib" "document/root.tex" |
|
76 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
77 |
session "HOL-Induct" in Induct = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
78 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
79 |
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
|
80 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
81 |
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
|
82 |
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
|
83 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
84 |
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
|
85 |
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
|
86 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
87 |
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
|
88 |
(see |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
89 |
HREF="http://www.cl.cam.ac.uk/Research/Reports/TR312-lcp-set-II.ps.gz). |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
90 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
91 |
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
|
92 |
mutually recursive relations. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
93 |
*} |
48481 | 94 |
theories [quick_and_dirty] |
95 |
Common_Patterns |
|
96 |
theories |
|
97 |
QuoDataType |
|
98 |
QuoNestedDataType |
|
99 |
Term |
|
100 |
SList |
|
101 |
ABexp |
|
102 |
Tree |
|
103 |
Ordinals |
|
104 |
Sigma_Algebra |
|
105 |
Comb |
|
106 |
PropLog |
|
107 |
Com |
|
108 |
files "document/root.tex" |
|
109 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
110 |
session "HOL-IMP" in IMP = HOL + |
50870
b8606dd29783
hardwired document_variants, to prevent HOL-IMP's \snip choking on macros from isabellestags.sty;
wenzelm
parents:
50844
diff
changeset
|
111 |
options [document_graph, document_variants=document] |
48481 | 112 |
theories [document = false] |
113 |
"~~/src/HOL/ex/Interpretation_with_Defs" |
|
114 |
"~~/src/HOL/Library/While_Combinator" |
|
115 |
"~~/src/HOL/Library/Char_ord" |
|
116 |
"~~/src/HOL/Library/List_lexord" |
|
51625 | 117 |
"~~/src/HOL/Library/Quotient_List" |
118 |
"~~/src/HOL/Library/Extended" |
|
48481 | 119 |
theories |
120 |
BExp |
|
121 |
ASM |
|
50050 | 122 |
Finite_Reachable |
52394 | 123 |
Denotational |
52400 | 124 |
Compiler2 |
48481 | 125 |
Poly_Types |
126 |
Sec_Typing |
|
127 |
Sec_TypingT |
|
52726 | 128 |
Def_Init_Big |
129 |
Def_Init_Small |
|
130 |
Fold |
|
48481 | 131 |
Live |
132 |
Live_True |
|
133 |
Hoare_Examples |
|
52269 | 134 |
VCG |
52282 | 135 |
Hoare_Total |
48481 | 136 |
Collecting1 |
48765
fb1ed5230abc
special code with lists no longer necessary, use sets
nipkow
parents:
48738
diff
changeset
|
137 |
Collecting_Examples |
48481 | 138 |
Abs_Int_Tests |
139 |
Abs_Int1_parity |
|
140 |
Abs_Int1_const |
|
141 |
Abs_Int3 |
|
142 |
"Abs_Int_ITP/Abs_Int1_parity_ITP" |
|
143 |
"Abs_Int_ITP/Abs_Int1_const_ITP" |
|
144 |
"Abs_Int_ITP/Abs_Int3_ITP" |
|
145 |
"Abs_Int_Den/Abs_Int_den2" |
|
146 |
Procs_Dyn_Vars_Dyn |
|
147 |
Procs_Stat_Vars_Dyn |
|
148 |
Procs_Stat_Vars_Stat |
|
149 |
C_like |
|
150 |
OO |
|
151 |
files "document/root.bib" "document/root.tex" |
|
152 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
153 |
session "HOL-IMPP" in IMPP = HOL + |
48481 | 154 |
description {* |
155 |
Author: David von Oheimb |
|
156 |
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
|
157 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
158 |
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
|
159 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
160 |
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
|
161 |
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
|
162 |
Local Variables" (http://isabelle.in.tum.de/Bali/papers/FSTTCS99.html). |
48481 | 163 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
164 |
options [document = false] |
48481 | 165 |
theories EvenOdd |
166 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
167 |
session "HOL-Import" in Import = HOL + |
48481 | 168 |
options [document_graph] |
169 |
theories HOL_Light_Maps |
|
170 |
theories [condition = HOL_LIGHT_BUNDLE] HOL_Light_Import |
|
171 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
172 |
session "HOL-Number_Theory" in Number_Theory = HOL + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
173 |
options [document = false] |
48481 | 174 |
theories Number_Theory |
175 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
176 |
session "HOL-Old_Number_Theory" in Old_Number_Theory = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
177 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
178 |
Fundamental Theorem of Arithmetic, Chinese Remainder Theorem, Fermat/Euler |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
179 |
Theorem, Wilson's Theorem, Quadratic Reciprocity. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
180 |
*} |
48481 | 181 |
options [document_graph] |
182 |
theories [document = false] |
|
183 |
"~~/src/HOL/Library/Infinite_Set" |
|
184 |
"~~/src/HOL/Library/Permutation" |
|
185 |
theories |
|
186 |
Fib |
|
187 |
Factorization |
|
188 |
Chinese |
|
189 |
WilsonRuss |
|
190 |
WilsonBij |
|
191 |
Quadratic_Reciprocity |
|
192 |
Primes |
|
193 |
Pocklington |
|
194 |
files "document/root.tex" |
|
195 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
196 |
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
|
197 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
198 |
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
|
199 |
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
|
200 |
*} |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
201 |
|
48481 | 202 |
theories Hoare |
203 |
files "document/root.bib" "document/root.tex" |
|
204 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
205 |
session "HOL-Hoare_Parallel" 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
|
206 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
207 |
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
|
208 |
(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
|
209 |
*} |
48481 | 210 |
options [document_graph] |
211 |
theories Hoare_Parallel |
|
212 |
files "document/root.bib" "document/root.tex" |
|
213 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
214 |
session "HOL-Codegenerator_Test" in Codegenerator_Test = "HOL-Library" + |
48481 | 215 |
options [document = false, document_graph = false, browser_info = false] |
51422
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
216 |
theories |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
217 |
Generate |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
218 |
Generate_Binary_Nat |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
219 |
Generate_Target_Nat |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
220 |
Generate_Efficient_Datastructures |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
221 |
Generate_Pretty_Char |
48481 | 222 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
223 |
session "HOL-Metis_Examples" in Metis_Examples = HOL + |
48481 | 224 |
description {* |
225 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
|
226 |
Author: Jasmin Blanchette, TU Muenchen |
|
227 |
||
228 |
Testing Metis and Sledgehammer. |
|
229 |
*} |
|
48679 | 230 |
options [timeout = 3600, document = false] |
48481 | 231 |
theories |
232 |
Abstraction |
|
233 |
Big_O |
|
234 |
Binary_Tree |
|
235 |
Clausification |
|
236 |
Message |
|
237 |
Proxies |
|
238 |
Tarski |
|
239 |
Trans_Closure |
|
240 |
Sets |
|
241 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
242 |
session "HOL-Nitpick_Examples" in Nitpick_Examples = HOL + |
48481 | 243 |
description {* |
244 |
Author: Jasmin Blanchette, TU Muenchen |
|
245 |
Copyright 2009 |
|
246 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
247 |
options [document = false] |
48481 | 248 |
theories [quick_and_dirty] Nitpick_Examples |
249 |
||
50844
b95ff3744815
populate "main" session group, e.g. relevant for Isabelle/jEdit logic selection;
wenzelm
parents:
50833
diff
changeset
|
250 |
session "HOL-Algebra" (main) in Algebra = HOL + |
48481 | 251 |
description {* |
252 |
Author: Clemens Ballarin, started 24 September 1999 |
|
253 |
||
254 |
The Isabelle Algebraic Library. |
|
255 |
*} |
|
256 |
options [document_graph] |
|
257 |
theories [document = false] |
|
258 |
(* Preliminaries from set and number theory *) |
|
259 |
"~~/src/HOL/Library/FuncSet" |
|
260 |
"~~/src/HOL/Old_Number_Theory/Primes" |
|
261 |
"~~/src/HOL/Library/Binomial" |
|
262 |
"~~/src/HOL/Library/Permutation" |
|
263 |
theories |
|
264 |
(*** New development, based on explicit structures ***) |
|
265 |
(* Groups *) |
|
266 |
FiniteProduct (* Product operator for commutative groups *) |
|
267 |
Sylow (* Sylow's theorem *) |
|
268 |
Bij (* Automorphism Groups *) |
|
269 |
||
270 |
(* Rings *) |
|
271 |
Divisibility (* Rings *) |
|
272 |
IntRing (* Ideals and residue classes *) |
|
273 |
UnivPoly (* Polynomials *) |
|
274 |
files "document/root.bib" "document/root.tex" |
|
275 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
276 |
session "HOL-Auth" in Auth = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
277 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
278 |
A new approach to verifying authentication protocols. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
279 |
*} |
48481 | 280 |
options [document_graph] |
281 |
theories |
|
282 |
Auth_Shared |
|
283 |
Auth_Public |
|
284 |
"Smartcard/Auth_Smartcard" |
|
285 |
"Guard/Auth_Guard_Shared" |
|
286 |
"Guard/Auth_Guard_Public" |
|
287 |
files "document/root.tex" |
|
288 |
||
51236
f301ad90c48b
more explicit session dependency, for improved parallel performance of HOL-UNITY test session -- NB: separate 'theories' sections are sequential;
wenzelm
parents:
51161
diff
changeset
|
289 |
session "HOL-UNITY" in UNITY = "HOL-Auth" + |
48481 | 290 |
description {* |
291 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
|
292 |
Copyright 1998 University of Cambridge |
|
293 |
||
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
294 |
Verifying security protocols using Chandy and Misra's UNITY formalism. |
48481 | 295 |
*} |
296 |
options [document_graph] |
|
297 |
theories |
|
298 |
(*Basic meta-theory*) |
|
299 |
"UNITY_Main" |
|
300 |
||
301 |
(*Simple examples: no composition*) |
|
302 |
"Simple/Deadlock" |
|
303 |
"Simple/Common" |
|
304 |
"Simple/Network" |
|
305 |
"Simple/Token" |
|
306 |
"Simple/Channel" |
|
307 |
"Simple/Lift" |
|
308 |
"Simple/Mutex" |
|
309 |
"Simple/Reach" |
|
310 |
"Simple/Reachability" |
|
311 |
||
312 |
(*Verifying security protocols using UNITY*) |
|
313 |
"Simple/NSP_Bad" |
|
314 |
||
315 |
(*Example of composition*) |
|
316 |
"Comp/Handshake" |
|
317 |
||
318 |
(*Universal properties examples*) |
|
319 |
"Comp/Counter" |
|
320 |
"Comp/Counterc" |
|
321 |
"Comp/Priority" |
|
322 |
||
323 |
"Comp/TimerArray" |
|
324 |
"Comp/Progress" |
|
325 |
||
326 |
"Comp/Alloc" |
|
327 |
"Comp/AllocImpl" |
|
328 |
"Comp/Client" |
|
329 |
||
330 |
(*obsolete*) |
|
331 |
"ELT" |
|
332 |
files "document/root.tex" |
|
333 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
334 |
session "HOL-Unix" in Unix = HOL + |
48481 | 335 |
options [print_mode = "no_brackets,no_type_brackets"] |
336 |
theories Unix |
|
337 |
files "document/root.bib" "document/root.tex" |
|
338 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
339 |
session "HOL-ZF" in ZF = HOL + |
48481 | 340 |
theories MainZF Games |
341 |
files "document/root.tex" |
|
342 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
343 |
session "HOL-Imperative_HOL" in Imperative_HOL = HOL + |
48481 | 344 |
options [document_graph, print_mode = "iff,no_brackets"] |
345 |
theories [document = false] |
|
346 |
"~~/src/HOL/Library/Countable" |
|
347 |
"~~/src/HOL/Library/Monad_Syntax" |
|
348 |
"~~/src/HOL/Library/LaTeXsugar" |
|
349 |
theories Imperative_HOL_ex |
|
350 |
files "document/root.bib" "document/root.tex" |
|
351 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
352 |
session "HOL-Decision_Procs" in Decision_Procs = HOL + |
51544 | 353 |
description {* |
354 |
Various decision procedures, typically involving reflection. |
|
355 |
*} |
|
48496
a7eed34cf219
added condition = ISABELLE_POLYML according to no-smlnj targets in IsaMakefile;
wenzelm
parents:
48493
diff
changeset
|
356 |
options [condition = ISABELLE_POLYML, document = false] |
48481 | 357 |
theories Decision_Procs |
358 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
359 |
session "HOL-Proofs-ex" in "Proofs/ex" = "HOL-Proofs" + |
52499 | 360 |
options [document = false, parallel_proofs = 0] |
52424
77075c576d4c
support for XML data representation of proof terms;
wenzelm
parents:
52400
diff
changeset
|
361 |
theories |
77075c576d4c
support for XML data representation of proof terms;
wenzelm
parents:
52400
diff
changeset
|
362 |
Hilbert_Classical |
77075c576d4c
support for XML data representation of proof terms;
wenzelm
parents:
52400
diff
changeset
|
363 |
XML_Data |
48481 | 364 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
365 |
session "HOL-Proofs-Extraction" in "Proofs/Extraction" = "HOL-Proofs" + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
366 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
367 |
Examples for program extraction in Higher-Order Logic. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
368 |
*} |
52499 | 369 |
options [condition = ISABELLE_POLYML, parallel_proofs = 0] |
48481 | 370 |
theories [document = false] |
51143
0a2371e7ced3
two target language numeral types: integer and natural, as replacement for code_numeral;
haftmann
parents:
51115
diff
changeset
|
371 |
"~~/src/HOL/Library/Code_Target_Numeral" |
48481 | 372 |
"~~/src/HOL/Library/Monad_Syntax" |
373 |
"~~/src/HOL/Number_Theory/Primes" |
|
374 |
"~~/src/HOL/Number_Theory/UniqueFactorization" |
|
375 |
"~~/src/HOL/Library/State_Monad" |
|
376 |
theories |
|
377 |
Greatest_Common_Divisor |
|
378 |
Warshall |
|
379 |
Higman_Extraction |
|
380 |
Pigeonhole |
|
381 |
Euclid |
|
382 |
files "document/root.bib" "document/root.tex" |
|
383 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
384 |
session "HOL-Proofs-Lambda" 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
|
385 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
386 |
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
|
387 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
388 |
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
|
389 |
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
|
390 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
391 |
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
|
392 |
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
|
393 |
*} |
52499 | 394 |
options [document_graph, print_mode = "no_brackets", parallel_proofs = 0] |
48481 | 395 |
theories [document = false] |
51143
0a2371e7ced3
two target language numeral types: integer and natural, as replacement for code_numeral;
haftmann
parents:
51115
diff
changeset
|
396 |
"~~/src/HOL/Library/Code_Target_Int" |
48481 | 397 |
theories |
398 |
Eta |
|
399 |
StrongNorm |
|
400 |
Standardization |
|
401 |
WeakNorm |
|
402 |
files "document/root.bib" "document/root.tex" |
|
403 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
404 |
session "HOL-Prolog" in Prolog = HOL + |
48481 | 405 |
description {* |
406 |
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
|
407 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
408 |
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
|
409 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
410 |
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
|
411 |
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
|
412 |
a little functional language and its type system. |
48481 | 413 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
414 |
options [document = false] |
48481 | 415 |
theories Test Type |
416 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
417 |
session "HOL-MicroJava" in MicroJava = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
418 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
419 |
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
|
420 |
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
|
421 |
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
|
422 |
*} |
48481 | 423 |
options [document_graph] |
424 |
theories [document = false] "~~/src/HOL/Library/While_Combinator" |
|
425 |
theories MicroJava |
|
426 |
files |
|
427 |
"document/introduction.tex" |
|
428 |
"document/root.bib" |
|
429 |
"document/root.tex" |
|
430 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
431 |
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
|
432 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
433 |
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
|
434 |
*} |
48481 | 435 |
options [document_graph] |
436 |
theories Example |
|
437 |
files "document/root.bib" "document/root.tex" |
|
438 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
439 |
session "HOL-Bali" in Bali = HOL + |
48481 | 440 |
options [document_graph] |
441 |
theories |
|
442 |
AxExample |
|
443 |
AxSound |
|
444 |
AxCompl |
|
445 |
Trans |
|
446 |
files "document/root.tex" |
|
447 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
448 |
session "HOL-IOA" in IOA = HOL + |
48481 | 449 |
description {* |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
450 |
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
|
451 |
Copyright 1994--1996 TU Muenchen |
48481 | 452 |
|
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
453 |
The meta theory of I/O-Automata in HOL. This formalization has been |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
454 |
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
|
455 |
proofs of two communication protocols which formerly have been here. |
48481 | 456 |
|
457 |
@inproceedings{Nipkow-Slind-IOA, |
|
458 |
author={Tobias Nipkow and Konrad Slind}, |
|
459 |
title={{I/O} Automata in {Isabelle/HOL}}, |
|
460 |
booktitle={Proc.\ TYPES Workshop 1994}, |
|
461 |
publisher=Springer, |
|
462 |
series=LNCS, |
|
463 |
note={To appear}} |
|
464 |
ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/ioa.ps.gz |
|
465 |
||
466 |
and |
|
467 |
||
468 |
@inproceedings{Mueller-Nipkow, |
|
469 |
author={Olaf M\"uller and Tobias Nipkow}, |
|
470 |
title={Combining Model Checking and Deduction for {I/O}-Automata}, |
|
471 |
booktitle={Proc.\ TACAS Workshop}, |
|
472 |
organization={Aarhus University, BRICS report}, |
|
473 |
year=1995} |
|
474 |
ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/tacas.dvi.gz |
|
475 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
476 |
options [document = false] |
48481 | 477 |
theories Solve |
478 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
479 |
session "HOL-Lattice" in Lattice = HOL + |
48481 | 480 |
description {* |
481 |
Author: Markus Wenzel, TU Muenchen |
|
482 |
||
483 |
Basic theory of lattices and orders. |
|
484 |
*} |
|
485 |
theories CompleteLattice |
|
486 |
files "document/root.tex" |
|
487 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
488 |
session "HOL-ex" in ex = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
489 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
490 |
Miscellaneous examples for Higher-Order Logic. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
491 |
*} |
48679 | 492 |
options [timeout = 3600, condition = ISABELLE_POLYML] |
48481 | 493 |
theories [document = false] |
494 |
"~~/src/HOL/Library/State_Monad" |
|
50023
28f3263d4d1b
refined stack of library theories implementing int and/or nat by target language numerals
haftmann
parents:
49985
diff
changeset
|
495 |
Code_Binary_Nat_examples |
48481 | 496 |
"~~/src/HOL/Library/FuncSet" |
497 |
Eval_Examples |
|
498 |
Normalization_by_Evaluation |
|
499 |
Hebrew |
|
500 |
Chinese |
|
501 |
Serbian |
|
502 |
"~~/src/HOL/Library/FinFun_Syntax" |
|
49985
5b4b0e4e5205
moved Refute to "HOL/Library" to speed up building "Main" even more
blanchet
parents:
49932
diff
changeset
|
503 |
"~~/src/HOL/Library/Refute" |
48481 | 504 |
theories |
505 |
Iff_Oracle |
|
506 |
Coercion_Examples |
|
507 |
Higher_Order_Logic |
|
508 |
Abstract_NAT |
|
509 |
Guess |
|
510 |
Fundefs |
|
511 |
Induction_Schema |
|
512 |
LocaleTest2 |
|
513 |
Records |
|
514 |
While_Combinator_Example |
|
515 |
MonoidGroup |
|
516 |
BinEx |
|
517 |
Hex_Bin_Examples |
|
518 |
Antiquote |
|
519 |
Multiquote |
|
520 |
PER |
|
521 |
NatSum |
|
522 |
ThreeDivides |
|
523 |
Intuitionistic |
|
524 |
CTL |
|
525 |
Arith_Examples |
|
526 |
BT |
|
527 |
Tree23 |
|
528 |
MergeSort |
|
529 |
Lagrange |
|
530 |
Groebner_Examples |
|
531 |
MT |
|
532 |
Unification |
|
533 |
Primrec |
|
534 |
Tarski |
|
535 |
Classical |
|
536 |
Set_Theory |
|
537 |
Termination |
|
538 |
Coherent |
|
539 |
PresburgerEx |
|
51093 | 540 |
Reflection_Examples |
48481 | 541 |
Sqrt |
542 |
Sqrt_Script |
|
543 |
Transfer_Ex |
|
544 |
Transfer_Int_Nat |
|
545 |
HarmonicSeries |
|
546 |
Refute_Examples |
|
547 |
Execute_Choice |
|
548 |
Summation |
|
549 |
Gauge_Integration |
|
550 |
Dedekind_Real |
|
551 |
Quicksort |
|
552 |
Birthday_Paradox |
|
553 |
List_to_Set_Comprehension_Examples |
|
554 |
Seq |
|
555 |
Simproc_Tests |
|
556 |
Executable_Relation |
|
557 |
FinFunPred |
|
558 |
Set_Comprehension_Pointfree_Tests |
|
559 |
Parallel_Example |
|
50138 | 560 |
IArray_Examples |
51559 | 561 |
SVC_Oracle |
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
|
562 |
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
|
563 |
Meson_Test |
48690 | 564 |
theories [condition = SVC_HOME] |
565 |
svc_test |
|
48481 | 566 |
theories [condition = ZCHAFF_HOME] |
567 |
(*requires zChaff (or some other reasonably fast SAT solver)*) |
|
568 |
Sudoku |
|
569 |
(* FIXME |
|
570 |
(*requires a proof-generating SAT solver (zChaff or MiniSAT)*) |
|
571 |
(*global side-effects ahead!*) |
|
572 |
try use_thy "SAT_Examples"; (* FIXME try!? (not really a proper test) *) |
|
573 |
*) |
|
574 |
files "document/root.bib" "document/root.tex" |
|
575 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
576 |
session "HOL-Isar_Examples" in Isar_Examples = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
577 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
578 |
Miscellaneous Isabelle/Isar examples for Higher-Order Logic. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
579 |
*} |
48481 | 580 |
theories [document = false] |
581 |
"~~/src/HOL/Library/Lattice_Syntax" |
|
582 |
"../Number_Theory/Primes" |
|
583 |
theories |
|
584 |
Basic_Logic |
|
585 |
Cantor |
|
586 |
Drinker |
|
587 |
Expr_Compiler |
|
588 |
Fibonacci |
|
589 |
Group |
|
590 |
Group_Context |
|
591 |
Group_Notepad |
|
592 |
Hoare_Ex |
|
593 |
Knaster_Tarski |
|
594 |
Mutilated_Checkerboard |
|
595 |
Nested_Datatype |
|
596 |
Peirce |
|
597 |
Puzzle |
|
598 |
Summation |
|
599 |
files |
|
600 |
"document/root.bib" |
|
601 |
"document/root.tex" |
|
602 |
"document/style.tex" |
|
603 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
604 |
session "HOL-SET_Protocol" in SET_Protocol = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
605 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
606 |
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
|
607 |
*} |
48481 | 608 |
options [document_graph] |
609 |
theories [document = false] "~~/src/HOL/Library/Nat_Bijection" |
|
610 |
theories SET_Protocol |
|
611 |
files "document/root.tex" |
|
612 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
613 |
session "HOL-Matrix_LP" in Matrix_LP = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
614 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
615 |
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
|
616 |
*} |
48481 | 617 |
options [document_graph] |
618 |
theories Cplex |
|
619 |
files "document/root.tex" |
|
620 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
621 |
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
|
622 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
623 |
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
|
624 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
625 |
options [document = false] |
48481 | 626 |
theories TLA |
627 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
628 |
session "HOL-TLA-Inc" in "TLA/Inc" = "HOL-TLA" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
629 |
options [document = false] |
48481 | 630 |
theories Inc |
631 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
632 |
session "HOL-TLA-Buffer" in "TLA/Buffer" = "HOL-TLA" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
633 |
options [document = false] |
48481 | 634 |
theories DBuffer |
635 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
636 |
session "HOL-TLA-Memory" in "TLA/Memory" = "HOL-TLA" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
637 |
options [document = false] |
48481 | 638 |
theories MemoryImplementation |
639 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
640 |
session "HOL-TPTP" in TPTP = HOL + |
48481 | 641 |
description {* |
642 |
Author: Jasmin Blanchette, TU Muenchen |
|
643 |
Author: Nik Sultana, University of Cambridge |
|
644 |
Copyright 2011 |
|
645 |
||
646 |
TPTP-related extensions. |
|
647 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
648 |
options [document = false] |
48481 | 649 |
theories |
650 |
ATP_Theory_Export |
|
651 |
MaSh_Eval |
|
652 |
MaSh_Export |
|
653 |
TPTP_Interpret |
|
654 |
THF_Arith |
|
52488
cd65ee49a8ba
discontinued system option "proofs" -- global state of Proofterm.proofs is persistently compiled into HOL-Proofs image;
wenzelm
parents:
52424
diff
changeset
|
655 |
theories |
48481 | 656 |
ATP_Problem_Import |
657 |
||
50844
b95ff3744815
populate "main" session group, e.g. relevant for Isabelle/jEdit logic selection;
wenzelm
parents:
50833
diff
changeset
|
658 |
session "HOL-Multivariate_Analysis" (main) in Multivariate_Analysis = HOL + |
48481 | 659 |
options [document_graph] |
660 |
theories |
|
661 |
Multivariate_Analysis |
|
662 |
Determinants |
|
663 |
files |
|
664 |
"document/root.tex" |
|
665 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
666 |
session "HOL-Probability" in "Probability" = "HOL-Multivariate_Analysis" + |
48617 | 667 |
options [document_graph] |
48481 | 668 |
theories [document = false] |
669 |
"~~/src/HOL/Library/Countable" |
|
670 |
"~~/src/HOL/Multivariate_Analysis/Extended_Real_Limits" |
|
671 |
"~~/src/HOL/Library/Permutation" |
|
672 |
theories |
|
673 |
Probability |
|
674 |
"ex/Dining_Cryptographers" |
|
675 |
"ex/Koepf_Duermuth_Countermeasure" |
|
676 |
files "document/root.tex" |
|
677 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
678 |
session "HOL-Nominal" (main) in Nominal = HOL + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
679 |
options [document = false] |
48481 | 680 |
theories Nominal |
681 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
682 |
session "HOL-Nominal-Examples" in "Nominal/Examples" = "HOL-Nominal" + |
48679 | 683 |
options [timeout = 3600, condition = ISABELLE_POLYML, document = false] |
48481 | 684 |
theories Nominal_Examples |
685 |
theories [quick_and_dirty] VC_Condition |
|
686 |
||
49310 | 687 |
session "HOL-Cardinals-Base" in Cardinals = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
688 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
689 |
Ordinals and Cardinals, Base Theories. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
690 |
*} |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
691 |
options [document = false] |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
692 |
theories Cardinal_Arithmetic |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
693 |
|
49310 | 694 |
session "HOL-Cardinals" in Cardinals = "HOL-Cardinals-Base" + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
695 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
696 |
Ordinals and Cardinals, Full Theories. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
697 |
*} |
49511
9f5bfef8bd82
created separate session "HOL-BNF-LFP" as a step towards eventual integration in "HOL" in the middle term
blanchet
parents:
49510
diff
changeset
|
698 |
options [document = false] |
49439 | 699 |
theories Cardinals |
48984
f51d4a302962
do not hardwire document output options -- to be provided by the user;
wenzelm
parents:
48978
diff
changeset
|
700 |
files |
f51d4a302962
do not hardwire document output options -- to be provided by the user;
wenzelm
parents:
48978
diff
changeset
|
701 |
"document/intro.tex" |
f51d4a302962
do not hardwire document output options -- to be provided by the user;
wenzelm
parents:
48978
diff
changeset
|
702 |
"document/root.tex" |
f51d4a302962
do not hardwire document output options -- to be provided by the user;
wenzelm
parents:
48978
diff
changeset
|
703 |
"document/root.bib" |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
704 |
|
49511
9f5bfef8bd82
created separate session "HOL-BNF-LFP" as a step towards eventual integration in "HOL" in the middle term
blanchet
parents:
49510
diff
changeset
|
705 |
session "HOL-BNF-LFP" in BNF = "HOL-Cardinals-Base" + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
706 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
707 |
Bounded Natural Functors for Datatypes. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
708 |
*} |
49511
9f5bfef8bd82
created separate session "HOL-BNF-LFP" as a step towards eventual integration in "HOL" in the middle term
blanchet
parents:
49510
diff
changeset
|
709 |
options [document = false] |
9f5bfef8bd82
created separate session "HOL-BNF-LFP" as a step towards eventual integration in "HOL" in the middle term
blanchet
parents:
49510
diff
changeset
|
710 |
theories BNF_LFP |
9f5bfef8bd82
created separate session "HOL-BNF-LFP" as a step towards eventual integration in "HOL" in the middle term
blanchet
parents:
49510
diff
changeset
|
711 |
|
49517
c473c8749cd1
changed base session for "HOL-BNF" for faster building in the typical case
blanchet
parents:
49511
diff
changeset
|
712 |
session "HOL-BNF" in BNF = "HOL-Cardinals" + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
713 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
714 |
Bounded Natural Functors for (Co)datatypes. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
715 |
*} |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
716 |
options [document = false] |
49510
ba50d204095e
renamed "Codatatype" directory "BNF" (and corresponding session) -- this opens the door to no-nonsense session names like "HOL-BNF-LFP"
blanchet
parents:
49483
diff
changeset
|
717 |
theories BNF |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
718 |
|
49510
ba50d204095e
renamed "Codatatype" directory "BNF" (and corresponding session) -- this opens the door to no-nonsense session names like "HOL-BNF-LFP"
blanchet
parents:
49483
diff
changeset
|
719 |
session "HOL-BNF-Examples" in "BNF/Examples" = "HOL-BNF" + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
720 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
721 |
Examples for Bounded Natural Functors. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
722 |
*} |
49932
9d3bc26485eb
back to parallel HOL-BNF-Examples, which seems to have suffered from Future.map on canceled persistent futures;
wenzelm
parents:
49903
diff
changeset
|
723 |
options [document = false] |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
724 |
theories |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
725 |
Lambda_Term |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
726 |
Process |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
727 |
TreeFsetI |
49872 | 728 |
"Derivation_Trees/Gram_Lang" |
729 |
"Derivation_Trees/Parallel" |
|
50517 | 730 |
Koenig |
49693
393d7242adaf
thread the right local theory through + reenable parallel proofs for previously problematic theories
blanchet
parents:
49601
diff
changeset
|
731 |
theories [condition = ISABELLE_FULL_TEST] |
53122
bc87b7af4767
renamed theory files to be closer to (new) command names
blanchet
parents:
52726
diff
changeset
|
732 |
Misc_Codatatype |
bc87b7af4767
renamed theory files to be closer to (new) command names
blanchet
parents:
52726
diff
changeset
|
733 |
Misc_Datatype |
53306 | 734 |
Misc_Primrec |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
735 |
|
50844
b95ff3744815
populate "main" session group, e.g. relevant for Isabelle/jEdit logic selection;
wenzelm
parents:
50833
diff
changeset
|
736 |
session "HOL-Word" (main) in Word = HOL + |
48481 | 737 |
options [document_graph] |
738 |
theories Word |
|
739 |
files "document/root.bib" "document/root.tex" |
|
740 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
741 |
session "HOL-Word-Examples" in "Word/Examples" = "HOL-Word" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
742 |
options [document = false] |
48481 | 743 |
theories WordExamples |
744 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
745 |
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
|
746 |
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
|
747 |
StateSpaceEx |
48481 | 748 |
files "document/root.tex" |
749 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
750 |
session "HOL-NSA" in NSA = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
751 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
752 |
Nonstandard analysis. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
753 |
*} |
48481 | 754 |
options [document_graph] |
755 |
theories Hypercomplex |
|
756 |
files "document/root.tex" |
|
757 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
758 |
session "HOL-NSA-Examples" in "NSA/Examples" = "HOL-NSA" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
759 |
options [document = false] |
48481 | 760 |
theories NSPrimes |
761 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
762 |
session "HOL-Mirabelle" in Mirabelle = HOL + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
763 |
options [document = false] |
48481 | 764 |
theories Mirabelle_Test |
48589
fb446a780d50
separate session HOL-Mirabelle-ex -- cannot run isolated shell scripts within build tool;
wenzelm
parents:
48588
diff
changeset
|
765 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
766 |
session "HOL-Mirabelle-ex" in "Mirabelle/ex" = "HOL-Mirabelle" + |
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
|
767 |
options [document = false, timeout = 60] |
8a232a4e3fd8
reactivate HOL-Mirabelle-ex with increased chances that it works most of the time (cf. bec1add86e79, a93d920707bb, be27a453aacc);
wenzelm
parents:
49439
diff
changeset
|
768 |
theories Ex |
48481 | 769 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
770 |
session "HOL-Word-SMT_Examples" in SMT_Examples = "HOL-Word" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
771 |
options [document = false, quick_and_dirty] |
48481 | 772 |
theories |
52722 | 773 |
Boogie |
48481 | 774 |
SMT_Examples |
775 |
SMT_Word_Examples |
|
50666
6f48853f08d5
actually run Z3 for "SMT_Tests" when "ISABELLE_FULL_TEST" is enabled
blanchet
parents:
50665
diff
changeset
|
776 |
theories [condition = ISABELLE_FULL_TEST] |
6f48853f08d5
actually run Z3 for "SMT_Tests" when "ISABELLE_FULL_TEST" is enabled
blanchet
parents:
50665
diff
changeset
|
777 |
SMT_Tests |
48481 | 778 |
files |
48493 | 779 |
"Boogie_Dijkstra.b2i" |
48481 | 780 |
"Boogie_Dijkstra.certs" |
48493 | 781 |
"Boogie_Max.b2i" |
48481 | 782 |
"Boogie_Max.certs" |
52722 | 783 |
"SMT_Examples.certs" |
784 |
"SMT_Word_Examples.certs" |
|
48493 | 785 |
"VCC_Max.b2i" |
48481 | 786 |
"VCC_Max.certs" |
787 |
||
50844
b95ff3744815
populate "main" session group, e.g. relevant for Isabelle/jEdit logic selection;
wenzelm
parents:
50833
diff
changeset
|
788 |
session "HOL-SPARK" (main) in "SPARK" = "HOL-Word" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
789 |
options [document = false] |
48481 | 790 |
theories SPARK |
791 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
792 |
session "HOL-SPARK-Examples" in "SPARK/Examples" = "HOL-SPARK" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
793 |
options [document = false] |
48481 | 794 |
theories |
795 |
"Gcd/Greatest_Common_Divisor" |
|
796 |
||
797 |
"Liseq/Longest_Increasing_Subsequence" |
|
798 |
||
799 |
"RIPEMD-160/F" |
|
800 |
"RIPEMD-160/Hash" |
|
801 |
"RIPEMD-160/K_L" |
|
802 |
"RIPEMD-160/K_R" |
|
803 |
"RIPEMD-160/R_L" |
|
804 |
"RIPEMD-160/Round" |
|
805 |
"RIPEMD-160/R_R" |
|
806 |
"RIPEMD-160/S_L" |
|
807 |
"RIPEMD-160/S_R" |
|
808 |
||
809 |
"Sqrt/Sqrt" |
|
810 |
files |
|
811 |
"Gcd/greatest_common_divisor/g_c_d.fdl" |
|
812 |
"Gcd/greatest_common_divisor/g_c_d.rls" |
|
813 |
"Gcd/greatest_common_divisor/g_c_d.siv" |
|
814 |
"Liseq/liseq/liseq_length.fdl" |
|
815 |
"Liseq/liseq/liseq_length.rls" |
|
816 |
"Liseq/liseq/liseq_length.siv" |
|
817 |
"RIPEMD-160/rmd/f.fdl" |
|
818 |
"RIPEMD-160/rmd/f.rls" |
|
819 |
"RIPEMD-160/rmd/f.siv" |
|
820 |
"RIPEMD-160/rmd/hash.fdl" |
|
821 |
"RIPEMD-160/rmd/hash.rls" |
|
822 |
"RIPEMD-160/rmd/hash.siv" |
|
823 |
"RIPEMD-160/rmd/k_l.fdl" |
|
824 |
"RIPEMD-160/rmd/k_l.rls" |
|
825 |
"RIPEMD-160/rmd/k_l.siv" |
|
826 |
"RIPEMD-160/rmd/k_r.fdl" |
|
827 |
"RIPEMD-160/rmd/k_r.rls" |
|
828 |
"RIPEMD-160/rmd/k_r.siv" |
|
829 |
"RIPEMD-160/rmd/r_l.fdl" |
|
830 |
"RIPEMD-160/rmd/r_l.rls" |
|
831 |
"RIPEMD-160/rmd/r_l.siv" |
|
832 |
"RIPEMD-160/rmd/round.fdl" |
|
833 |
"RIPEMD-160/rmd/round.rls" |
|
834 |
"RIPEMD-160/rmd/round.siv" |
|
835 |
"RIPEMD-160/rmd/r_r.fdl" |
|
836 |
"RIPEMD-160/rmd/r_r.rls" |
|
837 |
"RIPEMD-160/rmd/r_r.siv" |
|
838 |
"RIPEMD-160/rmd/s_l.fdl" |
|
839 |
"RIPEMD-160/rmd/s_l.rls" |
|
840 |
"RIPEMD-160/rmd/s_l.siv" |
|
841 |
"RIPEMD-160/rmd/s_r.fdl" |
|
842 |
"RIPEMD-160/rmd/s_r.rls" |
|
843 |
"RIPEMD-160/rmd/s_r.siv" |
|
844 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
845 |
session "HOL-SPARK-Manual" in "SPARK/Manual" = "HOL-SPARK" + |
48486 | 846 |
options [show_question_marks = false] |
48481 | 847 |
theories |
848 |
Example_Verification |
|
849 |
VC_Principles |
|
850 |
Reference |
|
851 |
Complex_Types |
|
852 |
files |
|
853 |
"complex_types_app/initialize.fdl" |
|
854 |
"complex_types_app/initialize.rls" |
|
855 |
"complex_types_app/initialize.siv" |
|
856 |
"document/complex_types.ads" |
|
857 |
"document/complex_types_app.adb" |
|
858 |
"document/complex_types_app.ads" |
|
859 |
"document/Gcd.adb" |
|
860 |
"document/Gcd.ads" |
|
861 |
"document/intro.tex" |
|
862 |
"document/loop_invariant.adb" |
|
863 |
"document/loop_invariant.ads" |
|
864 |
"document/root.bib" |
|
865 |
"document/root.tex" |
|
866 |
"document/Simple_Gcd.adb" |
|
867 |
"document/Simple_Gcd.ads" |
|
868 |
"loop_invariant/proc1.fdl" |
|
869 |
"loop_invariant/proc1.rls" |
|
870 |
"loop_invariant/proc1.siv" |
|
871 |
"loop_invariant/proc2.fdl" |
|
872 |
"loop_invariant/proc2.rls" |
|
873 |
"loop_invariant/proc2.siv" |
|
874 |
"simple_greatest_common_divisor/g_c_d.fdl" |
|
875 |
"simple_greatest_common_divisor/g_c_d.rls" |
|
876 |
"simple_greatest_common_divisor/g_c_d.siv" |
|
877 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
878 |
session "HOL-Mutabelle" in Mutabelle = HOL + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
879 |
options [document = false] |
48481 | 880 |
theories MutabelleExtra |
881 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
882 |
session "HOL-Quickcheck_Examples" in Quickcheck_Examples = HOL + |
50179
978200ae8473
timeout in proper place (HOL-Quickcheck_Examples approx. 1min, HOL-Quickcheck_Benchmark approx. 1h);
wenzelm
parents:
50161
diff
changeset
|
883 |
options [document = false] |
48588 | 884 |
theories |
48690 | 885 |
Quickcheck_Examples |
886 |
(* FIXME |
|
887 |
Quickcheck_Lattice_Examples |
|
888 |
Completeness |
|
889 |
Quickcheck_Interfaces |
|
890 |
Hotel_Example *) |
|
48598 | 891 |
theories [condition = ISABELLE_GHC] |
892 |
Quickcheck_Narrowing_Examples |
|
48588 | 893 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
894 |
session "HOL-Quickcheck_Benchmark" in Quickcheck_Benchmark = HOL + |
50571
b649e33e4821
HOL-Quickcheck_Benchmark works without timeout (NB: isatest imposes global timeout already);
wenzelm
parents:
50568
diff
changeset
|
895 |
theories [condition = ISABELLE_FULL_TEST, quick_and_dirty] |
50568
ee090b5712f3
reverting d466ebc27810 as the previous changeset should allow to run Find_Unused_Assms_Examples again
bulwahn
parents:
50517
diff
changeset
|
896 |
Find_Unused_Assms_Examples |
48618
1f7e068b4613
moved another larger quickcheck example to Quickcheck_Benchmark
bulwahn
parents:
48614
diff
changeset
|
897 |
Needham_Schroeder_No_Attacker_Example |
1f7e068b4613
moved another larger quickcheck example to Quickcheck_Benchmark
bulwahn
parents:
48614
diff
changeset
|
898 |
Needham_Schroeder_Guided_Attacker_Example |
48690 | 899 |
Needham_Schroeder_Unguided_Attacker_Example |
48481 | 900 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
901 |
session "HOL-Quotient_Examples" in Quotient_Examples = HOL + |
48481 | 902 |
description {* |
903 |
Author: Cezary Kaliszyk and Christian Urban |
|
904 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
905 |
options [document = false] |
48481 | 906 |
theories |
907 |
DList |
|
908 |
FSet |
|
909 |
Quotient_Int |
|
910 |
Quotient_Message |
|
911 |
Lift_FSet |
|
912 |
Lift_Set |
|
913 |
Lift_Fun |
|
914 |
Quotient_Rat |
|
915 |
Lift_DList |
|
916 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
917 |
session "HOL-Predicate_Compile_Examples" in Predicate_Compile_Examples = HOL + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
918 |
options [document = false] |
48690 | 919 |
theories |
48481 | 920 |
Examples |
921 |
Predicate_Compile_Tests |
|
48690 | 922 |
(* FIXME |
923 |
Predicate_Compile_Quickcheck_Examples -- should be added again soon (since 21-Oct-2010) *) |
|
48481 | 924 |
Specialisation_Examples |
48690 | 925 |
(* FIXME since 21-Jul-2011 |
926 |
Hotel_Example_Small_Generator |
|
927 |
IMP_1 |
|
928 |
IMP_2 |
|
929 |
IMP_3 |
|
930 |
IMP_4 *) |
|
931 |
theories [condition = "ISABELLE_SWIPL"] (* FIXME: *or* ISABELLE_YAP (??) *) |
|
932 |
Code_Prolog_Examples |
|
933 |
Context_Free_Grammar_Example |
|
934 |
Hotel_Example_Prolog |
|
935 |
Lambda_Example |
|
936 |
List_Examples |
|
937 |
theories [condition = "ISABELLE_SWIPL", quick_and_dirty] (* FIXME: *or* ISABELLE_YAP (??) *) |
|
938 |
Reg_Exp_Example |
|
48481 | 939 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
940 |
session HOLCF (main) in HOLCF = HOL + |
48338 | 941 |
description {* |
942 |
Author: Franz Regensburger |
|
943 |
Author: Brian Huffman |
|
944 |
||
945 |
HOLCF -- a semantic extension of HOL by the LCF logic. |
|
946 |
*} |
|
947 |
options [document_graph] |
|
48470
7483aa690b4f
clarified "document" again, eliminated redundant "no_document";
wenzelm
parents:
48458
diff
changeset
|
948 |
theories [document = false] |
48338 | 949 |
"~~/src/HOL/Library/Nat_Bijection" |
950 |
"~~/src/HOL/Library/Countable" |
|
48481 | 951 |
theories |
952 |
Plain_HOLCF |
|
953 |
Fixrec |
|
954 |
HOLCF |
|
955 |
files "document/root.tex" |
|
956 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
957 |
session "HOLCF-Tutorial" in "HOLCF/Tutorial" = HOLCF + |
48481 | 958 |
theories |
959 |
Domain_ex |
|
960 |
Fixrec_ex |
|
961 |
New_Domain |
|
962 |
files "document/root.tex" |
|
963 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
964 |
session "HOLCF-Library" in "HOLCF/Library" = HOLCF + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
965 |
options [document = false] |
48481 | 966 |
theories HOLCF_Library |
967 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
968 |
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
|
969 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
970 |
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
|
971 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
972 |
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
|
973 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
974 |
options [document = false] |
48481 | 975 |
theories HoareEx |
48338 | 976 |
files "document/root.tex" |
977 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
978 |
session "HOLCF-ex" in "HOLCF/ex" = HOLCF + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
979 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
980 |
Miscellaneous examples for HOLCF. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
981 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
982 |
options [document = false] |
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 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
996 |
session "HOLCF-FOCUS" in "HOLCF/FOCUS" = HOLCF + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
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 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1011 |
options [document = false] |
48481 | 1012 |
theories |
1013 |
Fstreams |
|
1014 |
FOCUS |
|
1015 |
Buffer_adm |
|
1016 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1017 |
session IOA in "HOLCF/IOA" = HOLCF + |
48481 | 1018 |
description {* |
1019 |
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
|
1020 |
Copyright 1997 TU München |
48481 | 1021 |
|
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1022 |
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
|
1023 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1024 |
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
|
1025 |
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
|
1026 |
finite and infinite sequences. |
48481 | 1027 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1028 |
options [document = false] |
48481 | 1029 |
theories "meta_theory/Abstraction" |
1030 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1031 |
session "IOA-ABP" in "HOLCF/IOA/ABP" = IOA + |
48481 | 1032 |
description {* |
1033 |
Author: Olaf Mueller |
|
1034 |
||
1035 |
The Alternating Bit Protocol performed in I/O-Automata. |
|
1036 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1037 |
options [document = false] |
48481 | 1038 |
theories Correctness |
1039 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1040 |
session "IOA-NTP" in "HOLCF/IOA/NTP" = IOA + |
48481 | 1041 |
description {* |
1042 |
Author: Tobias Nipkow & Konrad Slind |
|
1043 |
||
1044 |
A network transmission protocol, performed in the |
|
1045 |
I/O automata formalization by Olaf Mueller. |
|
1046 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1047 |
options [document = false] |
48481 | 1048 |
theories Correctness |
1049 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1050 |
session "IOA-Storage" in "HOLCF/IOA/Storage" = IOA + |
48481 | 1051 |
description {* |
1052 |
Author: Olaf Mueller |
|
1053 |
||
1054 |
Memory storage case study. |
|
1055 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1056 |
options [document = false] |
48481 | 1057 |
theories Correctness |
1058 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1059 |
session "IOA-ex" in "HOLCF/IOA/ex" = IOA + |
48481 | 1060 |
description {* |
1061 |
Author: Olaf Mueller |
|
1062 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1063 |
options [document = false] |
48481 | 1064 |
theories |
1065 |
TrivEx |
|
1066 |
TrivEx2 |
|
1067 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1068 |
session "HOL-Datatype_Benchmark" in Datatype_Benchmark = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1069 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1070 |
Some rather large datatype examples (from John Harrison). |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1071 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1072 |
options [document = false] |
48635 | 1073 |
theories [condition = ISABELLE_FULL_TEST, timing] |
48481 | 1074 |
Brackin |
1075 |
Instructions |
|
1076 |
SML |
|
1077 |
Verilog |
|
1078 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1079 |
session "HOL-Record_Benchmark" in Record_Benchmark = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1080 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1081 |
Some benchmark on large record. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1082 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1083 |
options [document = false] |
48635 | 1084 |
theories [condition = ISABELLE_FULL_TEST, timing] |
48481 | 1085 |
Record_Benchmark |
1086 |