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