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