author | haftmann |
Sat, 17 Dec 2016 15:22:13 +0100 | |
changeset 64591 | 240a39af9ec4 |
parent 64588 | 293ab573d034 |
child 64597 | 1c252d8b6ca6 |
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 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
17 |
session "HOL-Proofs" (timing) = 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 |
*} |
64569 | 21 |
options [document = false, quick_and_dirty = false, parallel_proofs = 0] |
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!*) |
64569 | 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 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
28 |
session "HOL-Library" (main timing) 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 |
|
64588 | 34 |
(*conflicting type class instantiations and dependent applications*) |
64591
240a39af9ec4
restructured matter on polynomials and normalized fractions
haftmann
parents:
64588
diff
changeset
|
35 |
Field_as_Ring |
64588 | 36 |
Finite_Lattice |
37 |
List_lexord |
|
64591
240a39af9ec4
restructured matter on polynomials and normalized fractions
haftmann
parents:
64588
diff
changeset
|
38 |
Polynomial_Factorial |
63763
0f61ea70d384
clarified session: use all theories in directory HOL/Library;
wenzelm
parents:
63731
diff
changeset
|
39 |
Prefix_Order |
51115
7dbd6832a689
consolidation of library theories on product orders
haftmann
parents:
51093
diff
changeset
|
40 |
Product_Lexorder |
7dbd6832a689
consolidation of library theories on product orders
haftmann
parents:
51093
diff
changeset
|
41 |
Product_Order |
64588 | 42 |
Sublist_Order |
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
43 |
(*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
|
44 |
AList_Mapping |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
45 |
Code_Binary_Nat |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
46 |
Code_Char |
55447 | 47 |
Code_Prolog |
48481 | 48 |
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
|
49 |
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
|
50 |
DAList |
54429
be1bc181bcde
explicit inclusion of data refinement theory into HOL-Library session
haftmann
parents:
54193
diff
changeset
|
51 |
DAList_Multiset |
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
52 |
RBT_Mapping |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
53 |
RBT_Set |
64588 | 54 |
(*prototypic tools*) |
55 |
Predicate_Compile_Quickcheck |
|
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
56 |
(*legacy tools*) |
58372
bfd497f2f4c2
moved 'old_datatype' out of 'Main' (but put it in 'HOL-Proofs' because of the inductive realizer)
blanchet
parents:
58371
diff
changeset
|
57 |
Old_Datatype |
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
58 |
Old_Recdef |
58110
019c0211ed1f
took out legacy material from 'HOL/Library/Library.thy'
blanchet
parents:
58039
diff
changeset
|
59 |
Old_SMT |
64588 | 60 |
Refute |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
61 |
document_files "root.bib" "root.tex" |
48481 | 62 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
63 |
session "HOL-Hahn_Banach" in Hahn_Banach = HOL + |
48481 | 64 |
description {* |
65 |
Author: Gertrud Bauer, TU Munich |
|
66 |
||
67 |
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
|
68 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
69 |
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
|
70 |
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
|
71 |
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
|
72 |
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
|
73 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
74 |
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
|
75 |
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
|
76 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
77 |
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
|
78 |
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
|
79 |
continous linearform on the whole vectorspace. |
48481 | 80 |
*} |
81 |
theories Hahn_Banach |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
82 |
document_files "root.bib" "root.tex" |
48481 | 83 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
84 |
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
|
85 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
86 |
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
|
87 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
88 |
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
|
89 |
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
|
90 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
91 |
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
|
92 |
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
|
93 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
94 |
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
|
95 |
(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
|
96 |
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
|
97 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
98 |
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
|
99 |
mutually recursive relations. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
100 |
*} |
58372
bfd497f2f4c2
moved 'old_datatype' out of 'Main' (but put it in 'HOL-Proofs' because of the inductive realizer)
blanchet
parents:
58371
diff
changeset
|
101 |
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
|
102 |
"~~/src/HOL/Library/Old_Datatype" |
48481 | 103 |
theories [quick_and_dirty] |
104 |
Common_Patterns |
|
105 |
theories |
|
61935 | 106 |
Nested_Datatype |
48481 | 107 |
QuoDataType |
108 |
QuoNestedDataType |
|
109 |
Term |
|
110 |
SList |
|
111 |
ABexp |
|
112 |
Tree |
|
113 |
Ordinals |
|
114 |
Sigma_Algebra |
|
115 |
Comb |
|
116 |
PropLog |
|
117 |
Com |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
118 |
document_files "root.tex" |
48481 | 119 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
120 |
session "HOL-IMP" (timing) in IMP = HOL + |
59446 | 121 |
options [document_variants = document] |
48481 | 122 |
theories [document = false] |
123 |
"~~/src/HOL/Library/While_Combinator" |
|
124 |
"~~/src/HOL/Library/Char_ord" |
|
125 |
"~~/src/HOL/Library/List_lexord" |
|
51625 | 126 |
"~~/src/HOL/Library/Quotient_List" |
127 |
"~~/src/HOL/Library/Extended" |
|
48481 | 128 |
theories |
129 |
BExp |
|
130 |
ASM |
|
50050 | 131 |
Finite_Reachable |
52394 | 132 |
Denotational |
52400 | 133 |
Compiler2 |
48481 | 134 |
Poly_Types |
135 |
Sec_Typing |
|
136 |
Sec_TypingT |
|
52726 | 137 |
Def_Init_Big |
138 |
Def_Init_Small |
|
139 |
Fold |
|
48481 | 140 |
Live |
141 |
Live_True |
|
142 |
Hoare_Examples |
|
63538
d7b5e2a222c2
added new vcg based on existentially quantified while-rule
nipkow
parents:
63537
diff
changeset
|
143 |
Hoare_Sound_Complete |
52269 | 144 |
VCG |
52282 | 145 |
Hoare_Total |
63538
d7b5e2a222c2
added new vcg based on existentially quantified while-rule
nipkow
parents:
63537
diff
changeset
|
146 |
VCG_Total_EX |
48481 | 147 |
Collecting1 |
48765
fb1ed5230abc
special code with lists no longer necessary, use sets
nipkow
parents:
48738
diff
changeset
|
148 |
Collecting_Examples |
48481 | 149 |
Abs_Int_Tests |
150 |
Abs_Int1_parity |
|
151 |
Abs_Int1_const |
|
152 |
Abs_Int3 |
|
153 |
Procs_Dyn_Vars_Dyn |
|
154 |
Procs_Stat_Vars_Dyn |
|
155 |
Procs_Stat_Vars_Stat |
|
156 |
C_like |
|
157 |
OO |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
158 |
document_files "root.bib" "root.tex" |
48481 | 159 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
160 |
session "HOL-IMPP" in IMPP = HOL + |
48481 | 161 |
description {* |
162 |
Author: David von Oheimb |
|
163 |
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
|
164 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
165 |
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
|
166 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
167 |
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
|
168 |
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
|
169 |
Local Variables" (http://isabelle.in.tum.de/Bali/papers/FSTTCS99.html). |
48481 | 170 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
171 |
options [document = false] |
48481 | 172 |
theories EvenOdd |
173 |
||
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
174 |
session "HOL-Data_Structures" (timing) in Data_Structures = HOL + |
61203 | 175 |
options [document_variants = document] |
176 |
theories [document = false] |
|
177 |
"Less_False" |
|
62706 | 178 |
"~~/src/HOL/Library/Multiset" |
64323 | 179 |
"~~/src/HOL/Number_Theory/Fib" |
61203 | 180 |
theories |
63829 | 181 |
Balance |
61203 | 182 |
Tree_Map |
61232 | 183 |
AVL_Map |
61224 | 184 |
RBT_Map |
61469
cd82b1023932
added 2-3 trees (simpler and more complete than the version in ex/Tree23)
nipkow
parents:
61368
diff
changeset
|
185 |
Tree23_Map |
61514 | 186 |
Tree234_Map |
61789 | 187 |
Brother12_Map |
62130 | 188 |
AA_Map |
61525 | 189 |
Splay_Map |
62706 | 190 |
Leftist_Heap |
61224 | 191 |
document_files "root.tex" "root.bib" |
61203 | 192 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
193 |
session "HOL-Import" in Import = HOL + |
48481 | 194 |
theories HOL_Light_Maps |
195 |
theories [condition = HOL_LIGHT_BUNDLE] HOL_Light_Import |
|
196 |
||
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
197 |
session "HOL-Number_Theory" (timing) in Number_Theory = HOL + |
55321
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
198 |
description {* |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
199 |
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
|
200 |
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
|
201 |
*} |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
202 |
theories [document = false] |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
203 |
"~~/src/HOL/Library/FuncSet" |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
204 |
"~~/src/HOL/Library/Multiset" |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
205 |
"~~/src/HOL/Algebra/Ring" |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
206 |
"~~/src/HOL/Algebra/FiniteProduct" |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
207 |
theories |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
208 |
Pocklington |
55730
97ff9276e12d
Gauss.thy ported from Old_Number_Theory (unfinished)
paulson <lp15@cam.ac.uk>
parents:
55663
diff
changeset
|
209 |
Gauss |
55321
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
210 |
Number_Theory |
58023
62826b36ac5e
generic euclidean algorithm (due to Manuel Eberl)
haftmann
parents:
57998
diff
changeset
|
211 |
Euclidean_Algorithm |
60804 | 212 |
Factorial_Ring |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
213 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
214 |
"root.tex" |
48481 | 215 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
216 |
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
|
217 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
218 |
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
|
219 |
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
|
220 |
*} |
48481 | 221 |
theories Hoare |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
222 |
document_files "root.bib" "root.tex" |
48481 | 223 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
224 |
session "HOL-Hoare_Parallel" (timing) 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
|
225 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
226 |
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
|
227 |
(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
|
228 |
*} |
48481 | 229 |
theories Hoare_Parallel |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
230 |
document_files "root.bib" "root.tex" |
48481 | 231 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
232 |
session "HOL-Codegenerator_Test" in Codegenerator_Test = "HOL-Library" + |
62354 | 233 |
options [document = false, browser_info = false] |
51422
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
234 |
theories |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
235 |
Generate |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
236 |
Generate_Binary_Nat |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
237 |
Generate_Target_Nat |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
238 |
Generate_Efficient_Datastructures |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
239 |
Generate_Pretty_Char |
64582
3d20ded18f14
unconditional Code_Test_PolyML and Code_Test_Scala: compiler is always present;
wenzelm
parents:
64569
diff
changeset
|
240 |
Code_Test_PolyML |
3d20ded18f14
unconditional Code_Test_PolyML and Code_Test_Scala: compiler is always present;
wenzelm
parents:
64569
diff
changeset
|
241 |
Code_Test_Scala |
62354 | 242 |
theories [condition = "ISABELLE_GHC"] |
58039
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
243 |
Code_Test_GHC |
62354 | 244 |
theories [condition = "ISABELLE_MLTON"] |
58039
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
245 |
Code_Test_MLton |
62354 | 246 |
theories [condition = "ISABELLE_OCAMLC"] |
58039
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
247 |
Code_Test_OCaml |
62354 | 248 |
theories [condition = "ISABELLE_SMLNJ"] |
58039
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
249 |
Code_Test_SMLNJ |
48481 | 250 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
251 |
session "HOL-Metis_Examples" (timing) in Metis_Examples = HOL + |
48481 | 252 |
description {* |
253 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
|
254 |
Author: Jasmin Blanchette, TU Muenchen |
|
255 |
||
256 |
Testing Metis and Sledgehammer. |
|
257 |
*} |
|
58423 | 258 |
options [document = false] |
48481 | 259 |
theories |
260 |
Abstraction |
|
261 |
Big_O |
|
262 |
Binary_Tree |
|
263 |
Clausification |
|
264 |
Message |
|
265 |
Proxies |
|
266 |
Tarski |
|
267 |
Trans_Closure |
|
268 |
Sets |
|
269 |
||
55072 | 270 |
session "HOL-Nitpick_Examples" in Nitpick_Examples = HOL + |
48481 | 271 |
description {* |
272 |
Author: Jasmin Blanchette, TU Muenchen |
|
273 |
Copyright 2009 |
|
274 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
275 |
options [document = false] |
48481 | 276 |
theories [quick_and_dirty] Nitpick_Examples |
277 |
||
64389 | 278 |
session "HOL-Nunchaku" in Nunchaku = HOL + |
279 |
description {* |
|
280 |
Author: Jasmin Blanchette, Inria Nancy, LORIA, MPII |
|
281 |
Copyright 2015, 2016 |
|
282 |
||
283 |
Nunchaku: Yet another counterexample generator for Isabelle/HOL. |
|
284 |
*} |
|
285 |
options [document = false] |
|
286 |
theories Nunchaku |
|
287 |
||
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
288 |
session "HOL-Algebra" (main timing) in Algebra = HOL + |
48481 | 289 |
description {* |
290 |
Author: Clemens Ballarin, started 24 September 1999 |
|
291 |
||
292 |
The Isabelle Algebraic Library. |
|
293 |
*} |
|
294 |
theories [document = false] |
|
295 |
(* Preliminaries from set and number theory *) |
|
296 |
"~~/src/HOL/Library/FuncSet" |
|
55159
608c157d743d
Replacing the theory Library/Binomial by Number_Theory/Binomial
paulson <lp15@cam.ac.uk>
parents:
55123
diff
changeset
|
297 |
"~~/src/HOL/Number_Theory/Primes" |
48481 | 298 |
"~~/src/HOL/Library/Permutation" |
299 |
theories |
|
300 |
(*** New development, based on explicit structures ***) |
|
301 |
(* Groups *) |
|
302 |
FiniteProduct (* Product operator for commutative groups *) |
|
303 |
Sylow (* Sylow's theorem *) |
|
304 |
Bij (* Automorphism Groups *) |
|
305 |
||
306 |
(* Rings *) |
|
307 |
Divisibility (* Rings *) |
|
308 |
IntRing (* Ideals and residue classes *) |
|
309 |
UnivPoly (* Polynomials *) |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
310 |
document_files "root.bib" "root.tex" |
48481 | 311 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
312 |
session "HOL-Auth" (timing) in Auth = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
313 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
314 |
A new approach to verifying authentication protocols. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
315 |
*} |
48481 | 316 |
theories |
317 |
Auth_Shared |
|
318 |
Auth_Public |
|
319 |
"Smartcard/Auth_Smartcard" |
|
320 |
"Guard/Auth_Guard_Shared" |
|
321 |
"Guard/Auth_Guard_Public" |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
322 |
document_files "root.tex" |
48481 | 323 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
324 |
session "HOL-UNITY" (timing) in UNITY = "HOL-Auth" + |
48481 | 325 |
description {* |
326 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
|
327 |
Copyright 1998 University of Cambridge |
|
328 |
||
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
329 |
Verifying security protocols using Chandy and Misra's UNITY formalism. |
48481 | 330 |
*} |
331 |
theories |
|
332 |
(*Basic meta-theory*) |
|
333 |
"UNITY_Main" |
|
334 |
||
335 |
(*Simple examples: no composition*) |
|
336 |
"Simple/Deadlock" |
|
337 |
"Simple/Common" |
|
338 |
"Simple/Network" |
|
339 |
"Simple/Token" |
|
340 |
"Simple/Channel" |
|
341 |
"Simple/Lift" |
|
342 |
"Simple/Mutex" |
|
343 |
"Simple/Reach" |
|
344 |
"Simple/Reachability" |
|
345 |
||
346 |
(*Verifying security protocols using UNITY*) |
|
347 |
"Simple/NSP_Bad" |
|
348 |
||
349 |
(*Example of composition*) |
|
350 |
"Comp/Handshake" |
|
351 |
||
352 |
(*Universal properties examples*) |
|
353 |
"Comp/Counter" |
|
354 |
"Comp/Counterc" |
|
355 |
"Comp/Priority" |
|
356 |
||
357 |
"Comp/TimerArray" |
|
358 |
"Comp/Progress" |
|
359 |
||
360 |
"Comp/Alloc" |
|
361 |
"Comp/AllocImpl" |
|
362 |
"Comp/Client" |
|
363 |
||
364 |
(*obsolete*) |
|
365 |
"ELT" |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
366 |
document_files "root.tex" |
48481 | 367 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
368 |
session "HOL-Unix" in Unix = HOL + |
48481 | 369 |
options [print_mode = "no_brackets,no_type_brackets"] |
370 |
theories Unix |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
371 |
document_files "root.bib" "root.tex" |
48481 | 372 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
373 |
session "HOL-ZF" in ZF = HOL + |
48481 | 374 |
theories MainZF Games |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
375 |
document_files "root.tex" |
48481 | 376 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
377 |
session "HOL-Imperative_HOL" in Imperative_HOL = HOL + |
59446 | 378 |
options [print_mode = "iff,no_brackets"] |
48481 | 379 |
theories [document = false] |
380 |
"~~/src/HOL/Library/Countable" |
|
381 |
"~~/src/HOL/Library/Monad_Syntax" |
|
382 |
"~~/src/HOL/Library/LaTeXsugar" |
|
383 |
theories Imperative_HOL_ex |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
384 |
document_files "root.bib" "root.tex" |
48481 | 385 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
386 |
session "HOL-Decision_Procs" (timing) in Decision_Procs = HOL + |
51544 | 387 |
description {* |
388 |
Various decision procedures, typically involving reflection. |
|
389 |
*} |
|
62354 | 390 |
options [document = false] |
48481 | 391 |
theories Decision_Procs |
392 |
||
63000
d0dfdd413a7f
remove "slow" session tags
Lars Hupel <lars.hupel@mytum.de>
parents:
62999
diff
changeset
|
393 |
session "HOL-Proofs-ex" in "Proofs/ex" = "HOL-Proofs" + |
62354 | 394 |
options [document = false, parallel_proofs = 0] |
52424
77075c576d4c
support for XML data representation of proof terms;
wenzelm
parents:
52400
diff
changeset
|
395 |
theories |
77075c576d4c
support for XML data representation of proof terms;
wenzelm
parents:
52400
diff
changeset
|
396 |
Hilbert_Classical |
62363
7b5468422352
moved examples to avoid dependency on bulky HOL-Proofs session, e.g. relevant for "isabelle makedist";
wenzelm
parents:
62357
diff
changeset
|
397 |
Proof_Terms |
52424
77075c576d4c
support for XML data representation of proof terms;
wenzelm
parents:
52400
diff
changeset
|
398 |
XML_Data |
48481 | 399 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
400 |
session "HOL-Proofs-Extraction" (timing) 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 |
*} |
62354 | 404 |
options [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/Library/State_Monad" |
|
410 |
theories |
|
411 |
Greatest_Common_Divisor |
|
412 |
Warshall |
|
413 |
Higman_Extraction |
|
414 |
Pigeonhole |
|
415 |
Euclid |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
416 |
document_files "root.bib" "root.tex" |
48481 | 417 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
418 |
session "HOL-Proofs-Lambda" (timing) 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
|
419 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
420 |
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
|
421 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
422 |
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
|
423 |
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
|
424 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
425 |
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
|
426 |
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
|
427 |
*} |
62354 | 428 |
options [print_mode = "no_brackets", |
62242
a4e6ea45f416
guard sessions that no longer work with SML/NJ -- memory problems;
wenzelm
parents:
62168
diff
changeset
|
429 |
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 |
||
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
452 |
session "HOL-MicroJava" (timing) 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 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
474 |
session "HOL-Bali" (timing) 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 |
*} |
48481 | 527 |
theories [document = false] |
528 |
"~~/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
|
529 |
Code_Binary_Nat_examples |
48481 | 530 |
"~~/src/HOL/Library/FuncSet" |
531 |
Eval_Examples |
|
532 |
Normalization_by_Evaluation |
|
533 |
Hebrew |
|
534 |
Chinese |
|
535 |
Serbian |
|
49985
5b4b0e4e5205
moved Refute to "HOL/Library" to speed up building "Main" even more
blanchet
parents:
49932
diff
changeset
|
536 |
"~~/src/HOL/Library/Refute" |
56922 | 537 |
"~~/src/HOL/Library/Transitive_Closure_Table" |
55123
a389b50e6a42
no document for Cartouche_Examples: avoid problems typesetting "\001";
wenzelm
parents:
55075
diff
changeset
|
538 |
Cartouche_Examples |
48481 | 539 |
theories |
59090 | 540 |
Commands |
57507 | 541 |
Adhoc_Overloading_Examples |
48481 | 542 |
Iff_Oracle |
543 |
Coercion_Examples |
|
544 |
Abstract_NAT |
|
545 |
Guess |
|
62999 | 546 |
Functions |
48481 | 547 |
Induction_Schema |
548 |
LocaleTest2 |
|
549 |
Records |
|
550 |
While_Combinator_Example |
|
551 |
MonoidGroup |
|
552 |
BinEx |
|
553 |
Hex_Bin_Examples |
|
554 |
Antiquote |
|
555 |
Multiquote |
|
556 |
PER |
|
557 |
NatSum |
|
558 |
ThreeDivides |
|
59190
3a594fd13ca4
3 old example lemmas by Amine listed in the top 100 theorems
kleing
parents:
59162
diff
changeset
|
559 |
Cubic_Quartic |
59739 | 560 |
Pythagoras |
48481 | 561 |
Intuitionistic |
562 |
CTL |
|
563 |
Arith_Examples |
|
564 |
Tree23 |
|
58644 | 565 |
Bubblesort |
48481 | 566 |
MergeSort |
567 |
Lagrange |
|
568 |
Groebner_Examples |
|
569 |
Unification |
|
570 |
Primrec |
|
571 |
Tarski |
|
572 |
Classical |
|
573 |
Set_Theory |
|
574 |
Termination |
|
575 |
Coherent |
|
576 |
PresburgerEx |
|
51093 | 577 |
Reflection_Examples |
48481 | 578 |
Sqrt |
579 |
Sqrt_Script |
|
61368 | 580 |
Transfer_Debug |
48481 | 581 |
Transfer_Ex |
582 |
Transfer_Int_Nat |
|
56922 | 583 |
Transitive_Closure_Table_Ex |
48481 | 584 |
HarmonicSeries |
585 |
Refute_Examples |
|
586 |
Execute_Choice |
|
587 |
Gauge_Integration |
|
588 |
Dedekind_Real |
|
589 |
Quicksort |
|
590 |
Birthday_Paradox |
|
591 |
List_to_Set_Comprehension_Examples |
|
592 |
Seq |
|
593 |
Simproc_Tests |
|
594 |
Executable_Relation |
|
595 |
FinFunPred |
|
55663 | 596 |
Set_Comprehension_Pointfree_Examples |
48481 | 597 |
Parallel_Example |
50138 | 598 |
IArray_Examples |
53430 | 599 |
Simps_Case_Conv_Examples |
53935 | 600 |
ML |
59739 | 601 |
Rewrite_Examples |
56815 | 602 |
SAT_Examples |
58630 | 603 |
SOS |
58418 | 604 |
SOS_Cert |
60603
09ecbd791d4a
add examples from Freek's top 100 theorems (thms 30, 73, 77)
bulwahn
parents:
60470
diff
changeset
|
605 |
Ballot |
09ecbd791d4a
add examples from Freek's top 100 theorems (thms 30, 73, 77)
bulwahn
parents:
60470
diff
changeset
|
606 |
Erdoes_Szekeres |
09ecbd791d4a
add examples from Freek's top 100 theorems (thms 30, 73, 77)
bulwahn
parents:
60470
diff
changeset
|
607 |
Sum_of_Powers |
62285 | 608 |
Sudoku |
63165
c12845e8e80a
examples and documentation for code generator time measurements
haftmann
parents:
63091
diff
changeset
|
609 |
Code_Timing |
63375
59803048b0e8
basic facts about almost everywhere fix bijections
haftmann
parents:
63283
diff
changeset
|
610 |
Perm_Fragments |
63960
3daf02070be5
new proof method "argo" for a combination of quantifier-free propositional logic with equality and linear real arithmetic
boehmes
parents:
63920
diff
changeset
|
611 |
Argo_Examples |
64015
c9f3a94cb825
proof of concept for algebraically founded word types
haftmann
parents:
63980
diff
changeset
|
612 |
Word_Type |
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
|
613 |
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
|
614 |
Meson_Test |
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 {* |
61935 | 619 |
Miscellaneous Isabelle/Isar examples. |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
620 |
*} |
61939 | 621 |
options [quick_and_dirty] |
48481 | 622 |
theories [document = false] |
623 |
"~~/src/HOL/Library/Lattice_Syntax" |
|
624 |
"../Number_Theory/Primes" |
|
625 |
theories |
|
61939 | 626 |
Knaster_Tarski |
627 |
Peirce |
|
628 |
Drinker |
|
48481 | 629 |
Cantor |
61939 | 630 |
Structured_Statements |
631 |
Basic_Logic |
|
48481 | 632 |
Expr_Compiler |
633 |
Fibonacci |
|
634 |
Group |
|
635 |
Group_Context |
|
636 |
Group_Notepad |
|
637 |
Hoare_Ex |
|
638 |
Mutilated_Checkerboard |
|
639 |
Puzzle |
|
640 |
Summation |
|
61935 | 641 |
First_Order_Logic |
642 |
Higher_Order_Logic |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
643 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
644 |
"root.bib" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
645 |
"root.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 |
62168
e97452d79102
Eisbach works for other object-logics, e.g. Eisbach_FOL.thy;
wenzelm
parents:
62155
diff
changeset
|
655 |
Examples_FOL |
60119
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60008
diff
changeset
|
656 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
657 |
session "HOL-SET_Protocol" (timing) 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
|
658 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
659 |
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
|
660 |
*} |
48481 | 661 |
theories [document = false] "~~/src/HOL/Library/Nat_Bijection" |
662 |
theories SET_Protocol |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
663 |
document_files "root.tex" |
48481 | 664 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
665 |
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
|
666 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
667 |
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
|
668 |
*} |
48481 | 669 |
theories Cplex |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
670 |
document_files "root.tex" |
48481 | 671 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
672 |
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
|
673 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
674 |
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
|
675 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
676 |
options [document = false] |
48481 | 677 |
theories TLA |
678 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
679 |
session "HOL-TLA-Inc" in "TLA/Inc" = "HOL-TLA" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
680 |
options [document = false] |
48481 | 681 |
theories Inc |
682 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
683 |
session "HOL-TLA-Buffer" in "TLA/Buffer" = "HOL-TLA" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
684 |
options [document = false] |
48481 | 685 |
theories DBuffer |
686 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
687 |
session "HOL-TLA-Memory" in "TLA/Memory" = "HOL-TLA" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
688 |
options [document = false] |
48481 | 689 |
theories MemoryImplementation |
690 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
691 |
session "HOL-TPTP" in TPTP = HOL + |
48481 | 692 |
description {* |
693 |
Author: Jasmin Blanchette, TU Muenchen |
|
694 |
Author: Nik Sultana, University of Cambridge |
|
695 |
Copyright 2011 |
|
696 |
||
697 |
TPTP-related extensions. |
|
698 |
*} |
|
62354 | 699 |
options [document = false] |
48481 | 700 |
theories |
701 |
ATP_Theory_Export |
|
702 |
MaSh_Eval |
|
703 |
TPTP_Interpret |
|
704 |
THF_Arith |
|
55596
928b9f677165
reconstruction framework for LEO-II's TPTP proofs;
sultana
parents:
55450
diff
changeset
|
705 |
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
|
706 |
theories |
48481 | 707 |
ATP_Problem_Import |
708 |
||
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
709 |
session "HOL-Analysis" (main timing) in Analysis = HOL + |
48481 | 710 |
theories |
63627 | 711 |
Analysis |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
712 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
713 |
"root.tex" |
48481 | 714 |
|
63627 | 715 |
session "HOL-Analysis-ex" in "Analysis/ex" = "HOL-Analysis" + |
59922
1b6283aa7c94
rearranged sessions to save approx. 1min elapsed time, 5min CPU time;
wenzelm
parents:
59903
diff
changeset
|
716 |
theories |
1b6283aa7c94
rearranged sessions to save approx. 1min elapsed time, 5min CPU time;
wenzelm
parents:
59903
diff
changeset
|
717 |
Approximations |
1b6283aa7c94
rearranged sessions to save approx. 1min elapsed time, 5min CPU time;
wenzelm
parents:
59903
diff
changeset
|
718 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
719 |
session "HOL-Probability" (timing) in "Probability" = "HOL-Analysis" + |
48481 | 720 |
theories [document = false] |
721 |
"~~/src/HOL/Library/Countable" |
|
722 |
"~~/src/HOL/Library/Permutation" |
|
56994 | 723 |
"~~/src/HOL/Library/Order_Continuity" |
724 |
"~~/src/HOL/Library/Diagonal_Subsequence" |
|
63885
a6cd18af8bf9
new type for finite maps; use it in HOL-Probability
Lars Hupel <lars.hupel@mytum.de>
parents:
63829
diff
changeset
|
725 |
"~~/src/HOL/Library/Finite_Map" |
48481 | 726 |
theories |
727 |
Probability |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
728 |
document_files "root.tex" |
48481 | 729 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
730 |
session "HOL-Probability-ex" (timing) in "Probability/ex" = "HOL-Probability" + |
61946
844881193616
put example into separate session, to restrict precious session image to library theories
haftmann
parents:
61939
diff
changeset
|
731 |
theories |
844881193616
put example into separate session, to restrict precious session image to library theories
haftmann
parents:
61939
diff
changeset
|
732 |
"Dining_Cryptographers" |
844881193616
put example into separate session, to restrict precious session image to library theories
haftmann
parents:
61939
diff
changeset
|
733 |
"Koepf_Duermuth_Countermeasure" |
844881193616
put example into separate session, to restrict precious session image to library theories
haftmann
parents:
61939
diff
changeset
|
734 |
"Measure_Not_CCC" |
844881193616
put example into separate session, to restrict precious session image to library theories
haftmann
parents:
61939
diff
changeset
|
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 |
||
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
740 |
session "HOL-Nominal-Examples" (timing) in "Nominal/Examples" = "HOL-Nominal" + |
62354 | 741 |
options [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 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
766 |
session "HOL-Cardinals" (timing) 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 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
779 |
session "HOL-Datatype_Examples" (timing) in Datatype_Examples = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
780 |
description {* |
62286
705d4c4003ea
clarified ISABELLE_FULL_TEST vs. benchmarks: src/Benchmarks is not in ROOTS and thus not covered by "isabelle build -a" by default;
wenzelm
parents:
62285
diff
changeset
|
781 |
(Co)datatype Examples. |
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 |
56454 | 785 |
Compat |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
786 |
Lambda_Term |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
787 |
Process |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
788 |
TreeFsetI |
49872 | 789 |
"Derivation_Trees/Gram_Lang" |
790 |
"Derivation_Trees/Parallel" |
|
50517 | 791 |
Koenig |
60921 | 792 |
Lift_BNF |
61745 | 793 |
Milner_Tofte |
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 |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
799 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
800 |
session "HOL-Corec_Examples" (timing) in Corec_Examples = HOL + |
62694 | 801 |
description {* |
802 |
Corecursion Examples. |
|
803 |
*} |
|
804 |
options [document = false] |
|
805 |
theories |
|
806 |
LFilter |
|
62734 | 807 |
Paper_Examples |
62694 | 808 |
Stream_Processor |
62696 | 809 |
"Tests/Simple_Nesting" |
64379
71f42dcaa1df
additional user-specified simp (naturality) rules used in friend_of_corec
traytel
parents:
64323
diff
changeset
|
810 |
"Tests/Iterate_GPV" |
62696 | 811 |
theories [quick_and_dirty] |
812 |
"Tests/GPV_Bare_Bones" |
|
813 |
"Tests/Merge_D" |
|
814 |
"Tests/Merge_Poly" |
|
815 |
"Tests/Misc_Mono" |
|
816 |
"Tests/Misc_Poly" |
|
817 |
"Tests/Small_Concrete" |
|
62725 | 818 |
"Tests/Stream_Friends" |
62696 | 819 |
"Tests/TLList_Friends" |
63190 | 820 |
"Tests/Type_Class" |
62694 | 821 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
822 |
session "HOL-Word" (main timing) in Word = HOL + |
48481 | 823 |
theories Word |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
824 |
document_files "root.bib" "root.tex" |
48481 | 825 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
826 |
session "HOL-Word-Examples" in "Word/Examples" = "HOL-Word" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
827 |
options [document = false] |
48481 | 828 |
theories WordExamples |
829 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
830 |
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
|
831 |
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
|
832 |
StateSpaceEx |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
833 |
document_files "root.tex" |
48481 | 834 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
835 |
session "HOL-Nonstandard_Analysis" (timing) in Nonstandard_Analysis = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
836 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
837 |
Nonstandard analysis. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
838 |
*} |
62479 | 839 |
theories |
840 |
Nonstandard_Analysis |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
841 |
document_files "root.tex" |
48481 | 842 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
843 |
session "HOL-Nonstandard_Analysis-Examples" (timing) in "Nonstandard_Analysis/Examples" = "HOL-Nonstandard_Analysis" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
844 |
options [document = false] |
48481 | 845 |
theories NSPrimes |
846 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
847 |
session "HOL-Mirabelle" in Mirabelle = HOL + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
848 |
options [document = false] |
48481 | 849 |
theories Mirabelle_Test |
48589
fb446a780d50
separate session HOL-Mirabelle-ex -- cannot run isolated shell scripts within build tool;
wenzelm
parents:
48588
diff
changeset
|
850 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
851 |
session "HOL-Mirabelle-ex" in "Mirabelle/ex" = "HOL-Mirabelle" + |
62354 | 852 |
options [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
|
853 |
theories Ex |
48481 | 854 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
855 |
session "HOL-Word-SMT_Examples" (timing) in SMT_Examples = "HOL-Word" + |
62354 | 856 |
options [document = false, quick_and_dirty] |
48481 | 857 |
theories |
52722 | 858 |
Boogie |
48481 | 859 |
SMT_Examples |
860 |
SMT_Word_Examples |
|
50666
6f48853f08d5
actually run Z3 for "SMT_Tests" when "ISABELLE_FULL_TEST" is enabled
blanchet
parents:
50665
diff
changeset
|
861 |
SMT_Tests |
48481 | 862 |
files |
58367
8af1e68d7e1a
renamed SMT certificate files, following 'SMT2' -> 'SMT' renaming
blanchet
parents:
58351
diff
changeset
|
863 |
"Boogie_Dijkstra.certs" |
8af1e68d7e1a
renamed SMT certificate files, following 'SMT2' -> 'SMT' renaming
blanchet
parents:
58351
diff
changeset
|
864 |
"Boogie_Max.certs" |
8af1e68d7e1a
renamed SMT certificate files, following 'SMT2' -> 'SMT' renaming
blanchet
parents:
58351
diff
changeset
|
865 |
"SMT_Examples.certs" |
8af1e68d7e1a
renamed SMT certificate files, following 'SMT2' -> 'SMT' renaming
blanchet
parents:
58351
diff
changeset
|
866 |
"SMT_Word_Examples.certs" |
8af1e68d7e1a
renamed SMT certificate files, following 'SMT2' -> 'SMT' renaming
blanchet
parents:
58351
diff
changeset
|
867 |
"VCC_Max.certs" |
48481 | 868 |
|
50844
b95ff3744815
populate "main" session group, e.g. relevant for Isabelle/jEdit logic selection;
wenzelm
parents:
50833
diff
changeset
|
869 |
session "HOL-SPARK" (main) in "SPARK" = "HOL-Word" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
870 |
options [document = false] |
48481 | 871 |
theories SPARK |
872 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
873 |
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
|
874 |
options [document = false, spark_prv = false] |
48481 | 875 |
theories |
876 |
"Gcd/Greatest_Common_Divisor" |
|
877 |
||
878 |
"Liseq/Longest_Increasing_Subsequence" |
|
879 |
||
880 |
"RIPEMD-160/F" |
|
881 |
"RIPEMD-160/Hash" |
|
882 |
"RIPEMD-160/K_L" |
|
883 |
"RIPEMD-160/K_R" |
|
884 |
"RIPEMD-160/R_L" |
|
885 |
"RIPEMD-160/Round" |
|
886 |
"RIPEMD-160/R_R" |
|
887 |
"RIPEMD-160/S_L" |
|
888 |
"RIPEMD-160/S_R" |
|
889 |
||
890 |
"Sqrt/Sqrt" |
|
891 |
files |
|
892 |
"Gcd/greatest_common_divisor/g_c_d.fdl" |
|
893 |
"Gcd/greatest_common_divisor/g_c_d.rls" |
|
894 |
"Gcd/greatest_common_divisor/g_c_d.siv" |
|
895 |
"Liseq/liseq/liseq_length.fdl" |
|
896 |
"Liseq/liseq/liseq_length.rls" |
|
897 |
"Liseq/liseq/liseq_length.siv" |
|
898 |
"RIPEMD-160/rmd/f.fdl" |
|
899 |
"RIPEMD-160/rmd/f.rls" |
|
900 |
"RIPEMD-160/rmd/f.siv" |
|
901 |
"RIPEMD-160/rmd/hash.fdl" |
|
902 |
"RIPEMD-160/rmd/hash.rls" |
|
903 |
"RIPEMD-160/rmd/hash.siv" |
|
904 |
"RIPEMD-160/rmd/k_l.fdl" |
|
905 |
"RIPEMD-160/rmd/k_l.rls" |
|
906 |
"RIPEMD-160/rmd/k_l.siv" |
|
907 |
"RIPEMD-160/rmd/k_r.fdl" |
|
908 |
"RIPEMD-160/rmd/k_r.rls" |
|
909 |
"RIPEMD-160/rmd/k_r.siv" |
|
910 |
"RIPEMD-160/rmd/r_l.fdl" |
|
911 |
"RIPEMD-160/rmd/r_l.rls" |
|
912 |
"RIPEMD-160/rmd/r_l.siv" |
|
913 |
"RIPEMD-160/rmd/round.fdl" |
|
914 |
"RIPEMD-160/rmd/round.rls" |
|
915 |
"RIPEMD-160/rmd/round.siv" |
|
916 |
"RIPEMD-160/rmd/r_r.fdl" |
|
917 |
"RIPEMD-160/rmd/r_r.rls" |
|
918 |
"RIPEMD-160/rmd/r_r.siv" |
|
919 |
"RIPEMD-160/rmd/s_l.fdl" |
|
920 |
"RIPEMD-160/rmd/s_l.rls" |
|
921 |
"RIPEMD-160/rmd/s_l.siv" |
|
922 |
"RIPEMD-160/rmd/s_r.fdl" |
|
923 |
"RIPEMD-160/rmd/s_r.rls" |
|
924 |
"RIPEMD-160/rmd/s_r.siv" |
|
925 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
926 |
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
|
927 |
options [show_question_marks = false, spark_prv = false] |
48481 | 928 |
theories |
929 |
Example_Verification |
|
930 |
VC_Principles |
|
931 |
Reference |
|
932 |
Complex_Types |
|
933 |
files |
|
934 |
"complex_types_app/initialize.fdl" |
|
935 |
"complex_types_app/initialize.rls" |
|
936 |
"complex_types_app/initialize.siv" |
|
937 |
"loop_invariant/proc1.fdl" |
|
938 |
"loop_invariant/proc1.rls" |
|
939 |
"loop_invariant/proc1.siv" |
|
940 |
"loop_invariant/proc2.fdl" |
|
941 |
"loop_invariant/proc2.rls" |
|
942 |
"loop_invariant/proc2.siv" |
|
943 |
"simple_greatest_common_divisor/g_c_d.fdl" |
|
944 |
"simple_greatest_common_divisor/g_c_d.rls" |
|
945 |
"simple_greatest_common_divisor/g_c_d.siv" |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
946 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
947 |
"complex_types.ads" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
948 |
"complex_types_app.adb" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
949 |
"complex_types_app.ads" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
950 |
"Gcd.adb" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
951 |
"Gcd.ads" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
952 |
"intro.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
953 |
"loop_invariant.adb" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
954 |
"loop_invariant.ads" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
955 |
"root.bib" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
956 |
"root.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
957 |
"Simple_Gcd.adb" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
958 |
"Simple_Gcd.ads" |
48481 | 959 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
960 |
session "HOL-Mutabelle" in Mutabelle = HOL + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
961 |
options [document = false] |
48481 | 962 |
theories MutabelleExtra |
963 |
||
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
964 |
session "HOL-Quickcheck_Examples" (timing) 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
|
965 |
options [document = false] |
48588 | 966 |
theories |
48690 | 967 |
Quickcheck_Examples |
968 |
Quickcheck_Lattice_Examples |
|
969 |
Completeness |
|
970 |
Quickcheck_Interfaces |
|
63731
9f906a2eb0e7
added theory to provide workaround to support nested datatypes in quickcheck (until quickcheck is generalized to support it with new datatypes)
blanchet
parents:
63643
diff
changeset
|
971 |
Quickcheck_Nesting_Example |
57584
155b7e3b729e
proper condition wrt. ISABELLE_GHC (cf. 8840fa17e17c);
wenzelm
parents:
57544
diff
changeset
|
972 |
theories [condition = ISABELLE_GHC] |
57544
8840fa17e17c
reactivate session Quickcheck_Examples
Andreas Lochbihler
parents:
57543
diff
changeset
|
973 |
Hotel_Example |
48598 | 974 |
Quickcheck_Narrowing_Examples |
48588 | 975 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
976 |
session "HOL-Quotient_Examples" (timing) in Quotient_Examples = HOL + |
48481 | 977 |
description {* |
978 |
Author: Cezary Kaliszyk and Christian Urban |
|
979 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
980 |
options [document = false] |
48481 | 981 |
theories |
982 |
DList |
|
63920
003622e08379
resolve the name clash of HOL/Library/FSet and HOL/Quotient_Examples/FSet
kuncar
parents:
63888
diff
changeset
|
983 |
Quotient_FSet |
48481 | 984 |
Quotient_Int |
985 |
Quotient_Message |
|
986 |
Lift_FSet |
|
987 |
Lift_Set |
|
988 |
Lift_Fun |
|
989 |
Quotient_Rat |
|
990 |
Lift_DList |
|
53682
1b55aeda0e46
include Int_Pow into Quotient_Examples; add end of the theory
kuncar
parents:
53430
diff
changeset
|
991 |
Int_Pow |
60237 | 992 |
Lifting_Code_Dt_Test |
48481 | 993 |
|
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
994 |
session "HOL-Predicate_Compile_Examples" (timing) in Predicate_Compile_Examples = HOL + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
995 |
options [document = false] |
62354 | 996 |
theories |
48481 | 997 |
Examples |
998 |
Predicate_Compile_Tests |
|
61140
78ece168f5b5
reactivate examples with predicate compiler and quickcheck
Andreas Lochbihler
parents:
60921
diff
changeset
|
999 |
Predicate_Compile_Quickcheck_Examples |
48481 | 1000 |
Specialisation_Examples |
48690 | 1001 |
IMP_1 |
1002 |
IMP_2 |
|
55450
9eddc17749f7
reactivate some examples that still appear to work;
wenzelm
parents:
55447
diff
changeset
|
1003 |
(* FIXME since 21-Jul-2011 |
61140
78ece168f5b5
reactivate examples with predicate compiler and quickcheck
Andreas Lochbihler
parents:
60921
diff
changeset
|
1004 |
Hotel_Example_Small_Generator *) |
48690 | 1005 |
IMP_3 |
61140
78ece168f5b5
reactivate examples with predicate compiler and quickcheck
Andreas Lochbihler
parents:
60921
diff
changeset
|
1006 |
IMP_4 |
62242
a4e6ea45f416
guard sessions that no longer work with SML/NJ -- memory problems;
wenzelm
parents:
62168
diff
changeset
|
1007 |
theories [condition = ISABELLE_SWIPL] |
48690 | 1008 |
Code_Prolog_Examples |
1009 |
Context_Free_Grammar_Example |
|
1010 |
Hotel_Example_Prolog |
|
1011 |
Lambda_Example |
|
1012 |
List_Examples |
|
62242
a4e6ea45f416
guard sessions that no longer work with SML/NJ -- memory problems;
wenzelm
parents:
62168
diff
changeset
|
1013 |
theories [condition = ISABELLE_SWIPL, quick_and_dirty] |
48690 | 1014 |
Reg_Exp_Example |
48481 | 1015 |
|
64551 | 1016 |
session "HOL-Types_To_Sets" in Types_To_Sets = HOL + |
1017 |
description {* |
|
1018 |
Experimental extension of Higher-Order Logic to allow translation of types to sets. |
|
1019 |
*} |
|
1020 |
options [document = false] |
|
1021 |
theories |
|
1022 |
Types_To_Sets |
|
1023 |
"Examples/Prerequisites" |
|
1024 |
"Examples/Finite" |
|
1025 |
"Examples/T2_Spaces" |
|
1026 |
||
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
1027 |
session HOLCF (main timing) in HOLCF = HOL + |
48338 | 1028 |
description {* |
1029 |
Author: Franz Regensburger |
|
1030 |
Author: Brian Huffman |
|
1031 |
||
1032 |
HOLCF -- a semantic extension of HOL by the LCF logic. |
|
1033 |
*} |
|
48470
7483aa690b4f
clarified "document" again, eliminated redundant "no_document";
wenzelm
parents:
48458
diff
changeset
|
1034 |
theories [document = false] |
48338 | 1035 |
"~~/src/HOL/Library/Nat_Bijection" |
1036 |
"~~/src/HOL/Library/Countable" |
|
48481 | 1037 |
theories |
1038 |
Plain_HOLCF |
|
1039 |
Fixrec |
|
1040 |
HOLCF |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
1041 |
document_files "root.tex" |
48481 | 1042 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1043 |
session "HOLCF-Tutorial" in "HOLCF/Tutorial" = HOLCF + |
48481 | 1044 |
theories |
1045 |
Domain_ex |
|
1046 |
Fixrec_ex |
|
1047 |
New_Domain |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
1048 |
document_files "root.tex" |
48481 | 1049 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1050 |
session "HOLCF-Library" in "HOLCF/Library" = HOLCF + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1051 |
options [document = false] |
48481 | 1052 |
theories HOLCF_Library |
1053 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1054 |
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
|
1055 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1056 |
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
|
1057 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1058 |
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
|
1059 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1060 |
options [document = false] |
48481 | 1061 |
theories HoareEx |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
1062 |
document_files "root.tex" |
48338 | 1063 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1064 |
session "HOLCF-ex" in "HOLCF/ex" = HOLCF + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1065 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1066 |
Miscellaneous examples for HOLCF. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1067 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1068 |
options [document = false] |
48481 | 1069 |
theories |
1070 |
Dnat |
|
1071 |
Dagstuhl |
|
1072 |
Focus_ex |
|
1073 |
Fix2 |
|
1074 |
Hoare |
|
1075 |
Concurrency_Monad |
|
1076 |
Loop |
|
1077 |
Powerdomain_ex |
|
1078 |
Domain_Proofs |
|
1079 |
Letrec |
|
1080 |
Pattern_Match |
|
1081 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1082 |
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
|
1083 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1084 |
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
|
1085 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1086 |
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
|
1087 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1088 |
"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
|
1089 |
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
|
1090 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1091 |
"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
|
1092 |
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
|
1093 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1094 |
"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
|
1095 |
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
|
1096 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1097 |
options [document = false] |
48481 | 1098 |
theories |
1099 |
Fstreams |
|
1100 |
FOCUS |
|
1101 |
Buffer_adm |
|
1102 |
||
63888
5a9a1985e9fb
sessions that are relevant for routine timing measurements;
wenzelm
parents:
63885
diff
changeset
|
1103 |
session IOA (timing) in "HOLCF/IOA" = HOLCF + |
48481 | 1104 |
description {* |
1105 |
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
|
1106 |
Copyright 1997 TU München |
48481 | 1107 |
|
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1108 |
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
|
1109 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1110 |
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
|
1111 |
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
|
1112 |
finite and infinite sequences. |
48481 | 1113 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1114 |
options [document = false] |
62008 | 1115 |
theories "Abstraction" |
48481 | 1116 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1117 |
session "IOA-ABP" in "HOLCF/IOA/ABP" = IOA + |
48481 | 1118 |
description {* |
1119 |
Author: Olaf Mueller |
|
1120 |
||
1121 |
The Alternating Bit Protocol performed in I/O-Automata. |
|
1122 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1123 |
options [document = false] |
59503 | 1124 |
theories |
1125 |
Correctness |
|
1126 |
Spec |
|
48481 | 1127 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1128 |
session "IOA-NTP" in "HOLCF/IOA/NTP" = IOA + |
48481 | 1129 |
description {* |
1130 |
Author: Tobias Nipkow & Konrad Slind |
|
1131 |
||
1132 |
A network transmission protocol, performed in the |
|
1133 |
I/O automata formalization by Olaf Mueller. |
|
1134 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1135 |
options [document = false] |
48481 | 1136 |
theories Correctness |
1137 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1138 |
session "IOA-Storage" in "HOLCF/IOA/Storage" = IOA + |
48481 | 1139 |
description {* |
1140 |
Author: Olaf Mueller |
|
1141 |
||
1142 |
Memory storage case study. |
|
1143 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1144 |
options [document = false] |
48481 | 1145 |
theories Correctness |
1146 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1147 |
session "IOA-ex" in "HOLCF/IOA/ex" = IOA + |
48481 | 1148 |
description {* |
1149 |
Author: Olaf Mueller |
|
1150 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1151 |
options [document = false] |
48481 | 1152 |
theories |
1153 |
TrivEx |
|
1154 |
TrivEx2 |