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