author | nipkow |
Mon, 21 Sep 2015 14:44:32 +0200 | |
changeset 61203 | a8a8eca85801 |
parent 61152 | 13b2fd801692 |
child 61224 | 759b5299a9f2 |
permissions | -rw-r--r-- |
51397
03b586ee5930
support for 'chapter' specifications within session ROOT;
wenzelm
parents:
51263
diff
changeset
|
1 |
chapter HOL |
03b586ee5930
support for 'chapter' specifications within session ROOT;
wenzelm
parents:
51263
diff
changeset
|
2 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
3 |
session HOL (main) = Pure + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
4 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
5 |
Classical Higher-order Logic. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
6 |
*} |
56801
8dd9df88f647
some support for session-qualified theories: allow to refer to resources via qualified name instead of odd file-system path;
wenzelm
parents:
56781
diff
changeset
|
7 |
global_theories |
8dd9df88f647
some support for session-qualified theories: allow to refer to resources via qualified name instead of odd file-system path;
wenzelm
parents:
56781
diff
changeset
|
8 |
Main |
8dd9df88f647
some support for session-qualified theories: allow to refer to resources via qualified name instead of odd file-system path;
wenzelm
parents:
56781
diff
changeset
|
9 |
Complex_Main |
48901
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
10 |
files |
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
11 |
"Tools/Quickcheck/Narrowing_Engine.hs" |
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
12 |
"Tools/Quickcheck/PNF_Narrowing_Engine.hs" |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
13 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
14 |
"root.bib" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
15 |
"root.tex" |
48338 | 16 |
|
61152 | 17 |
session "HOL-Proofs" (slow) = Pure + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
18 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
19 |
HOL-Main with explicit proof terms. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
20 |
*} |
59006
272d7fb92396
no quick_and_dirty for proof extraction, to avoid obscure errors like "corr: bad proof";
wenzelm
parents:
58849
diff
changeset
|
21 |
options [document = false, quick_and_dirty = false] |
52488
cd65ee49a8ba
discontinued system option "proofs" -- global state of Proofterm.proofs is persistently compiled into HOL-Proofs image;
wenzelm
parents:
52424
diff
changeset
|
22 |
theories Proofs (*sequential change of global flag!*) |
58372
bfd497f2f4c2
moved 'old_datatype' out of 'Main' (but put it in 'HOL-Proofs' because of the inductive realizer)
blanchet
parents:
58371
diff
changeset
|
23 |
theories "~~/src/HOL/Library/Old_Datatype" |
48901
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
24 |
files |
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
25 |
"Tools/Quickcheck/Narrowing_Engine.hs" |
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
26 |
"Tools/Quickcheck/PNF_Narrowing_Engine.hs" |
48338 | 27 |
|
50844
b95ff3744815
populate "main" session group, e.g. relevant for Isabelle/jEdit logic selection;
wenzelm
parents:
50833
diff
changeset
|
28 |
session "HOL-Library" (main) in Library = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
29 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
30 |
Classical Higher-order Logic -- batteries included. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
31 |
*} |
48481 | 32 |
theories |
33 |
Library |
|
59973 | 34 |
Rewrite |
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
35 |
(*conflicting type class instantiations*) |
48481 | 36 |
List_lexord |
37 |
Sublist_Order |
|
51115
7dbd6832a689
consolidation of library theories on product orders
haftmann
parents:
51093
diff
changeset
|
38 |
Product_Lexorder |
7dbd6832a689
consolidation of library theories on product orders
haftmann
parents:
51093
diff
changeset
|
39 |
Product_Order |
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
40 |
Finite_Lattice |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
41 |
(*data refinements and dependent applications*) |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
42 |
AList_Mapping |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
43 |
Code_Binary_Nat |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
44 |
Code_Char |
55447 | 45 |
Code_Prolog |
48481 | 46 |
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
|
47 |
Code_Target_Numeral |
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
48 |
DAList |
54429
be1bc181bcde
explicit inclusion of data refinement theory into HOL-Library session
haftmann
parents:
54193
diff
changeset
|
49 |
DAList_Multiset |
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
50 |
RBT_Mapping |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
51 |
RBT_Set |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
52 |
(*legacy tools*) |
49985
5b4b0e4e5205
moved Refute to "HOL/Library" to speed up building "Main" even more
blanchet
parents:
49932
diff
changeset
|
53 |
Refute |
58372
bfd497f2f4c2
moved 'old_datatype' out of 'Main' (but put it in 'HOL-Proofs' because of the inductive realizer)
blanchet
parents:
58371
diff
changeset
|
54 |
Old_Datatype |
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
55 |
Old_Recdef |
58110
019c0211ed1f
took out legacy material from 'HOL/Library/Library.thy'
blanchet
parents:
58039
diff
changeset
|
56 |
Old_SMT |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
57 |
document_files "root.bib" "root.tex" |
48481 | 58 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
59 |
session "HOL-Hahn_Banach" in Hahn_Banach = HOL + |
48481 | 60 |
description {* |
61 |
Author: Gertrud Bauer, TU Munich |
|
62 |
||
63 |
The Hahn-Banach theorem for real vector spaces. |
|
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
64 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
65 |
This is the proof of the Hahn-Banach theorem for real vectorspaces, |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
66 |
following H. Heuser, Funktionalanalysis, p. 228 -232. The Hahn-Banach |
55018
2a526bd279ed
moved 'Zorn' into 'Main', since it's a BNF dependency
blanchet
parents:
54961
diff
changeset
|
67 |
theorem is one of the fundamental theorems of functional analysis. It is a |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
68 |
conclusion of Zorn's lemma. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
69 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
70 |
Two different formaulations of the theorem are presented, one for general |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
71 |
real vectorspaces and its application to normed vectorspaces. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
72 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
73 |
The theorem says, that every continous linearform, defined on arbitrary |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
74 |
subspaces (not only one-dimensional subspaces), can be extended to a |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
75 |
continous linearform on the whole vectorspace. |
48481 | 76 |
*} |
77 |
theories Hahn_Banach |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
78 |
document_files "root.bib" "root.tex" |
48481 | 79 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
80 |
session "HOL-Induct" in Induct = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
81 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
82 |
Examples of (Co)Inductive Definitions. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
83 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
84 |
Comb proves the Church-Rosser theorem for combinators (see |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
85 |
http://www.cl.cam.ac.uk/ftp/papers/reports/TR396-lcp-generic-automatic-proof-tools.ps.gz). |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
86 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
87 |
Mutil is the famous Mutilated Chess Board problem (see |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
88 |
http://www.cl.cam.ac.uk/ftp/papers/reports/TR394-lcp-mutilated-chess-board.dvi.gz). |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
89 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
90 |
PropLog proves the completeness of a formalization of propositional logic |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
91 |
(see |
58372
bfd497f2f4c2
moved 'old_datatype' out of 'Main' (but put it in 'HOL-Proofs' because of the inductive realizer)
blanchet
parents:
58371
diff
changeset
|
92 |
http://www.cl.cam.ac.uk/Research/Reports/TR312-lcp-set-II.ps.gz). |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
93 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
94 |
Exp demonstrates the use of iterated inductive definitions to reason about |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
95 |
mutually recursive relations. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
96 |
*} |
58372
bfd497f2f4c2
moved 'old_datatype' out of 'Main' (but put it in 'HOL-Proofs' because of the inductive realizer)
blanchet
parents:
58371
diff
changeset
|
97 |
theories [document = false] |
bfd497f2f4c2
moved 'old_datatype' out of 'Main' (but put it in 'HOL-Proofs' because of the inductive realizer)
blanchet
parents:
58371
diff
changeset
|
98 |
"~~/src/HOL/Library/Old_Datatype" |
48481 | 99 |
theories [quick_and_dirty] |
100 |
Common_Patterns |
|
101 |
theories |
|
102 |
QuoDataType |
|
103 |
QuoNestedDataType |
|
104 |
Term |
|
105 |
SList |
|
106 |
ABexp |
|
107 |
Tree |
|
108 |
Ordinals |
|
109 |
Sigma_Algebra |
|
110 |
Comb |
|
111 |
PropLog |
|
112 |
Com |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
113 |
document_files "root.tex" |
48481 | 114 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
115 |
session "HOL-IMP" in IMP = HOL + |
59446 | 116 |
options [document_variants = document] |
48481 | 117 |
theories [document = false] |
55601 | 118 |
"~~/src/Tools/Permanent_Interpretation" |
48481 | 119 |
"~~/src/HOL/Library/While_Combinator" |
120 |
"~~/src/HOL/Library/Char_ord" |
|
121 |
"~~/src/HOL/Library/List_lexord" |
|
51625 | 122 |
"~~/src/HOL/Library/Quotient_List" |
123 |
"~~/src/HOL/Library/Extended" |
|
48481 | 124 |
theories |
125 |
BExp |
|
126 |
ASM |
|
50050 | 127 |
Finite_Reachable |
52394 | 128 |
Denotational |
52400 | 129 |
Compiler2 |
48481 | 130 |
Poly_Types |
131 |
Sec_Typing |
|
132 |
Sec_TypingT |
|
52726 | 133 |
Def_Init_Big |
134 |
Def_Init_Small |
|
135 |
Fold |
|
48481 | 136 |
Live |
137 |
Live_True |
|
138 |
Hoare_Examples |
|
52269 | 139 |
VCG |
52282 | 140 |
Hoare_Total |
48481 | 141 |
Collecting1 |
48765
fb1ed5230abc
special code with lists no longer necessary, use sets
nipkow
parents:
48738
diff
changeset
|
142 |
Collecting_Examples |
48481 | 143 |
Abs_Int_Tests |
144 |
Abs_Int1_parity |
|
145 |
Abs_Int1_const |
|
146 |
Abs_Int3 |
|
147 |
"Abs_Int_ITP/Abs_Int1_parity_ITP" |
|
148 |
"Abs_Int_ITP/Abs_Int1_const_ITP" |
|
149 |
"Abs_Int_ITP/Abs_Int3_ITP" |
|
150 |
"Abs_Int_Den/Abs_Int_den2" |
|
151 |
Procs_Dyn_Vars_Dyn |
|
152 |
Procs_Stat_Vars_Dyn |
|
153 |
Procs_Stat_Vars_Stat |
|
154 |
C_like |
|
155 |
OO |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
156 |
document_files "root.bib" "root.tex" |
48481 | 157 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
158 |
session "HOL-IMPP" in IMPP = HOL + |
48481 | 159 |
description {* |
160 |
Author: David von Oheimb |
|
161 |
Copyright 1999 TUM |
|
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
162 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
163 |
IMPP -- An imperative language with procedures. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
164 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
165 |
This is an extension of IMP with local variables and mutually recursive |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
166 |
procedures. For documentation see "Hoare Logic for Mutual Recursion and |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
167 |
Local Variables" (http://isabelle.in.tum.de/Bali/papers/FSTTCS99.html). |
48481 | 168 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
169 |
options [document = false] |
48481 | 170 |
theories EvenOdd |
171 |
||
61203 | 172 |
session "HOL-Data_Structures" in Data_Structures = HOL + |
173 |
options [document_variants = document] |
|
174 |
theories [document = false] |
|
175 |
"Less_False" |
|
176 |
theories |
|
177 |
Tree_Set |
|
178 |
Tree_Map |
|
179 |
document_files "root.tex" |
|
180 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
181 |
session "HOL-Import" in Import = HOL + |
48481 | 182 |
theories HOL_Light_Maps |
183 |
theories [condition = HOL_LIGHT_BUNDLE] HOL_Light_Import |
|
184 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
185 |
session "HOL-Number_Theory" in Number_Theory = HOL + |
55321
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
186 |
description {* |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
187 |
Fundamental Theorem of Arithmetic, Chinese Remainder Theorem, Fermat/Euler |
55730
97ff9276e12d
Gauss.thy ported from Old_Number_Theory (unfinished)
paulson <lp15@cam.ac.uk>
parents:
55663
diff
changeset
|
188 |
Theorem, Wilson's Theorem, some lemmas for Quadratic Reciprocity. |
55321
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
189 |
*} |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
190 |
theories [document = false] |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
191 |
"~~/src/HOL/Library/FuncSet" |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
192 |
"~~/src/HOL/Library/Multiset" |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
193 |
"~~/src/HOL/Algebra/Ring" |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
194 |
"~~/src/HOL/Algebra/FiniteProduct" |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
195 |
theories |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
196 |
Pocklington |
55730
97ff9276e12d
Gauss.thy ported from Old_Number_Theory (unfinished)
paulson <lp15@cam.ac.uk>
parents:
55663
diff
changeset
|
197 |
Gauss |
55321
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
198 |
Number_Theory |
58023
62826b36ac5e
generic euclidean algorithm (due to Manuel Eberl)
haftmann
parents:
57998
diff
changeset
|
199 |
Euclidean_Algorithm |
60804 | 200 |
Factorial_Ring |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
201 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
202 |
"root.tex" |
48481 | 203 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
204 |
session "HOL-Old_Number_Theory" in Old_Number_Theory = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
205 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
206 |
Fundamental Theorem of Arithmetic, Chinese Remainder Theorem, Fermat/Euler |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
207 |
Theorem, Wilson's Theorem, Quadratic Reciprocity. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
208 |
*} |
48481 | 209 |
theories [document = false] |
210 |
"~~/src/HOL/Library/Infinite_Set" |
|
211 |
"~~/src/HOL/Library/Permutation" |
|
212 |
theories |
|
213 |
Fib |
|
214 |
Factorization |
|
215 |
Chinese |
|
216 |
WilsonRuss |
|
217 |
WilsonBij |
|
218 |
Quadratic_Reciprocity |
|
219 |
Primes |
|
220 |
Pocklington |
|
58623 | 221 |
document_files |
222 |
"root.bib" |
|
223 |
"root.tex" |
|
48481 | 224 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
225 |
session "HOL-Hoare" in Hoare = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
226 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
227 |
Verification of imperative programs (verification conditions are generated |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
228 |
automatically from pre/post conditions and loop invariants). |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
229 |
*} |
48481 | 230 |
theories Hoare |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
231 |
document_files "root.bib" "root.tex" |
48481 | 232 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
233 |
session "HOL-Hoare_Parallel" in Hoare_Parallel = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
234 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
235 |
Verification of shared-variable imperative programs a la Owicki-Gries. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
236 |
(verification conditions are generated automatically). |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
237 |
*} |
48481 | 238 |
theories Hoare_Parallel |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
239 |
document_files "root.bib" "root.tex" |
48481 | 240 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
241 |
session "HOL-Codegenerator_Test" in Codegenerator_Test = "HOL-Library" + |
59992 | 242 |
options [condition = ML_SYSTEM_POLYML, document = false, browser_info = false] |
51422
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
243 |
theories |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
244 |
Generate |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
245 |
Generate_Binary_Nat |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
246 |
Generate_Target_Nat |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
247 |
Generate_Efficient_Datastructures |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
248 |
Generate_Pretty_Char |
58415 | 249 |
theories [condition = ISABELLE_GHC] |
58039
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
250 |
Code_Test_GHC |
58415 | 251 |
theories [condition = ISABELLE_MLTON] |
58039
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
252 |
Code_Test_MLton |
58415 | 253 |
theories [condition = ISABELLE_OCAMLC] |
58039
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
254 |
Code_Test_OCaml |
58415 | 255 |
theories [condition = ISABELLE_POLYML] |
58039
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
256 |
Code_Test_PolyML |
58415 | 257 |
theories [condition = ISABELLE_SCALA] |
58039
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
258 |
Code_Test_Scala |
58415 | 259 |
theories [condition = ISABELLE_SMLNJ] |
58039
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
260 |
Code_Test_SMLNJ |
48481 | 261 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
262 |
session "HOL-Metis_Examples" in Metis_Examples = HOL + |
48481 | 263 |
description {* |
264 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
|
265 |
Author: Jasmin Blanchette, TU Muenchen |
|
266 |
||
267 |
Testing Metis and Sledgehammer. |
|
268 |
*} |
|
58423 | 269 |
options [document = false] |
48481 | 270 |
theories |
271 |
Abstraction |
|
272 |
Big_O |
|
273 |
Binary_Tree |
|
274 |
Clausification |
|
275 |
Message |
|
276 |
Proxies |
|
277 |
Tarski |
|
278 |
Trans_Closure |
|
279 |
Sets |
|
280 |
||
55072 | 281 |
session "HOL-Nitpick_Examples" in Nitpick_Examples = HOL + |
48481 | 282 |
description {* |
283 |
Author: Jasmin Blanchette, TU Muenchen |
|
284 |
Copyright 2009 |
|
285 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
286 |
options [document = false] |
48481 | 287 |
theories [quick_and_dirty] Nitpick_Examples |
288 |
||
50844
b95ff3744815
populate "main" session group, e.g. relevant for Isabelle/jEdit logic selection;
wenzelm
parents:
50833
diff
changeset
|
289 |
session "HOL-Algebra" (main) in Algebra = HOL + |
48481 | 290 |
description {* |
291 |
Author: Clemens Ballarin, started 24 September 1999 |
|
292 |
||
293 |
The Isabelle Algebraic Library. |
|
294 |
*} |
|
295 |
theories [document = false] |
|
296 |
(* Preliminaries from set and number theory *) |
|
297 |
"~~/src/HOL/Library/FuncSet" |
|
55159
608c157d743d
Replacing the theory Library/Binomial by Number_Theory/Binomial
paulson <lp15@cam.ac.uk>
parents:
55123
diff
changeset
|
298 |
"~~/src/HOL/Number_Theory/Primes" |
48481 | 299 |
"~~/src/HOL/Library/Permutation" |
300 |
theories |
|
301 |
(*** New development, based on explicit structures ***) |
|
302 |
(* Groups *) |
|
303 |
FiniteProduct (* Product operator for commutative groups *) |
|
304 |
Sylow (* Sylow's theorem *) |
|
305 |
Bij (* Automorphism Groups *) |
|
306 |
||
307 |
(* Rings *) |
|
308 |
Divisibility (* Rings *) |
|
309 |
IntRing (* Ideals and residue classes *) |
|
310 |
UnivPoly (* Polynomials *) |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
311 |
document_files "root.bib" "root.tex" |
48481 | 312 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
313 |
session "HOL-Auth" in Auth = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
314 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
315 |
A new approach to verifying authentication protocols. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
316 |
*} |
48481 | 317 |
theories |
318 |
Auth_Shared |
|
319 |
Auth_Public |
|
320 |
"Smartcard/Auth_Smartcard" |
|
321 |
"Guard/Auth_Guard_Shared" |
|
322 |
"Guard/Auth_Guard_Public" |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
323 |
document_files "root.tex" |
48481 | 324 |
|
51236
f301ad90c48b
more explicit session dependency, for improved parallel performance of HOL-UNITY test session -- NB: separate 'theories' sections are sequential;
wenzelm
parents:
51161
diff
changeset
|
325 |
session "HOL-UNITY" in UNITY = "HOL-Auth" + |
48481 | 326 |
description {* |
327 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
|
328 |
Copyright 1998 University of Cambridge |
|
329 |
||
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
330 |
Verifying security protocols using Chandy and Misra's UNITY formalism. |
48481 | 331 |
*} |
332 |
theories |
|
333 |
(*Basic meta-theory*) |
|
334 |
"UNITY_Main" |
|
335 |
||
336 |
(*Simple examples: no composition*) |
|
337 |
"Simple/Deadlock" |
|
338 |
"Simple/Common" |
|
339 |
"Simple/Network" |
|
340 |
"Simple/Token" |
|
341 |
"Simple/Channel" |
|
342 |
"Simple/Lift" |
|
343 |
"Simple/Mutex" |
|
344 |
"Simple/Reach" |
|
345 |
"Simple/Reachability" |
|
346 |
||
347 |
(*Verifying security protocols using UNITY*) |
|
348 |
"Simple/NSP_Bad" |
|
349 |
||
350 |
(*Example of composition*) |
|
351 |
"Comp/Handshake" |
|
352 |
||
353 |
(*Universal properties examples*) |
|
354 |
"Comp/Counter" |
|
355 |
"Comp/Counterc" |
|
356 |
"Comp/Priority" |
|
357 |
||
358 |
"Comp/TimerArray" |
|
359 |
"Comp/Progress" |
|
360 |
||
361 |
"Comp/Alloc" |
|
362 |
"Comp/AllocImpl" |
|
363 |
"Comp/Client" |
|
364 |
||
365 |
(*obsolete*) |
|
366 |
"ELT" |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
367 |
document_files "root.tex" |
48481 | 368 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
369 |
session "HOL-Unix" in Unix = HOL + |
48481 | 370 |
options [print_mode = "no_brackets,no_type_brackets"] |
371 |
theories Unix |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
372 |
document_files "root.bib" "root.tex" |
48481 | 373 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
374 |
session "HOL-ZF" in ZF = HOL + |
48481 | 375 |
theories MainZF Games |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
376 |
document_files "root.tex" |
48481 | 377 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
378 |
session "HOL-Imperative_HOL" in Imperative_HOL = HOL + |
59446 | 379 |
options [print_mode = "iff,no_brackets"] |
48481 | 380 |
theories [document = false] |
381 |
"~~/src/HOL/Library/Countable" |
|
382 |
"~~/src/HOL/Library/Monad_Syntax" |
|
383 |
"~~/src/HOL/Library/LaTeXsugar" |
|
384 |
theories Imperative_HOL_ex |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
385 |
document_files "root.bib" "root.tex" |
48481 | 386 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
387 |
session "HOL-Decision_Procs" in Decision_Procs = HOL + |
51544 | 388 |
description {* |
389 |
Various decision procedures, typically involving reflection. |
|
390 |
*} |
|
58413
22dd971f6938
renamed ISABELLE_POLYML to ML_SYSTEM_POLYML, to avoid overlap with ISABELLE_POLYML_PATH;
wenzelm
parents:
58385
diff
changeset
|
391 |
options [condition = ML_SYSTEM_POLYML, document = false] |
48481 | 392 |
theories Decision_Procs |
393 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
394 |
session "HOL-Proofs-ex" in "Proofs/ex" = "HOL-Proofs" + |
52499 | 395 |
options [document = false, parallel_proofs = 0] |
52424
77075c576d4c
support for XML data representation of proof terms;
wenzelm
parents:
52400
diff
changeset
|
396 |
theories |
77075c576d4c
support for XML data representation of proof terms;
wenzelm
parents:
52400
diff
changeset
|
397 |
Hilbert_Classical |
77075c576d4c
support for XML data representation of proof terms;
wenzelm
parents:
52400
diff
changeset
|
398 |
XML_Data |
48481 | 399 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
400 |
session "HOL-Proofs-Extraction" in "Proofs/Extraction" = "HOL-Proofs" + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
401 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
402 |
Examples for program extraction in Higher-Order Logic. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
403 |
*} |
59006
272d7fb92396
no quick_and_dirty for proof extraction, to avoid obscure errors like "corr: bad proof";
wenzelm
parents:
58849
diff
changeset
|
404 |
options [condition = ML_SYSTEM_POLYML, parallel_proofs = 0, quick_and_dirty = false] |
48481 | 405 |
theories [document = false] |
51143
0a2371e7ced3
two target language numeral types: integer and natural, as replacement for code_numeral;
haftmann
parents:
51115
diff
changeset
|
406 |
"~~/src/HOL/Library/Code_Target_Numeral" |
48481 | 407 |
"~~/src/HOL/Library/Monad_Syntax" |
408 |
"~~/src/HOL/Number_Theory/Primes" |
|
409 |
"~~/src/HOL/Number_Theory/UniqueFactorization" |
|
410 |
"~~/src/HOL/Library/State_Monad" |
|
411 |
theories |
|
412 |
Greatest_Common_Divisor |
|
413 |
Warshall |
|
414 |
Higman_Extraction |
|
415 |
Pigeonhole |
|
416 |
Euclid |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
417 |
document_files "root.bib" "root.tex" |
48481 | 418 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
419 |
session "HOL-Proofs-Lambda" in "Proofs/Lambda" = "HOL-Proofs" + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
420 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
421 |
Lambda Calculus in de Bruijn's Notation. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
422 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
423 |
This session defines lambda-calculus terms with de Bruijn indixes and |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
424 |
proves confluence of beta, eta and beta+eta. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
425 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
426 |
The paper "More Church-Rosser Proofs (in Isabelle/HOL)" describes the whole |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
427 |
theory (see http://www.in.tum.de/~nipkow/pubs/jar2001.html). |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
428 |
*} |
59446 | 429 |
options [print_mode = "no_brackets", parallel_proofs = 0, quick_and_dirty = false] |
48481 | 430 |
theories [document = false] |
51143
0a2371e7ced3
two target language numeral types: integer and natural, as replacement for code_numeral;
haftmann
parents:
51115
diff
changeset
|
431 |
"~~/src/HOL/Library/Code_Target_Int" |
48481 | 432 |
theories |
433 |
Eta |
|
434 |
StrongNorm |
|
435 |
Standardization |
|
436 |
WeakNorm |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
437 |
document_files "root.bib" "root.tex" |
48481 | 438 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
439 |
session "HOL-Prolog" in Prolog = HOL + |
48481 | 440 |
description {* |
441 |
Author: David von Oheimb (based on a lecture on Lambda Prolog by Nadathur) |
|
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
442 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
443 |
A bare-bones implementation of Lambda-Prolog. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
444 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
445 |
This is a simple exploratory implementation of Lambda-Prolog in HOL, |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
446 |
including some minimal examples (in Test.thy) and a more typical example of |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
447 |
a little functional language and its type system. |
48481 | 448 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
449 |
options [document = false] |
48481 | 450 |
theories Test Type |
451 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
452 |
session "HOL-MicroJava" in MicroJava = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
453 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
454 |
Formalization of a fragment of Java, together with a corresponding virtual |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
455 |
machine and a specification of its bytecode verifier and a lightweight |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
456 |
bytecode verifier, including proofs of type-safety. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
457 |
*} |
59446 | 458 |
theories [document = false] |
459 |
"~~/src/HOL/Library/While_Combinator" |
|
460 |
theories |
|
461 |
MicroJava |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
462 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
463 |
"introduction.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
464 |
"root.bib" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
465 |
"root.tex" |
48481 | 466 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
467 |
session "HOL-NanoJava" in NanoJava = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
468 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
469 |
Hoare Logic for a tiny fragment of Java. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
470 |
*} |
48481 | 471 |
theories Example |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
472 |
document_files "root.bib" "root.tex" |
48481 | 473 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
474 |
session "HOL-Bali" in Bali = HOL + |
48481 | 475 |
theories |
476 |
AxExample |
|
477 |
AxSound |
|
478 |
AxCompl |
|
479 |
Trans |
|
60751 | 480 |
TypeSafe |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
481 |
document_files "root.tex" |
48481 | 482 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
483 |
session "HOL-IOA" in IOA = HOL + |
48481 | 484 |
description {* |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
485 |
Author: Tobias Nipkow and Konrad Slind and Olaf Müller |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
486 |
Copyright 1994--1996 TU Muenchen |
48481 | 487 |
|
55417
01fbfb60c33e
adapted to 'xxx_{case,rec}' renaming, to new theorem names, and to new variable names in theorems
blanchet
parents:
55370
diff
changeset
|
488 |
The meta-theory of I/O-Automata in HOL. This formalization has been |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
489 |
significantly changed and extended, see HOLCF/IOA. There are also the |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
490 |
proofs of two communication protocols which formerly have been here. |
48481 | 491 |
|
492 |
@inproceedings{Nipkow-Slind-IOA, |
|
493 |
author={Tobias Nipkow and Konrad Slind}, |
|
494 |
title={{I/O} Automata in {Isabelle/HOL}}, |
|
495 |
booktitle={Proc.\ TYPES Workshop 1994}, |
|
496 |
publisher=Springer, |
|
497 |
series=LNCS, |
|
498 |
note={To appear}} |
|
499 |
ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/ioa.ps.gz |
|
500 |
||
501 |
and |
|
502 |
||
503 |
@inproceedings{Mueller-Nipkow, |
|
504 |
author={Olaf M\"uller and Tobias Nipkow}, |
|
505 |
title={Combining Model Checking and Deduction for {I/O}-Automata}, |
|
506 |
booktitle={Proc.\ TACAS Workshop}, |
|
507 |
organization={Aarhus University, BRICS report}, |
|
508 |
year=1995} |
|
509 |
ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/tacas.dvi.gz |
|
510 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
511 |
options [document = false] |
48481 | 512 |
theories Solve |
513 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
514 |
session "HOL-Lattice" in Lattice = HOL + |
48481 | 515 |
description {* |
516 |
Author: Markus Wenzel, TU Muenchen |
|
517 |
||
518 |
Basic theory of lattices and orders. |
|
519 |
*} |
|
520 |
theories CompleteLattice |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
521 |
document_files "root.tex" |
48481 | 522 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
523 |
session "HOL-ex" in ex = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
524 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
525 |
Miscellaneous examples for Higher-Order Logic. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
526 |
*} |
58423 | 527 |
options [condition = ML_SYSTEM_POLYML] |
48481 | 528 |
theories [document = false] |
529 |
"~~/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
|
530 |
Code_Binary_Nat_examples |
48481 | 531 |
"~~/src/HOL/Library/FuncSet" |
532 |
Eval_Examples |
|
533 |
Normalization_by_Evaluation |
|
534 |
Hebrew |
|
535 |
Chinese |
|
536 |
Serbian |
|
537 |
"~~/src/HOL/Library/FinFun_Syntax" |
|
49985
5b4b0e4e5205
moved Refute to "HOL/Library" to speed up building "Main" even more
blanchet
parents:
49932
diff
changeset
|
538 |
"~~/src/HOL/Library/Refute" |
56922 | 539 |
"~~/src/HOL/Library/Transitive_Closure_Table" |
55123
a389b50e6a42
no document for Cartouche_Examples: avoid problems typesetting "\001";
wenzelm
parents:
55075
diff
changeset
|
540 |
Cartouche_Examples |
48481 | 541 |
theories |
59090 | 542 |
Commands |
57507 | 543 |
Adhoc_Overloading_Examples |
48481 | 544 |
Iff_Oracle |
545 |
Coercion_Examples |
|
546 |
Higher_Order_Logic |
|
547 |
Abstract_NAT |
|
548 |
Guess |
|
549 |
Fundefs |
|
550 |
Induction_Schema |
|
551 |
LocaleTest2 |
|
552 |
Records |
|
553 |
While_Combinator_Example |
|
554 |
MonoidGroup |
|
555 |
BinEx |
|
556 |
Hex_Bin_Examples |
|
557 |
Antiquote |
|
558 |
Multiquote |
|
559 |
PER |
|
560 |
NatSum |
|
561 |
ThreeDivides |
|
59190
3a594fd13ca4
3 old example lemmas by Amine listed in the top 100 theorems
kleing
parents:
59162
diff
changeset
|
562 |
Cubic_Quartic |
59739 | 563 |
Pythagoras |
48481 | 564 |
Intuitionistic |
565 |
CTL |
|
566 |
Arith_Examples |
|
567 |
Tree23 |
|
58644 | 568 |
Bubblesort |
48481 | 569 |
MergeSort |
570 |
Lagrange |
|
571 |
Groebner_Examples |
|
572 |
MT |
|
573 |
Unification |
|
574 |
Primrec |
|
575 |
Tarski |
|
576 |
Classical |
|
577 |
Set_Theory |
|
578 |
Termination |
|
579 |
Coherent |
|
580 |
PresburgerEx |
|
51093 | 581 |
Reflection_Examples |
48481 | 582 |
Sqrt |
583 |
Sqrt_Script |
|
584 |
Transfer_Ex |
|
585 |
Transfer_Int_Nat |
|
56922 | 586 |
Transitive_Closure_Table_Ex |
48481 | 587 |
HarmonicSeries |
588 |
Refute_Examples |
|
589 |
Execute_Choice |
|
590 |
Gauge_Integration |
|
591 |
Dedekind_Real |
|
592 |
Quicksort |
|
593 |
Birthday_Paradox |
|
594 |
List_to_Set_Comprehension_Examples |
|
595 |
Seq |
|
596 |
Simproc_Tests |
|
597 |
Executable_Relation |
|
598 |
FinFunPred |
|
55663 | 599 |
Set_Comprehension_Pointfree_Examples |
48481 | 600 |
Parallel_Example |
50138 | 601 |
IArray_Examples |
53430 | 602 |
Simps_Case_Conv_Examples |
53935 | 603 |
ML |
59739 | 604 |
Rewrite_Examples |
56815 | 605 |
SAT_Examples |
58630 | 606 |
SOS |
58418 | 607 |
SOS_Cert |
60603
09ecbd791d4a
add examples from Freek's top 100 theorems (thms 30, 73, 77)
bulwahn
parents:
60470
diff
changeset
|
608 |
Ballot |
09ecbd791d4a
add examples from Freek's top 100 theorems (thms 30, 73, 77)
bulwahn
parents:
60470
diff
changeset
|
609 |
Erdoes_Szekeres |
09ecbd791d4a
add examples from Freek's top 100 theorems (thms 30, 73, 77)
bulwahn
parents:
60470
diff
changeset
|
610 |
Sum_of_Powers |
51558
91f8bed6d0a4
allow build with skip_proofs enabled -- disable it for sessions that would fail due to embedded diagnostic commands, for example;
wenzelm
parents:
51553
diff
changeset
|
611 |
theories [skip_proofs = false] |
91f8bed6d0a4
allow build with skip_proofs enabled -- disable it for sessions that would fail due to embedded diagnostic commands, for example;
wenzelm
parents:
51553
diff
changeset
|
612 |
Meson_Test |
58331
054e9a9fccad
enabled 'Sudoku' only with 'ISABELLE_FULL_TEST' -- Sudoku is fast enough on modern hardware (within seconds on my MacBook), but it seems to fail on older test machines
blanchet
parents:
58329
diff
changeset
|
613 |
theories [condition = ISABELLE_FULL_TEST] |
054e9a9fccad
enabled 'Sudoku' only with 'ISABELLE_FULL_TEST' -- Sudoku is fast enough on modern hardware (within seconds on my MacBook), but it seems to fail on older test machines
blanchet
parents:
58329
diff
changeset
|
614 |
Sudoku |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
615 |
document_files "root.bib" "root.tex" |
48481 | 616 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
617 |
session "HOL-Isar_Examples" in Isar_Examples = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
618 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
619 |
Miscellaneous Isabelle/Isar examples for Higher-Order Logic. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
620 |
*} |
48481 | 621 |
theories [document = false] |
622 |
"~~/src/HOL/Library/Lattice_Syntax" |
|
623 |
"../Number_Theory/Primes" |
|
624 |
theories |
|
625 |
Basic_Logic |
|
626 |
Cantor |
|
627 |
Drinker |
|
628 |
Expr_Compiler |
|
629 |
Fibonacci |
|
630 |
Group |
|
631 |
Group_Context |
|
632 |
Group_Notepad |
|
633 |
Hoare_Ex |
|
634 |
Knaster_Tarski |
|
635 |
Mutilated_Checkerboard |
|
636 |
Nested_Datatype |
|
637 |
Peirce |
|
638 |
Puzzle |
|
639 |
Summation |
|
60470 | 640 |
theories [quick_and_dirty] |
60450 | 641 |
Structured_Statements |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
642 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
643 |
"root.bib" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
644 |
"root.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
645 |
"style.tex" |
48481 | 646 |
|
60119
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
647 |
session "HOL-Eisbach" in Eisbach = HOL + |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
648 |
description {* |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
649 |
The Eisbach proof method language and "match" method. |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
650 |
*} |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
651 |
theories |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
652 |
Eisbach |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
653 |
Tests |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
654 |
Examples |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
655 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
656 |
session "HOL-SET_Protocol" in SET_Protocol = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
657 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
658 |
Verification of the SET Protocol. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
659 |
*} |
48481 | 660 |
theories [document = false] "~~/src/HOL/Library/Nat_Bijection" |
661 |
theories SET_Protocol |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
662 |
document_files "root.tex" |
48481 | 663 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
664 |
session "HOL-Matrix_LP" in Matrix_LP = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
665 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
666 |
Two-dimensional matrices and linear programming. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
667 |
*} |
48481 | 668 |
theories Cplex |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
669 |
document_files "root.tex" |
48481 | 670 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
671 |
session "HOL-TLA" in TLA = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
672 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
673 |
Lamport's Temporal Logic of Actions. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
674 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
675 |
options [document = false] |
48481 | 676 |
theories TLA |
677 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
678 |
session "HOL-TLA-Inc" in "TLA/Inc" = "HOL-TLA" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
679 |
options [document = false] |
48481 | 680 |
theories Inc |
681 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
682 |
session "HOL-TLA-Buffer" in "TLA/Buffer" = "HOL-TLA" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
683 |
options [document = false] |
48481 | 684 |
theories DBuffer |
685 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
686 |
session "HOL-TLA-Memory" in "TLA/Memory" = "HOL-TLA" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
687 |
options [document = false] |
48481 | 688 |
theories MemoryImplementation |
689 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
690 |
session "HOL-TPTP" in TPTP = HOL + |
48481 | 691 |
description {* |
692 |
Author: Jasmin Blanchette, TU Muenchen |
|
693 |
Author: Nik Sultana, University of Cambridge |
|
694 |
Copyright 2011 |
|
695 |
||
696 |
TPTP-related extensions. |
|
697 |
*} |
|
59992 | 698 |
options [condition = ML_SYSTEM_POLYML, document = false] |
48481 | 699 |
theories |
700 |
ATP_Theory_Export |
|
701 |
MaSh_Eval |
|
702 |
TPTP_Interpret |
|
703 |
THF_Arith |
|
55596
928b9f677165
reconstruction framework for LEO-II's TPTP proofs;
sultana
parents:
55450
diff
changeset
|
704 |
TPTP_Proof_Reconstruction |
52488
cd65ee49a8ba
discontinued system option "proofs" -- global state of Proofterm.proofs is persistently compiled into HOL-Proofs image;
wenzelm
parents:
52424
diff
changeset
|
705 |
theories |
48481 | 706 |
ATP_Problem_Import |
707 |
||
50844
b95ff3744815
populate "main" session group, e.g. relevant for Isabelle/jEdit logic selection;
wenzelm
parents:
50833
diff
changeset
|
708 |
session "HOL-Multivariate_Analysis" (main) in Multivariate_Analysis = HOL + |
48481 | 709 |
theories |
710 |
Multivariate_Analysis |
|
711 |
Determinants |
|
56215 | 712 |
PolyRoots |
713 |
Complex_Analysis_Basics |
|
59741
5b762cd73a8e
Lots of new material on complex-valued functions. Modified simplification of (x/n)^k
paulson <lp15@cam.ac.uk>
parents:
59667
diff
changeset
|
714 |
Complex_Transcendental |
60809
457abb82fb9e
the Cauchy integral theorem and related material
paulson <lp15@cam.ac.uk>
parents:
60804
diff
changeset
|
715 |
Cauchy_Integral_Thm |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
716 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
717 |
"root.tex" |
48481 | 718 |
|
59922
1b6283aa7c94
rearranged sessions to save approx. 1min elapsed time, 5min CPU time;
wenzelm
parents:
59903
diff
changeset
|
719 |
session "HOL-Multivariate_Analysis-ex" in "Multivariate_Analysis/ex" = "HOL-Multivariate_Analysis" + |
1b6283aa7c94
rearranged sessions to save approx. 1min elapsed time, 5min CPU time;
wenzelm
parents:
59903
diff
changeset
|
720 |
theories |
1b6283aa7c94
rearranged sessions to save approx. 1min elapsed time, 5min CPU time;
wenzelm
parents:
59903
diff
changeset
|
721 |
Approximations |
1b6283aa7c94
rearranged sessions to save approx. 1min elapsed time, 5min CPU time;
wenzelm
parents:
59903
diff
changeset
|
722 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
723 |
session "HOL-Probability" in "Probability" = "HOL-Multivariate_Analysis" + |
48481 | 724 |
theories [document = false] |
725 |
"~~/src/HOL/Library/Countable" |
|
726 |
"~~/src/HOL/Library/Permutation" |
|
56994 | 727 |
"~~/src/HOL/Library/Order_Continuity" |
728 |
"~~/src/HOL/Library/Diagonal_Subsequence" |
|
48481 | 729 |
theories |
730 |
Probability |
|
731 |
"ex/Dining_Cryptographers" |
|
732 |
"ex/Koepf_Duermuth_Countermeasure" |
|
59144
c9b75c03de3c
unfortunately, there is no general function space in the measurable spaces
hoelzl
parents:
59090
diff
changeset
|
733 |
"ex/Measure_Not_CCC" |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
734 |
document_files "root.tex" |
48481 | 735 |
|
59898
81c70bdbd908
clarified "main" group, e.g. relevant for Isabelle/jEdit menu;
wenzelm
parents:
59810
diff
changeset
|
736 |
session "HOL-Nominal" in Nominal = HOL + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
737 |
options [document = false] |
48481 | 738 |
theories Nominal |
739 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
740 |
session "HOL-Nominal-Examples" in "Nominal/Examples" = "HOL-Nominal" + |
58423 | 741 |
options [condition = ML_SYSTEM_POLYML, document = false] |
58329
a31404ec7414
run larger nominal examples only 'ISABELLE_FULL_TEST'
blanchet
parents:
58313
diff
changeset
|
742 |
theories |
59162
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
743 |
Class3 |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
744 |
CK_Machine |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
745 |
Compile |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
746 |
Contexts |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
747 |
Crary |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
748 |
CR_Takahashi |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
749 |
CR |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
750 |
Fsub |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
751 |
Height |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
752 |
Lambda_mu |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
753 |
Lam_Funs |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
754 |
LocalWeakening |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
755 |
Pattern |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
756 |
SN |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
757 |
SOS |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
758 |
Standardization |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
759 |
Support |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
760 |
Type_Preservation |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
761 |
Weakening |
dca5594761f2
afford full test, with slightly improved scheduling order;
wenzelm
parents:
59144
diff
changeset
|
762 |
W |
58329
a31404ec7414
run larger nominal examples only 'ISABELLE_FULL_TEST'
blanchet
parents:
58313
diff
changeset
|
763 |
theories [quick_and_dirty] |
a31404ec7414
run larger nominal examples only 'ISABELLE_FULL_TEST'
blanchet
parents:
58313
diff
changeset
|
764 |
VC_Condition |
48481 | 765 |
|
55054
e1f3714bc508
moved subset of 'HOL-Cardinals' needed for BNF into 'HOL'
blanchet
parents:
55033
diff
changeset
|
766 |
session "HOL-Cardinals" in Cardinals = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
767 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
768 |
Ordinals and Cardinals, Full Theories. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
769 |
*} |
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
|
770 |
options [document = false] |
59747 | 771 |
theories |
772 |
Cardinals |
|
773 |
Bounded_Set |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
774 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
775 |
"intro.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
776 |
"root.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
777 |
"root.bib" |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
778 |
|
58309
a09ec6daaa19
renamed 'BNF_Examples' to 'Datatype_Examples' (cf. 'datatypes.pdf')
blanchet
parents:
58308
diff
changeset
|
779 |
session "HOL-Datatype_Examples" in Datatype_Examples = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
780 |
description {* |
58312 | 781 |
(Co)datatype Examples, including large ones from John Harrison. |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
782 |
*} |
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
|
783 |
options [document = false] |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
784 |
theories |
58372
bfd497f2f4c2
moved 'old_datatype' out of 'Main' (but put it in 'HOL-Proofs' because of the inductive realizer)
blanchet
parents:
58371
diff
changeset
|
785 |
"~~/src/HOL/Library/Old_Datatype" |
56454 | 786 |
Compat |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
787 |
Lambda_Term |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
788 |
Process |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
789 |
TreeFsetI |
49872 | 790 |
"Derivation_Trees/Gram_Lang" |
791 |
"Derivation_Trees/Parallel" |
|
50517 | 792 |
Koenig |
60921 | 793 |
Lift_BNF |
54961 | 794 |
Stream_Processor |
53122
bc87b7af4767
renamed theory files to be closer to (new) command names
blanchet
parents:
52726
diff
changeset
|
795 |
Misc_Codatatype |
bc87b7af4767
renamed theory files to be closer to (new) command names
blanchet
parents:
52726
diff
changeset
|
796 |
Misc_Datatype |
54193 | 797 |
Misc_Primcorec |
53306 | 798 |
Misc_Primrec |
58849
ef7700ecce83
discontinued pointless option: timing is always on (overall theory only);
wenzelm
parents:
58842
diff
changeset
|
799 |
theories [condition = ISABELLE_FULL_TEST] |
58308 | 800 |
Brackin |
58313 | 801 |
IsaFoR |
58433
d518f892cec6
made N2M tests conditional, since they appear to cause Isatest timeouts and are kind of slow
blanchet
parents:
58423
diff
changeset
|
802 |
Misc_N2M |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
803 |
|
50844
b95ff3744815
populate "main" session group, e.g. relevant for Isabelle/jEdit logic selection;
wenzelm
parents:
50833
diff
changeset
|
804 |
session "HOL-Word" (main) in Word = HOL + |
48481 | 805 |
theories Word |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
806 |
document_files "root.bib" "root.tex" |
48481 | 807 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
808 |
session "HOL-Word-Examples" in "Word/Examples" = "HOL-Word" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
809 |
options [document = false] |
48481 | 810 |
theories WordExamples |
811 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
812 |
session "HOL-Statespace" in Statespace = HOL + |
51558
91f8bed6d0a4
allow build with skip_proofs enabled -- disable it for sessions that would fail due to embedded diagnostic commands, for example;
wenzelm
parents:
51553
diff
changeset
|
813 |
theories [skip_proofs = false] |
91f8bed6d0a4
allow build with skip_proofs enabled -- disable it for sessions that would fail due to embedded diagnostic commands, for example;
wenzelm
parents:
51553
diff
changeset
|
814 |
StateSpaceEx |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
815 |
document_files "root.tex" |
48481 | 816 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
817 |
session "HOL-NSA" in NSA = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
818 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
819 |
Nonstandard analysis. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
820 |
*} |
48481 | 821 |
theories Hypercomplex |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
822 |
document_files "root.tex" |
48481 | 823 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
824 |
session "HOL-NSA-Examples" in "NSA/Examples" = "HOL-NSA" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
825 |
options [document = false] |
48481 | 826 |
theories NSPrimes |
827 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
828 |
session "HOL-Mirabelle" in Mirabelle = HOL + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
829 |
options [document = false] |
48481 | 830 |
theories Mirabelle_Test |
48589
fb446a780d50
separate session HOL-Mirabelle-ex -- cannot run isolated shell scripts within build tool;
wenzelm
parents:
48588
diff
changeset
|
831 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
832 |
session "HOL-Mirabelle-ex" in "Mirabelle/ex" = "HOL-Mirabelle" + |
60008 | 833 |
options [condition = ML_SYSTEM_POLYML, document = false, timeout = 60] |
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
|
834 |
theories Ex |
48481 | 835 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
836 |
session "HOL-Word-SMT_Examples" in SMT_Examples = "HOL-Word" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
837 |
options [document = false, quick_and_dirty] |
48481 | 838 |
theories |
52722 | 839 |
Boogie |
48481 | 840 |
SMT_Examples |
841 |
SMT_Word_Examples |
|
50666
6f48853f08d5
actually run Z3 for "SMT_Tests" when "ISABELLE_FULL_TEST" is enabled
blanchet
parents:
50665
diff
changeset
|
842 |
theories [condition = ISABELLE_FULL_TEST] |
6f48853f08d5
actually run Z3 for "SMT_Tests" when "ISABELLE_FULL_TEST" is enabled
blanchet
parents:
50665
diff
changeset
|
843 |
SMT_Tests |
48481 | 844 |
files |
58367
8af1e68d7e1a
renamed SMT certificate files, following 'SMT2' -> 'SMT' renaming
blanchet
parents:
58351
diff
changeset
|
845 |
"Boogie_Dijkstra.certs" |
8af1e68d7e1a
renamed SMT certificate files, following 'SMT2' -> 'SMT' renaming
blanchet
parents:
58351
diff
changeset
|
846 |
"Boogie_Max.certs" |
8af1e68d7e1a
renamed SMT certificate files, following 'SMT2' -> 'SMT' renaming
blanchet
parents:
58351
diff
changeset
|
847 |
"SMT_Examples.certs" |
8af1e68d7e1a
renamed SMT certificate files, following 'SMT2' -> 'SMT' renaming
blanchet
parents:
58351
diff
changeset
|
848 |
"SMT_Word_Examples.certs" |
8af1e68d7e1a
renamed SMT certificate files, following 'SMT2' -> 'SMT' renaming
blanchet
parents:
58351
diff
changeset
|
849 |
"VCC_Max.certs" |
48481 | 850 |
|
50844
b95ff3744815
populate "main" session group, e.g. relevant for Isabelle/jEdit logic selection;
wenzelm
parents:
50833
diff
changeset
|
851 |
session "HOL-SPARK" (main) in "SPARK" = "HOL-Word" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
852 |
options [document = false] |
48481 | 853 |
theories SPARK |
854 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
855 |
session "HOL-SPARK-Examples" in "SPARK/Examples" = "HOL-SPARK" + |
59810
e749a0f2f401
HOL-SPARK .prv files are subject to system option spark_prv;
wenzelm
parents:
59777
diff
changeset
|
856 |
options [document = false, spark_prv = false] |
48481 | 857 |
theories |
858 |
"Gcd/Greatest_Common_Divisor" |
|
859 |
||
860 |
"Liseq/Longest_Increasing_Subsequence" |
|
861 |
||
862 |
"RIPEMD-160/F" |
|
863 |
"RIPEMD-160/Hash" |
|
864 |
"RIPEMD-160/K_L" |
|
865 |
"RIPEMD-160/K_R" |
|
866 |
"RIPEMD-160/R_L" |
|
867 |
"RIPEMD-160/Round" |
|
868 |
"RIPEMD-160/R_R" |
|
869 |
"RIPEMD-160/S_L" |
|
870 |
"RIPEMD-160/S_R" |
|
871 |
||
872 |
"Sqrt/Sqrt" |
|
873 |
files |
|
874 |
"Gcd/greatest_common_divisor/g_c_d.fdl" |
|
875 |
"Gcd/greatest_common_divisor/g_c_d.rls" |
|
876 |
"Gcd/greatest_common_divisor/g_c_d.siv" |
|
877 |
"Liseq/liseq/liseq_length.fdl" |
|
878 |
"Liseq/liseq/liseq_length.rls" |
|
879 |
"Liseq/liseq/liseq_length.siv" |
|
880 |
"RIPEMD-160/rmd/f.fdl" |
|
881 |
"RIPEMD-160/rmd/f.rls" |
|
882 |
"RIPEMD-160/rmd/f.siv" |
|
883 |
"RIPEMD-160/rmd/hash.fdl" |
|
884 |
"RIPEMD-160/rmd/hash.rls" |
|
885 |
"RIPEMD-160/rmd/hash.siv" |
|
886 |
"RIPEMD-160/rmd/k_l.fdl" |
|
887 |
"RIPEMD-160/rmd/k_l.rls" |
|
888 |
"RIPEMD-160/rmd/k_l.siv" |
|
889 |
"RIPEMD-160/rmd/k_r.fdl" |
|
890 |
"RIPEMD-160/rmd/k_r.rls" |
|
891 |
"RIPEMD-160/rmd/k_r.siv" |
|
892 |
"RIPEMD-160/rmd/r_l.fdl" |
|
893 |
"RIPEMD-160/rmd/r_l.rls" |
|
894 |
"RIPEMD-160/rmd/r_l.siv" |
|
895 |
"RIPEMD-160/rmd/round.fdl" |
|
896 |
"RIPEMD-160/rmd/round.rls" |
|
897 |
"RIPEMD-160/rmd/round.siv" |
|
898 |
"RIPEMD-160/rmd/r_r.fdl" |
|
899 |
"RIPEMD-160/rmd/r_r.rls" |
|
900 |
"RIPEMD-160/rmd/r_r.siv" |
|
901 |
"RIPEMD-160/rmd/s_l.fdl" |
|
902 |
"RIPEMD-160/rmd/s_l.rls" |
|
903 |
"RIPEMD-160/rmd/s_l.siv" |
|
904 |
"RIPEMD-160/rmd/s_r.fdl" |
|
905 |
"RIPEMD-160/rmd/s_r.rls" |
|
906 |
"RIPEMD-160/rmd/s_r.siv" |
|
907 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
908 |
session "HOL-SPARK-Manual" in "SPARK/Manual" = "HOL-SPARK" + |
59810
e749a0f2f401
HOL-SPARK .prv files are subject to system option spark_prv;
wenzelm
parents:
59777
diff
changeset
|
909 |
options [show_question_marks = false, spark_prv = false] |
48481 | 910 |
theories |
911 |
Example_Verification |
|
912 |
VC_Principles |
|
913 |
Reference |
|
914 |
Complex_Types |
|
915 |
files |
|
916 |
"complex_types_app/initialize.fdl" |
|
917 |
"complex_types_app/initialize.rls" |
|
918 |
"complex_types_app/initialize.siv" |
|
919 |
"loop_invariant/proc1.fdl" |
|
920 |
"loop_invariant/proc1.rls" |
|
921 |
"loop_invariant/proc1.siv" |
|
922 |
"loop_invariant/proc2.fdl" |
|
923 |
"loop_invariant/proc2.rls" |
|
924 |
"loop_invariant/proc2.siv" |
|
925 |
"simple_greatest_common_divisor/g_c_d.fdl" |
|
926 |
"simple_greatest_common_divisor/g_c_d.rls" |
|
927 |
"simple_greatest_common_divisor/g_c_d.siv" |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
928 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
929 |
"complex_types.ads" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
930 |
"complex_types_app.adb" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
931 |
"complex_types_app.ads" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
932 |
"Gcd.adb" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
933 |
"Gcd.ads" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
934 |
"intro.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
935 |
"loop_invariant.adb" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
936 |
"loop_invariant.ads" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
937 |
"root.bib" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
938 |
"root.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
939 |
"Simple_Gcd.adb" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
940 |
"Simple_Gcd.ads" |
48481 | 941 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
942 |
session "HOL-Mutabelle" in Mutabelle = HOL + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
943 |
options [document = false] |
48481 | 944 |
theories MutabelleExtra |
945 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
946 |
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
|
947 |
options [document = false] |
48588 | 948 |
theories |
48690 | 949 |
Quickcheck_Examples |
950 |
Quickcheck_Lattice_Examples |
|
951 |
Completeness |
|
952 |
Quickcheck_Interfaces |
|
57584
155b7e3b729e
proper condition wrt. ISABELLE_GHC (cf. 8840fa17e17c);
wenzelm
parents:
57544
diff
changeset
|
953 |
theories [condition = ISABELLE_GHC] |
57544
8840fa17e17c
reactivate session Quickcheck_Examples
Andreas Lochbihler
parents:
57543
diff
changeset
|
954 |
Hotel_Example |
48598 | 955 |
Quickcheck_Narrowing_Examples |
48588 | 956 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
957 |
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
|
958 |
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
|
959 |
Find_Unused_Assms_Examples |
48618
1f7e068b4613
moved another larger quickcheck example to Quickcheck_Benchmark
bulwahn
parents:
48614
diff
changeset
|
960 |
Needham_Schroeder_No_Attacker_Example |
1f7e068b4613
moved another larger quickcheck example to Quickcheck_Benchmark
bulwahn
parents:
48614
diff
changeset
|
961 |
Needham_Schroeder_Guided_Attacker_Example |
48690 | 962 |
Needham_Schroeder_Unguided_Attacker_Example |
48481 | 963 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
964 |
session "HOL-Quotient_Examples" in Quotient_Examples = HOL + |
48481 | 965 |
description {* |
966 |
Author: Cezary Kaliszyk and Christian Urban |
|
967 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
968 |
options [document = false] |
48481 | 969 |
theories |
970 |
DList |
|
971 |
FSet |
|
972 |
Quotient_Int |
|
973 |
Quotient_Message |
|
974 |
Lift_FSet |
|
975 |
Lift_Set |
|
976 |
Lift_Fun |
|
977 |
Quotient_Rat |
|
978 |
Lift_DList |
|
53682
1b55aeda0e46
include Int_Pow into Quotient_Examples; add end of the theory
kuncar
parents:
53430
diff
changeset
|
979 |
Int_Pow |
60237 | 980 |
Lifting_Code_Dt_Test |
48481 | 981 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
982 |
session "HOL-Predicate_Compile_Examples" in Predicate_Compile_Examples = HOL + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
983 |
options [document = false] |
48690 | 984 |
theories |
48481 | 985 |
Examples |
986 |
Predicate_Compile_Tests |
|
61140
78ece168f5b5
reactivate examples with predicate compiler and quickcheck
Andreas Lochbihler
parents:
60921
diff
changeset
|
987 |
Predicate_Compile_Quickcheck_Examples |
48481 | 988 |
Specialisation_Examples |
48690 | 989 |
IMP_1 |
990 |
IMP_2 |
|
55450
9eddc17749f7
reactivate some examples that still appear to work;
wenzelm
parents:
55447
diff
changeset
|
991 |
(* FIXME since 21-Jul-2011 |
61140
78ece168f5b5
reactivate examples with predicate compiler and quickcheck
Andreas Lochbihler
parents:
60921
diff
changeset
|
992 |
Hotel_Example_Small_Generator *) |
48690 | 993 |
IMP_3 |
61140
78ece168f5b5
reactivate examples with predicate compiler and quickcheck
Andreas Lochbihler
parents:
60921
diff
changeset
|
994 |
IMP_4 |
55450
9eddc17749f7
reactivate some examples that still appear to work;
wenzelm
parents:
55447
diff
changeset
|
995 |
theories [condition = "ISABELLE_SWIPL"] |
48690 | 996 |
Code_Prolog_Examples |
997 |
Context_Free_Grammar_Example |
|
998 |
Hotel_Example_Prolog |
|
999 |
Lambda_Example |
|
1000 |
List_Examples |
|
55450
9eddc17749f7
reactivate some examples that still appear to work;
wenzelm
parents:
55447
diff
changeset
|
1001 |
theories [condition = "ISABELLE_SWIPL", quick_and_dirty] |
48690 | 1002 |
Reg_Exp_Example |
48481 | 1003 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1004 |
session HOLCF (main) in HOLCF = HOL + |
48338 | 1005 |
description {* |
1006 |
Author: Franz Regensburger |
|
1007 |
Author: Brian Huffman |
|
1008 |
||
1009 |
HOLCF -- a semantic extension of HOL by the LCF logic. |
|
1010 |
*} |
|
48470
7483aa690b4f
clarified "document" again, eliminated redundant "no_document";
wenzelm
parents:
48458
diff
changeset
|
1011 |
theories [document = false] |
48338 | 1012 |
"~~/src/HOL/Library/Nat_Bijection" |
1013 |
"~~/src/HOL/Library/Countable" |
|
48481 | 1014 |
theories |
1015 |
Plain_HOLCF |
|
1016 |
Fixrec |
|
1017 |
HOLCF |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
1018 |
document_files "root.tex" |
48481 | 1019 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1020 |
session "HOLCF-Tutorial" in "HOLCF/Tutorial" = HOLCF + |
48481 | 1021 |
theories |
1022 |
Domain_ex |
|
1023 |
Fixrec_ex |
|
1024 |
New_Domain |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
1025 |
document_files "root.tex" |
48481 | 1026 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1027 |
session "HOLCF-Library" in "HOLCF/Library" = HOLCF + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1028 |
options [document = false] |
48481 | 1029 |
theories HOLCF_Library |
1030 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1031 |
session "HOLCF-IMP" in "HOLCF/IMP" = HOLCF + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1032 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1033 |
IMP -- A WHILE-language and its Semantics. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1034 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1035 |
This is the HOLCF-based denotational semantics of a simple WHILE-language. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1036 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1037 |
options [document = false] |
48481 | 1038 |
theories HoareEx |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
1039 |
document_files "root.tex" |
48338 | 1040 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1041 |
session "HOLCF-ex" in "HOLCF/ex" = HOLCF + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1042 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1043 |
Miscellaneous examples for HOLCF. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1044 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1045 |
options [document = false] |
48481 | 1046 |
theories |
1047 |
Dnat |
|
1048 |
Dagstuhl |
|
1049 |
Focus_ex |
|
1050 |
Fix2 |
|
1051 |
Hoare |
|
1052 |
Concurrency_Monad |
|
1053 |
Loop |
|
1054 |
Powerdomain_ex |
|
1055 |
Domain_Proofs |
|
1056 |
Letrec |
|
1057 |
Pattern_Match |
|
1058 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1059 |
session "HOLCF-FOCUS" in "HOLCF/FOCUS" = HOLCF + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1060 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1061 |
FOCUS: a theory of stream-processing functions Isabelle/HOLCF. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1062 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1063 |
For introductions to FOCUS, see |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1064 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1065 |
"The Design of Distributed Systems - An Introduction to FOCUS" |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1066 |
http://www4.in.tum.de/publ/html.php?e=2 |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1067 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1068 |
"Specification and Refinement of a Buffer of Length One" |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1069 |
http://www4.in.tum.de/publ/html.php?e=15 |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1070 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1071 |
"Specification and Development of Interactive Systems: Focus on Streams, |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1072 |
Interfaces, and Refinement" http://www4.in.tum.de/publ/html.php?e=321 |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1073 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1074 |
options [document = false] |
48481 | 1075 |
theories |
1076 |
Fstreams |
|
1077 |
FOCUS |
|
1078 |
Buffer_adm |
|
1079 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1080 |
session IOA in "HOLCF/IOA" = HOLCF + |
48481 | 1081 |
description {* |
1082 |
Author: Olaf Mueller |
|
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1083 |
Copyright 1997 TU München |
48481 | 1084 |
|
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1085 |
A formalization of I/O automata in HOLCF. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1086 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1087 |
The distribution contains simulation relations, temporal logic, and an |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1088 |
abstraction theory. Everything is based upon a domain-theoretic model of |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1089 |
finite and infinite sequences. |
48481 | 1090 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1091 |
options [document = false] |
48481 | 1092 |
theories "meta_theory/Abstraction" |
1093 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1094 |
session "IOA-ABP" in "HOLCF/IOA/ABP" = IOA + |
48481 | 1095 |
description {* |
1096 |
Author: Olaf Mueller |
|
1097 |
||
1098 |
The Alternating Bit Protocol performed in I/O-Automata. |
|
1099 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1100 |
options [document = false] |
59503 | 1101 |
theories |
1102 |
Correctness |
|
1103 |
Spec |
|
48481 | 1104 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1105 |
session "IOA-NTP" in "HOLCF/IOA/NTP" = IOA + |
48481 | 1106 |
description {* |
1107 |
Author: Tobias Nipkow & Konrad Slind |
|
1108 |
||
1109 |
A network transmission protocol, performed in the |
|
1110 |
I/O automata formalization by Olaf Mueller. |
|
1111 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1112 |
options [document = false] |
48481 | 1113 |
theories Correctness |
1114 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1115 |
session "IOA-Storage" in "HOLCF/IOA/Storage" = IOA + |
48481 | 1116 |
description {* |
1117 |
Author: Olaf Mueller |
|
1118 |
||
1119 |
Memory storage case study. |
|
1120 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1121 |
options [document = false] |
48481 | 1122 |
theories Correctness |
1123 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1124 |
session "IOA-ex" in "HOLCF/IOA/ex" = IOA + |
48481 | 1125 |
description {* |
1126 |
Author: Olaf Mueller |
|
1127 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1128 |
options [document = false] |
48481 | 1129 |
theories |
1130 |
TrivEx |
|
1131 |
TrivEx2 |
|
1132 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1133 |
session "HOL-Record_Benchmark" in Record_Benchmark = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1134 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1135 |
Some benchmark on large record. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1136 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1137 |
options [document = false] |
58849
ef7700ecce83
discontinued pointless option: timing is always on (overall theory only);
wenzelm
parents:
58842
diff
changeset
|
1138 |
theories [condition = ISABELLE_FULL_TEST] |
48481 | 1139 |
Record_Benchmark |
1140 |