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