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