author | blanchet |
Fri, 12 Sep 2014 16:42:36 +0200 | |
changeset 58329 | a31404ec7414 |
parent 58313 | 57d2e5006d29 |
child 58331 | 054e9a9fccad |
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 |
*} |
48338 | 7 |
options [document_graph] |
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
|
8 |
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
|
9 |
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
|
10 |
Complex_Main |
48901
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
11 |
files |
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
12 |
"Tools/Quickcheck/Narrowing_Engine.hs" |
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
13 |
"Tools/Quickcheck/PNF_Narrowing_Engine.hs" |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
14 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
15 |
"root.bib" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
16 |
"root.tex" |
48338 | 17 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
18 |
session "HOL-Proofs" = Pure + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
19 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
20 |
HOL-Main with explicit proof terms. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
21 |
*} |
52499 | 22 |
options [document = false] |
52488
cd65ee49a8ba
discontinued system option "proofs" -- global state of Proofterm.proofs is persistently compiled into HOL-Proofs image;
wenzelm
parents:
52424
diff
changeset
|
23 |
theories Proofs (*sequential change of global flag!*) |
48338 | 24 |
theories Main |
48901
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
25 |
files |
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
26 |
"Tools/Quickcheck/Narrowing_Engine.hs" |
5e0455e29339
more basic file dependencies -- no load command here;
wenzelm
parents:
48765
diff
changeset
|
27 |
"Tools/Quickcheck/PNF_Narrowing_Engine.hs" |
48338 | 28 |
|
50844
b95ff3744815
populate "main" session group, e.g. relevant for Isabelle/jEdit logic selection;
wenzelm
parents:
50833
diff
changeset
|
29 |
session "HOL-Library" (main) in Library = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
30 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
31 |
Classical Higher-order Logic -- batteries included. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
32 |
*} |
48481 | 33 |
theories |
34 |
Library |
|
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
35 |
(*conflicting type class instantiations*) |
48481 | 36 |
List_lexord |
37 |
Sublist_Order |
|
51115
7dbd6832a689
consolidation of library theories on product orders
haftmann
parents:
51093
diff
changeset
|
38 |
Product_Lexorder |
7dbd6832a689
consolidation of library theories on product orders
haftmann
parents:
51093
diff
changeset
|
39 |
Product_Order |
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
40 |
Finite_Lattice |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
41 |
(*data refinements and dependent applications*) |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
42 |
AList_Mapping |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
43 |
Code_Binary_Nat |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
44 |
Code_Char |
55447 | 45 |
Code_Prolog |
48481 | 46 |
Code_Real_Approx_By_Float |
50023
28f3263d4d1b
refined stack of library theories implementing int and/or nat by target language numerals
haftmann
parents:
49985
diff
changeset
|
47 |
Code_Target_Numeral |
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
48 |
DAList |
54429
be1bc181bcde
explicit inclusion of data refinement theory into HOL-Library session
haftmann
parents:
54193
diff
changeset
|
49 |
DAList_Multiset |
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
50 |
RBT_Mapping |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
51 |
RBT_Set |
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
52 |
(*legacy tools*) |
49985
5b4b0e4e5205
moved Refute to "HOL/Library" to speed up building "Main" even more
blanchet
parents:
49932
diff
changeset
|
53 |
Refute |
51161
6ed12ae3b3e1
attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents:
51160
diff
changeset
|
54 |
Old_Recdef |
58110
019c0211ed1f
took out legacy material from 'HOL/Library/Library.thy'
blanchet
parents:
58039
diff
changeset
|
55 |
Old_SMT |
48932
c6e679443adc
actual use of (sos remote_csdp) via ISABELLE_FULL_TEST;
wenzelm
parents:
48901
diff
changeset
|
56 |
theories [condition = ISABELLE_FULL_TEST] |
c6e679443adc
actual use of (sos remote_csdp) via ISABELLE_FULL_TEST;
wenzelm
parents:
48901
diff
changeset
|
57 |
Sum_of_Squares_Remote |
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 |
options [document_graph] |
|
79 |
theories Hahn_Banach |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
80 |
document_files "root.bib" "root.tex" |
48481 | 81 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
82 |
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
|
83 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
84 |
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
|
85 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
86 |
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
|
87 |
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
|
88 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
89 |
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
|
90 |
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
|
91 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
92 |
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
|
93 |
(see |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
94 |
HREF="http://www.cl.cam.ac.uk/Research/Reports/TR312-lcp-set-II.ps.gz). |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
95 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
96 |
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
|
97 |
mutually recursive relations. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
98 |
*} |
48481 | 99 |
theories [quick_and_dirty] |
100 |
Common_Patterns |
|
101 |
theories |
|
102 |
QuoDataType |
|
103 |
QuoNestedDataType |
|
104 |
Term |
|
105 |
SList |
|
106 |
ABexp |
|
107 |
Tree |
|
108 |
Ordinals |
|
109 |
Sigma_Algebra |
|
110 |
Comb |
|
111 |
PropLog |
|
112 |
Com |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
113 |
document_files "root.tex" |
48481 | 114 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
115 |
session "HOL-IMP" in IMP = HOL + |
50870
b8606dd29783
hardwired document_variants, to prevent HOL-IMP's \snip choking on macros from isabellestags.sty;
wenzelm
parents:
50844
diff
changeset
|
116 |
options [document_graph, document_variants=document] |
48481 | 117 |
theories [document = false] |
55601 | 118 |
"~~/src/Tools/Permanent_Interpretation" |
48481 | 119 |
"~~/src/HOL/Library/While_Combinator" |
120 |
"~~/src/HOL/Library/Char_ord" |
|
121 |
"~~/src/HOL/Library/List_lexord" |
|
51625 | 122 |
"~~/src/HOL/Library/Quotient_List" |
123 |
"~~/src/HOL/Library/Extended" |
|
48481 | 124 |
theories |
125 |
BExp |
|
126 |
ASM |
|
50050 | 127 |
Finite_Reachable |
52394 | 128 |
Denotational |
52400 | 129 |
Compiler2 |
48481 | 130 |
Poly_Types |
131 |
Sec_Typing |
|
132 |
Sec_TypingT |
|
52726 | 133 |
Def_Init_Big |
134 |
Def_Init_Small |
|
135 |
Fold |
|
48481 | 136 |
Live |
137 |
Live_True |
|
138 |
Hoare_Examples |
|
52269 | 139 |
VCG |
52282 | 140 |
Hoare_Total |
48481 | 141 |
Collecting1 |
48765
fb1ed5230abc
special code with lists no longer necessary, use sets
nipkow
parents:
48738
diff
changeset
|
142 |
Collecting_Examples |
48481 | 143 |
Abs_Int_Tests |
144 |
Abs_Int1_parity |
|
145 |
Abs_Int1_const |
|
146 |
Abs_Int3 |
|
147 |
"Abs_Int_ITP/Abs_Int1_parity_ITP" |
|
148 |
"Abs_Int_ITP/Abs_Int1_const_ITP" |
|
149 |
"Abs_Int_ITP/Abs_Int3_ITP" |
|
150 |
"Abs_Int_Den/Abs_Int_den2" |
|
151 |
Procs_Dyn_Vars_Dyn |
|
152 |
Procs_Stat_Vars_Dyn |
|
153 |
Procs_Stat_Vars_Stat |
|
154 |
C_like |
|
155 |
OO |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
156 |
document_files "root.bib" "root.tex" |
48481 | 157 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
158 |
session "HOL-IMPP" in IMPP = HOL + |
48481 | 159 |
description {* |
160 |
Author: David von Oheimb |
|
161 |
Copyright 1999 TUM |
|
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
162 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
163 |
IMPP -- An imperative language with procedures. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
164 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
165 |
This is an extension of IMP with local variables and mutually recursive |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
166 |
procedures. For documentation see "Hoare Logic for Mutual Recursion and |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
167 |
Local Variables" (http://isabelle.in.tum.de/Bali/papers/FSTTCS99.html). |
48481 | 168 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
169 |
options [document = false] |
48481 | 170 |
theories EvenOdd |
171 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
172 |
session "HOL-Import" in Import = HOL + |
48481 | 173 |
options [document_graph] |
174 |
theories HOL_Light_Maps |
|
175 |
theories [condition = HOL_LIGHT_BUNDLE] HOL_Light_Import |
|
176 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
177 |
session "HOL-Number_Theory" in Number_Theory = HOL + |
55321
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
178 |
description {* |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
179 |
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
|
180 |
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
|
181 |
*} |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
182 |
options [document_graph] |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
183 |
theories [document = false] |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
184 |
"~~/src/HOL/Library/FuncSet" |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
185 |
"~~/src/HOL/Library/Multiset" |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
186 |
"~~/src/HOL/Algebra/Ring" |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
187 |
"~~/src/HOL/Algebra/FiniteProduct" |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
188 |
theories |
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
189 |
Pocklington |
55730
97ff9276e12d
Gauss.thy ported from Old_Number_Theory (unfinished)
paulson <lp15@cam.ac.uk>
parents:
55663
diff
changeset
|
190 |
Gauss |
55321
eadea363deb6
Restoration of Pocklington.thy. Tidying.
paulson <lp15@cam.ac.uk>
parents:
55240
diff
changeset
|
191 |
Number_Theory |
58023
62826b36ac5e
generic euclidean algorithm (due to Manuel Eberl)
haftmann
parents:
57998
diff
changeset
|
192 |
Euclidean_Algorithm |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
193 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
194 |
"root.tex" |
48481 | 195 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
196 |
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
|
197 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
198 |
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
|
199 |
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
|
200 |
*} |
48481 | 201 |
options [document_graph] |
202 |
theories [document = false] |
|
203 |
"~~/src/HOL/Library/Infinite_Set" |
|
204 |
"~~/src/HOL/Library/Permutation" |
|
205 |
theories |
|
206 |
Fib |
|
207 |
Factorization |
|
208 |
Chinese |
|
209 |
WilsonRuss |
|
210 |
WilsonBij |
|
211 |
Quadratic_Reciprocity |
|
212 |
Primes |
|
213 |
Pocklington |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
214 |
document_files "root.tex" |
48481 | 215 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
216 |
session "HOL-Hoare" in Hoare = HOL + |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
217 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
218 |
Verification of imperative programs (verification conditions are generated |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
219 |
automatically from pre/post conditions and loop invariants). |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
220 |
*} |
48481 | 221 |
theories Hoare |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
222 |
document_files "root.bib" "root.tex" |
48481 | 223 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
224 |
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
|
225 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
226 |
Verification of shared-variable imperative programs a la Owicki-Gries. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
227 |
(verification conditions are generated automatically). |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
228 |
*} |
48481 | 229 |
options [document_graph] |
230 |
theories Hoare_Parallel |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
231 |
document_files "root.bib" "root.tex" |
48481 | 232 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
233 |
session "HOL-Codegenerator_Test" in Codegenerator_Test = "HOL-Library" + |
48481 | 234 |
options [document = false, document_graph = false, browser_info = false] |
51422
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
235 |
theories |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
236 |
Generate |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
237 |
Generate_Binary_Nat |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
238 |
Generate_Target_Nat |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
239 |
Generate_Efficient_Datastructures |
821a70e29e0b
proper formatting, to facilitate line-based diff;
wenzelm
parents:
51421
diff
changeset
|
240 |
Generate_Pretty_Char |
58039
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
241 |
Code_Test |
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
242 |
theories[condition = ISABELLE_GHC] |
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
243 |
Code_Test_GHC |
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
244 |
theories[condition = ISABELLE_MLTON] |
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
245 |
Code_Test_MLton |
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
246 |
theories[condition = ISABELLE_OCAMLC] |
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
247 |
Code_Test_OCaml |
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
248 |
theories[condition = ISABELLE_POLYML_PATH] |
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
249 |
Code_Test_PolyML |
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
250 |
theories[condition = ISABELLE_SCALA] |
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
251 |
Code_Test_Scala |
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
252 |
theories[condition = ISABELLE_SMLNJ] |
469a375212c1
add testing framework for generated code
Andreas Lochbihler
parents:
58023
diff
changeset
|
253 |
Code_Test_SMLNJ |
48481 | 254 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
255 |
session "HOL-Metis_Examples" in Metis_Examples = HOL + |
48481 | 256 |
description {* |
257 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
|
258 |
Author: Jasmin Blanchette, TU Muenchen |
|
259 |
||
260 |
Testing Metis and Sledgehammer. |
|
261 |
*} |
|
48679 | 262 |
options [timeout = 3600, document = false] |
48481 | 263 |
theories |
264 |
Abstraction |
|
265 |
Big_O |
|
266 |
Binary_Tree |
|
267 |
Clausification |
|
268 |
Message |
|
269 |
Proxies |
|
270 |
Tarski |
|
271 |
Trans_Closure |
|
272 |
Sets |
|
273 |
||
55072 | 274 |
session "HOL-Nitpick_Examples" in Nitpick_Examples = HOL + |
48481 | 275 |
description {* |
276 |
Author: Jasmin Blanchette, TU Muenchen |
|
277 |
Copyright 2009 |
|
278 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
279 |
options [document = false] |
48481 | 280 |
theories [quick_and_dirty] Nitpick_Examples |
281 |
||
50844
b95ff3744815
populate "main" session group, e.g. relevant for Isabelle/jEdit logic selection;
wenzelm
parents:
50833
diff
changeset
|
282 |
session "HOL-Algebra" (main) in Algebra = HOL + |
48481 | 283 |
description {* |
284 |
Author: Clemens Ballarin, started 24 September 1999 |
|
285 |
||
286 |
The Isabelle Algebraic Library. |
|
287 |
*} |
|
288 |
options [document_graph] |
|
289 |
theories [document = false] |
|
290 |
(* Preliminaries from set and number theory *) |
|
291 |
"~~/src/HOL/Library/FuncSet" |
|
55159
608c157d743d
Replacing the theory Library/Binomial by Number_Theory/Binomial
paulson <lp15@cam.ac.uk>
parents:
55123
diff
changeset
|
292 |
"~~/src/HOL/Number_Theory/Primes" |
608c157d743d
Replacing the theory Library/Binomial by Number_Theory/Binomial
paulson <lp15@cam.ac.uk>
parents:
55123
diff
changeset
|
293 |
"~~/src/HOL/Number_Theory/Binomial" |
48481 | 294 |
"~~/src/HOL/Library/Permutation" |
295 |
theories |
|
296 |
(*** New development, based on explicit structures ***) |
|
297 |
(* Groups *) |
|
298 |
FiniteProduct (* Product operator for commutative groups *) |
|
299 |
Sylow (* Sylow's theorem *) |
|
300 |
Bij (* Automorphism Groups *) |
|
301 |
||
302 |
(* Rings *) |
|
303 |
Divisibility (* Rings *) |
|
304 |
IntRing (* Ideals and residue classes *) |
|
305 |
UnivPoly (* Polynomials *) |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
306 |
document_files "root.bib" "root.tex" |
48481 | 307 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
308 |
session "HOL-Auth" in Auth = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
309 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
310 |
A new approach to verifying authentication protocols. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
311 |
*} |
48481 | 312 |
options [document_graph] |
313 |
theories |
|
314 |
Auth_Shared |
|
315 |
Auth_Public |
|
316 |
"Smartcard/Auth_Smartcard" |
|
317 |
"Guard/Auth_Guard_Shared" |
|
318 |
"Guard/Auth_Guard_Public" |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
319 |
document_files "root.tex" |
48481 | 320 |
|
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
|
321 |
session "HOL-UNITY" in UNITY = "HOL-Auth" + |
48481 | 322 |
description {* |
323 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
|
324 |
Copyright 1998 University of Cambridge |
|
325 |
||
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
326 |
Verifying security protocols using Chandy and Misra's UNITY formalism. |
48481 | 327 |
*} |
328 |
options [document_graph] |
|
329 |
theories |
|
330 |
(*Basic meta-theory*) |
|
331 |
"UNITY_Main" |
|
332 |
||
333 |
(*Simple examples: no composition*) |
|
334 |
"Simple/Deadlock" |
|
335 |
"Simple/Common" |
|
336 |
"Simple/Network" |
|
337 |
"Simple/Token" |
|
338 |
"Simple/Channel" |
|
339 |
"Simple/Lift" |
|
340 |
"Simple/Mutex" |
|
341 |
"Simple/Reach" |
|
342 |
"Simple/Reachability" |
|
343 |
||
344 |
(*Verifying security protocols using UNITY*) |
|
345 |
"Simple/NSP_Bad" |
|
346 |
||
347 |
(*Example of composition*) |
|
348 |
"Comp/Handshake" |
|
349 |
||
350 |
(*Universal properties examples*) |
|
351 |
"Comp/Counter" |
|
352 |
"Comp/Counterc" |
|
353 |
"Comp/Priority" |
|
354 |
||
355 |
"Comp/TimerArray" |
|
356 |
"Comp/Progress" |
|
357 |
||
358 |
"Comp/Alloc" |
|
359 |
"Comp/AllocImpl" |
|
360 |
"Comp/Client" |
|
361 |
||
362 |
(*obsolete*) |
|
363 |
"ELT" |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
364 |
document_files "root.tex" |
48481 | 365 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
366 |
session "HOL-Unix" in Unix = HOL + |
48481 | 367 |
options [print_mode = "no_brackets,no_type_brackets"] |
368 |
theories Unix |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
369 |
document_files "root.bib" "root.tex" |
48481 | 370 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
371 |
session "HOL-ZF" in ZF = HOL + |
48481 | 372 |
theories MainZF Games |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
373 |
document_files "root.tex" |
48481 | 374 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
375 |
session "HOL-Imperative_HOL" in Imperative_HOL = HOL + |
48481 | 376 |
options [document_graph, print_mode = "iff,no_brackets"] |
377 |
theories [document = false] |
|
378 |
"~~/src/HOL/Library/Countable" |
|
379 |
"~~/src/HOL/Library/Monad_Syntax" |
|
380 |
"~~/src/HOL/Library/LaTeXsugar" |
|
381 |
theories Imperative_HOL_ex |
|
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-Decision_Procs" in Decision_Procs = HOL + |
51544 | 385 |
description {* |
386 |
Various decision procedures, typically involving reflection. |
|
387 |
*} |
|
48496
a7eed34cf219
added condition = ISABELLE_POLYML according to no-smlnj targets in IsaMakefile;
wenzelm
parents:
48493
diff
changeset
|
388 |
options [condition = ISABELLE_POLYML, document = false] |
48481 | 389 |
theories Decision_Procs |
390 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
391 |
session "HOL-Proofs-ex" in "Proofs/ex" = "HOL-Proofs" + |
52499 | 392 |
options [document = false, parallel_proofs = 0] |
52424
77075c576d4c
support for XML data representation of proof terms;
wenzelm
parents:
52400
diff
changeset
|
393 |
theories |
77075c576d4c
support for XML data representation of proof terms;
wenzelm
parents:
52400
diff
changeset
|
394 |
Hilbert_Classical |
77075c576d4c
support for XML data representation of proof terms;
wenzelm
parents:
52400
diff
changeset
|
395 |
XML_Data |
48481 | 396 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
397 |
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
|
398 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
399 |
Examples for program extraction in Higher-Order Logic. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
400 |
*} |
52499 | 401 |
options [condition = ISABELLE_POLYML, parallel_proofs = 0] |
48481 | 402 |
theories [document = false] |
51143
0a2371e7ced3
two target language numeral types: integer and natural, as replacement for code_numeral;
haftmann
parents:
51115
diff
changeset
|
403 |
"~~/src/HOL/Library/Code_Target_Numeral" |
48481 | 404 |
"~~/src/HOL/Library/Monad_Syntax" |
405 |
"~~/src/HOL/Number_Theory/Primes" |
|
406 |
"~~/src/HOL/Number_Theory/UniqueFactorization" |
|
407 |
"~~/src/HOL/Library/State_Monad" |
|
408 |
theories |
|
409 |
Greatest_Common_Divisor |
|
410 |
Warshall |
|
411 |
Higman_Extraction |
|
412 |
Pigeonhole |
|
413 |
Euclid |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
414 |
document_files "root.bib" "root.tex" |
48481 | 415 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
416 |
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
|
417 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
418 |
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
|
419 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
420 |
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
|
421 |
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
|
422 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
423 |
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
|
424 |
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
|
425 |
*} |
52499 | 426 |
options [document_graph, print_mode = "no_brackets", parallel_proofs = 0] |
48481 | 427 |
theories [document = false] |
51143
0a2371e7ced3
two target language numeral types: integer and natural, as replacement for code_numeral;
haftmann
parents:
51115
diff
changeset
|
428 |
"~~/src/HOL/Library/Code_Target_Int" |
48481 | 429 |
theories |
430 |
Eta |
|
431 |
StrongNorm |
|
432 |
Standardization |
|
433 |
WeakNorm |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
434 |
document_files "root.bib" "root.tex" |
48481 | 435 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
436 |
session "HOL-Prolog" in Prolog = HOL + |
48481 | 437 |
description {* |
438 |
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
|
439 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
440 |
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
|
441 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
442 |
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
|
443 |
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
|
444 |
a little functional language and its type system. |
48481 | 445 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
446 |
options [document = false] |
48481 | 447 |
theories Test Type |
448 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
449 |
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
|
450 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
451 |
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
|
452 |
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
|
453 |
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
|
454 |
*} |
48481 | 455 |
options [document_graph] |
456 |
theories [document = false] "~~/src/HOL/Library/While_Combinator" |
|
457 |
theories MicroJava |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
458 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
459 |
"introduction.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
460 |
"root.bib" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
461 |
"root.tex" |
48481 | 462 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
463 |
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
|
464 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
465 |
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
|
466 |
*} |
48481 | 467 |
options [document_graph] |
468 |
theories Example |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
469 |
document_files "root.bib" "root.tex" |
48481 | 470 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
471 |
session "HOL-Bali" in Bali = HOL + |
48481 | 472 |
options [document_graph] |
473 |
theories |
|
474 |
AxExample |
|
475 |
AxSound |
|
476 |
AxCompl |
|
477 |
Trans |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
478 |
document_files "root.tex" |
48481 | 479 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
480 |
session "HOL-IOA" in IOA = HOL + |
48481 | 481 |
description {* |
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
482 |
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
|
483 |
Copyright 1994--1996 TU Muenchen |
48481 | 484 |
|
55417
01fbfb60c33e
adapted to 'xxx_{case,rec}' renaming, to new theorem names, and to new variable names in theorems
blanchet
parents:
55370
diff
changeset
|
485 |
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
|
486 |
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
|
487 |
proofs of two communication protocols which formerly have been here. |
48481 | 488 |
|
489 |
@inproceedings{Nipkow-Slind-IOA, |
|
490 |
author={Tobias Nipkow and Konrad Slind}, |
|
491 |
title={{I/O} Automata in {Isabelle/HOL}}, |
|
492 |
booktitle={Proc.\ TYPES Workshop 1994}, |
|
493 |
publisher=Springer, |
|
494 |
series=LNCS, |
|
495 |
note={To appear}} |
|
496 |
ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/ioa.ps.gz |
|
497 |
||
498 |
and |
|
499 |
||
500 |
@inproceedings{Mueller-Nipkow, |
|
501 |
author={Olaf M\"uller and Tobias Nipkow}, |
|
502 |
title={Combining Model Checking and Deduction for {I/O}-Automata}, |
|
503 |
booktitle={Proc.\ TACAS Workshop}, |
|
504 |
organization={Aarhus University, BRICS report}, |
|
505 |
year=1995} |
|
506 |
ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/tacas.dvi.gz |
|
507 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
508 |
options [document = false] |
48481 | 509 |
theories Solve |
510 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
511 |
session "HOL-Lattice" in Lattice = HOL + |
48481 | 512 |
description {* |
513 |
Author: Markus Wenzel, TU Muenchen |
|
514 |
||
515 |
Basic theory of lattices and orders. |
|
516 |
*} |
|
517 |
theories CompleteLattice |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
518 |
document_files "root.tex" |
48481 | 519 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
520 |
session "HOL-ex" in ex = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
521 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
522 |
Miscellaneous examples for Higher-Order Logic. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
523 |
*} |
48679 | 524 |
options [timeout = 3600, condition = ISABELLE_POLYML] |
48481 | 525 |
theories [document = false] |
526 |
"~~/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
|
527 |
Code_Binary_Nat_examples |
48481 | 528 |
"~~/src/HOL/Library/FuncSet" |
529 |
Eval_Examples |
|
530 |
Normalization_by_Evaluation |
|
531 |
Hebrew |
|
532 |
Chinese |
|
533 |
Serbian |
|
534 |
"~~/src/HOL/Library/FinFun_Syntax" |
|
49985
5b4b0e4e5205
moved Refute to "HOL/Library" to speed up building "Main" even more
blanchet
parents:
49932
diff
changeset
|
535 |
"~~/src/HOL/Library/Refute" |
56922 | 536 |
"~~/src/HOL/Library/Transitive_Closure_Table" |
55123
a389b50e6a42
no document for Cartouche_Examples: avoid problems typesetting "\001";
wenzelm
parents:
55075
diff
changeset
|
537 |
Cartouche_Examples |
48481 | 538 |
theories |
57507 | 539 |
Adhoc_Overloading_Examples |
48481 | 540 |
Iff_Oracle |
541 |
Coercion_Examples |
|
542 |
Higher_Order_Logic |
|
543 |
Abstract_NAT |
|
544 |
Guess |
|
545 |
Fundefs |
|
546 |
Induction_Schema |
|
547 |
LocaleTest2 |
|
548 |
Records |
|
549 |
While_Combinator_Example |
|
550 |
MonoidGroup |
|
551 |
BinEx |
|
552 |
Hex_Bin_Examples |
|
553 |
Antiquote |
|
554 |
Multiquote |
|
555 |
PER |
|
556 |
NatSum |
|
557 |
ThreeDivides |
|
558 |
Intuitionistic |
|
559 |
CTL |
|
560 |
Arith_Examples |
|
561 |
BT |
|
562 |
Tree23 |
|
563 |
MergeSort |
|
564 |
Lagrange |
|
565 |
Groebner_Examples |
|
566 |
MT |
|
567 |
Unification |
|
568 |
Primrec |
|
569 |
Tarski |
|
570 |
Classical |
|
571 |
Set_Theory |
|
572 |
Termination |
|
573 |
Coherent |
|
574 |
PresburgerEx |
|
51093 | 575 |
Reflection_Examples |
48481 | 576 |
Sqrt |
577 |
Sqrt_Script |
|
578 |
Transfer_Ex |
|
579 |
Transfer_Int_Nat |
|
56922 | 580 |
Transitive_Closure_Table_Ex |
48481 | 581 |
HarmonicSeries |
582 |
Refute_Examples |
|
583 |
Execute_Choice |
|
584 |
Gauge_Integration |
|
585 |
Dedekind_Real |
|
586 |
Quicksort |
|
587 |
Birthday_Paradox |
|
588 |
List_to_Set_Comprehension_Examples |
|
589 |
Seq |
|
590 |
Simproc_Tests |
|
591 |
Executable_Relation |
|
592 |
FinFunPred |
|
55663 | 593 |
Set_Comprehension_Pointfree_Examples |
48481 | 594 |
Parallel_Example |
50138 | 595 |
IArray_Examples |
51559 | 596 |
SVC_Oracle |
53430 | 597 |
Simps_Case_Conv_Examples |
53935 | 598 |
ML |
56815 | 599 |
SAT_Examples |
56940 | 600 |
Sudoku |
57064
8a1be5efe628
include Nominal2 keywords -- Proof General legacy;
wenzelm
parents:
56994
diff
changeset
|
601 |
Nominal2_Dummy |
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
|
602 |
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
|
603 |
Meson_Test |
48690 | 604 |
theories [condition = SVC_HOME] |
605 |
svc_test |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
606 |
document_files "root.bib" "root.tex" |
48481 | 607 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
608 |
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
|
609 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
610 |
Miscellaneous Isabelle/Isar examples for Higher-Order Logic. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
611 |
*} |
48481 | 612 |
theories [document = false] |
613 |
"~~/src/HOL/Library/Lattice_Syntax" |
|
614 |
"../Number_Theory/Primes" |
|
615 |
theories |
|
616 |
Basic_Logic |
|
617 |
Cantor |
|
618 |
Drinker |
|
619 |
Expr_Compiler |
|
620 |
Fibonacci |
|
621 |
Group |
|
622 |
Group_Context |
|
623 |
Group_Notepad |
|
624 |
Hoare_Ex |
|
625 |
Knaster_Tarski |
|
626 |
Mutilated_Checkerboard |
|
627 |
Nested_Datatype |
|
628 |
Peirce |
|
629 |
Puzzle |
|
630 |
Summation |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
631 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
632 |
"root.bib" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
633 |
"root.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
634 |
"style.tex" |
48481 | 635 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
636 |
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
|
637 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
638 |
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
|
639 |
*} |
48481 | 640 |
options [document_graph] |
641 |
theories [document = false] "~~/src/HOL/Library/Nat_Bijection" |
|
642 |
theories SET_Protocol |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
643 |
document_files "root.tex" |
48481 | 644 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
645 |
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
|
646 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
647 |
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
|
648 |
*} |
48481 | 649 |
options [document_graph] |
650 |
theories Cplex |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
651 |
document_files "root.tex" |
48481 | 652 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
653 |
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
|
654 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
655 |
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
|
656 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
657 |
options [document = false] |
48481 | 658 |
theories TLA |
659 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
660 |
session "HOL-TLA-Inc" in "TLA/Inc" = "HOL-TLA" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
661 |
options [document = false] |
48481 | 662 |
theories Inc |
663 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
664 |
session "HOL-TLA-Buffer" in "TLA/Buffer" = "HOL-TLA" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
665 |
options [document = false] |
48481 | 666 |
theories DBuffer |
667 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
668 |
session "HOL-TLA-Memory" in "TLA/Memory" = "HOL-TLA" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
669 |
options [document = false] |
48481 | 670 |
theories MemoryImplementation |
671 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
672 |
session "HOL-TPTP" in TPTP = HOL + |
48481 | 673 |
description {* |
674 |
Author: Jasmin Blanchette, TU Muenchen |
|
675 |
Author: Nik Sultana, University of Cambridge |
|
676 |
Copyright 2011 |
|
677 |
||
678 |
TPTP-related extensions. |
|
679 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
680 |
options [document = false] |
48481 | 681 |
theories |
682 |
ATP_Theory_Export |
|
683 |
MaSh_Eval |
|
684 |
TPTP_Interpret |
|
685 |
THF_Arith |
|
55596
928b9f677165
reconstruction framework for LEO-II's TPTP proofs;
sultana
parents:
55450
diff
changeset
|
686 |
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
|
687 |
theories |
48481 | 688 |
ATP_Problem_Import |
689 |
||
50844
b95ff3744815
populate "main" session group, e.g. relevant for Isabelle/jEdit logic selection;
wenzelm
parents:
50833
diff
changeset
|
690 |
session "HOL-Multivariate_Analysis" (main) in Multivariate_Analysis = HOL + |
48481 | 691 |
options [document_graph] |
692 |
theories |
|
693 |
Multivariate_Analysis |
|
694 |
Determinants |
|
56215 | 695 |
PolyRoots |
696 |
Complex_Analysis_Basics |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
697 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
698 |
"root.tex" |
48481 | 699 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
700 |
session "HOL-Probability" in "Probability" = "HOL-Multivariate_Analysis" + |
48617 | 701 |
options [document_graph] |
48481 | 702 |
theories [document = false] |
703 |
"~~/src/HOL/Library/Countable" |
|
704 |
"~~/src/HOL/Library/Permutation" |
|
56994 | 705 |
"~~/src/HOL/Library/Order_Continuity" |
706 |
"~~/src/HOL/Library/Diagonal_Subsequence" |
|
48481 | 707 |
theories |
708 |
Probability |
|
709 |
"ex/Dining_Cryptographers" |
|
710 |
"ex/Koepf_Duermuth_Countermeasure" |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
711 |
document_files "root.tex" |
48481 | 712 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
713 |
session "HOL-Nominal" (main) in Nominal = HOL + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
714 |
options [document = false] |
48481 | 715 |
theories Nominal |
716 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
717 |
session "HOL-Nominal-Examples" in "Nominal/Examples" = "HOL-Nominal" + |
48679 | 718 |
options [timeout = 3600, condition = ISABELLE_POLYML, document = false] |
58329
a31404ec7414
run larger nominal examples only 'ISABELLE_FULL_TEST'
blanchet
parents:
58313
diff
changeset
|
719 |
theories |
a31404ec7414
run larger nominal examples only 'ISABELLE_FULL_TEST'
blanchet
parents:
58313
diff
changeset
|
720 |
Nominal_Examples_Base |
a31404ec7414
run larger nominal examples only 'ISABELLE_FULL_TEST'
blanchet
parents:
58313
diff
changeset
|
721 |
theories [condition = ISABELLE_FULL_TEST] |
a31404ec7414
run larger nominal examples only 'ISABELLE_FULL_TEST'
blanchet
parents:
58313
diff
changeset
|
722 |
Nominal_Examples |
a31404ec7414
run larger nominal examples only 'ISABELLE_FULL_TEST'
blanchet
parents:
58313
diff
changeset
|
723 |
theories [quick_and_dirty] |
a31404ec7414
run larger nominal examples only 'ISABELLE_FULL_TEST'
blanchet
parents:
58313
diff
changeset
|
724 |
VC_Condition |
48481 | 725 |
|
55054
e1f3714bc508
moved subset of 'HOL-Cardinals' needed for BNF into 'HOL'
blanchet
parents:
55033
diff
changeset
|
726 |
session "HOL-Cardinals" in Cardinals = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
727 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
728 |
Ordinals and Cardinals, Full Theories. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
729 |
*} |
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
|
730 |
options [document = false] |
49439 | 731 |
theories Cardinals |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
732 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
733 |
"intro.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
734 |
"root.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
735 |
"root.bib" |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
736 |
|
58309
a09ec6daaa19
renamed 'BNF_Examples' to 'Datatype_Examples' (cf. 'datatypes.pdf')
blanchet
parents:
58308
diff
changeset
|
737 |
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
|
738 |
description {* |
58312 | 739 |
(Co)datatype Examples, including large ones from John Harrison. |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
740 |
*} |
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
|
741 |
options [document = false] |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
742 |
theories |
56454 | 743 |
Compat |
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
744 |
Lambda_Term |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
745 |
Process |
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
746 |
TreeFsetI |
49872 | 747 |
"Derivation_Trees/Gram_Lang" |
748 |
"Derivation_Trees/Parallel" |
|
50517 | 749 |
Koenig |
54961 | 750 |
Stream_Processor |
53122
bc87b7af4767
renamed theory files to be closer to (new) command names
blanchet
parents:
52726
diff
changeset
|
751 |
Misc_Codatatype |
bc87b7af4767
renamed theory files to be closer to (new) command names
blanchet
parents:
52726
diff
changeset
|
752 |
Misc_Datatype |
54193 | 753 |
Misc_Primcorec |
53306 | 754 |
Misc_Primrec |
58312 | 755 |
theories [condition = ISABELLE_FULL_TEST, timing] |
58308 | 756 |
Brackin |
757 |
Instructions |
|
58313 | 758 |
IsaFoR |
58308 | 759 |
SML |
760 |
Verilog |
|
48975
7f79f94a432c
added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
48932
diff
changeset
|
761 |
|
50844
b95ff3744815
populate "main" session group, e.g. relevant for Isabelle/jEdit logic selection;
wenzelm
parents:
50833
diff
changeset
|
762 |
session "HOL-Word" (main) in Word = HOL + |
48481 | 763 |
options [document_graph] |
764 |
theories Word |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
765 |
document_files "root.bib" "root.tex" |
48481 | 766 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
767 |
session "HOL-Word-Examples" in "Word/Examples" = "HOL-Word" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
768 |
options [document = false] |
48481 | 769 |
theories WordExamples |
770 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
771 |
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
|
772 |
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
|
773 |
StateSpaceEx |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
774 |
document_files "root.tex" |
48481 | 775 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
776 |
session "HOL-NSA" in NSA = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
777 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
778 |
Nonstandard analysis. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
779 |
*} |
48481 | 780 |
options [document_graph] |
781 |
theories Hypercomplex |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
782 |
document_files "root.tex" |
48481 | 783 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
784 |
session "HOL-NSA-Examples" in "NSA/Examples" = "HOL-NSA" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
785 |
options [document = false] |
48481 | 786 |
theories NSPrimes |
787 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
788 |
session "HOL-Mirabelle" in Mirabelle = HOL + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
789 |
options [document = false] |
48481 | 790 |
theories Mirabelle_Test |
48589
fb446a780d50
separate session HOL-Mirabelle-ex -- cannot run isolated shell scripts within build tool;
wenzelm
parents:
48588
diff
changeset
|
791 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
792 |
session "HOL-Mirabelle-ex" in "Mirabelle/ex" = "HOL-Mirabelle" + |
49448
8a232a4e3fd8
reactivate HOL-Mirabelle-ex with increased chances that it works most of the time (cf. bec1add86e79, a93d920707bb, be27a453aacc);
wenzelm
parents:
49439
diff
changeset
|
793 |
options [document = false, timeout = 60] |
8a232a4e3fd8
reactivate HOL-Mirabelle-ex with increased chances that it works most of the time (cf. bec1add86e79, a93d920707bb, be27a453aacc);
wenzelm
parents:
49439
diff
changeset
|
794 |
theories Ex |
48481 | 795 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
796 |
session "HOL-Word-SMT_Examples" in SMT_Examples = "HOL-Word" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
797 |
options [document = false, quick_and_dirty] |
48481 | 798 |
theories |
52722 | 799 |
Boogie |
48481 | 800 |
SMT_Examples |
801 |
SMT_Word_Examples |
|
50666
6f48853f08d5
actually run Z3 for "SMT_Tests" when "ISABELLE_FULL_TEST" is enabled
blanchet
parents:
50665
diff
changeset
|
802 |
theories [condition = ISABELLE_FULL_TEST] |
6f48853f08d5
actually run Z3 for "SMT_Tests" when "ISABELLE_FULL_TEST" is enabled
blanchet
parents:
50665
diff
changeset
|
803 |
SMT_Tests |
48481 | 804 |
files |
56818 | 805 |
"Boogie_Dijkstra.certs2" |
806 |
"Boogie_Max.certs2" |
|
56079
175ac95720d4
use 'smt2' in SMT examples as much as currently possible
blanchet
parents:
55973
diff
changeset
|
807 |
"SMT_Examples.certs2" |
175ac95720d4
use 'smt2' in SMT examples as much as currently possible
blanchet
parents:
55973
diff
changeset
|
808 |
"SMT_Word_Examples.certs2" |
56818 | 809 |
"VCC_Max.certs2" |
48481 | 810 |
|
50844
b95ff3744815
populate "main" session group, e.g. relevant for Isabelle/jEdit logic selection;
wenzelm
parents:
50833
diff
changeset
|
811 |
session "HOL-SPARK" (main) in "SPARK" = "HOL-Word" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
812 |
options [document = false] |
48481 | 813 |
theories SPARK |
814 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
815 |
session "HOL-SPARK-Examples" in "SPARK/Examples" = "HOL-SPARK" + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
816 |
options [document = false] |
48481 | 817 |
theories |
818 |
"Gcd/Greatest_Common_Divisor" |
|
819 |
||
820 |
"Liseq/Longest_Increasing_Subsequence" |
|
821 |
||
822 |
"RIPEMD-160/F" |
|
823 |
"RIPEMD-160/Hash" |
|
824 |
"RIPEMD-160/K_L" |
|
825 |
"RIPEMD-160/K_R" |
|
826 |
"RIPEMD-160/R_L" |
|
827 |
"RIPEMD-160/Round" |
|
828 |
"RIPEMD-160/R_R" |
|
829 |
"RIPEMD-160/S_L" |
|
830 |
"RIPEMD-160/S_R" |
|
831 |
||
832 |
"Sqrt/Sqrt" |
|
833 |
files |
|
834 |
"Gcd/greatest_common_divisor/g_c_d.fdl" |
|
835 |
"Gcd/greatest_common_divisor/g_c_d.rls" |
|
836 |
"Gcd/greatest_common_divisor/g_c_d.siv" |
|
837 |
"Liseq/liseq/liseq_length.fdl" |
|
838 |
"Liseq/liseq/liseq_length.rls" |
|
839 |
"Liseq/liseq/liseq_length.siv" |
|
840 |
"RIPEMD-160/rmd/f.fdl" |
|
841 |
"RIPEMD-160/rmd/f.rls" |
|
842 |
"RIPEMD-160/rmd/f.siv" |
|
843 |
"RIPEMD-160/rmd/hash.fdl" |
|
844 |
"RIPEMD-160/rmd/hash.rls" |
|
845 |
"RIPEMD-160/rmd/hash.siv" |
|
846 |
"RIPEMD-160/rmd/k_l.fdl" |
|
847 |
"RIPEMD-160/rmd/k_l.rls" |
|
848 |
"RIPEMD-160/rmd/k_l.siv" |
|
849 |
"RIPEMD-160/rmd/k_r.fdl" |
|
850 |
"RIPEMD-160/rmd/k_r.rls" |
|
851 |
"RIPEMD-160/rmd/k_r.siv" |
|
852 |
"RIPEMD-160/rmd/r_l.fdl" |
|
853 |
"RIPEMD-160/rmd/r_l.rls" |
|
854 |
"RIPEMD-160/rmd/r_l.siv" |
|
855 |
"RIPEMD-160/rmd/round.fdl" |
|
856 |
"RIPEMD-160/rmd/round.rls" |
|
857 |
"RIPEMD-160/rmd/round.siv" |
|
858 |
"RIPEMD-160/rmd/r_r.fdl" |
|
859 |
"RIPEMD-160/rmd/r_r.rls" |
|
860 |
"RIPEMD-160/rmd/r_r.siv" |
|
861 |
"RIPEMD-160/rmd/s_l.fdl" |
|
862 |
"RIPEMD-160/rmd/s_l.rls" |
|
863 |
"RIPEMD-160/rmd/s_l.siv" |
|
864 |
"RIPEMD-160/rmd/s_r.fdl" |
|
865 |
"RIPEMD-160/rmd/s_r.rls" |
|
866 |
"RIPEMD-160/rmd/s_r.siv" |
|
867 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
868 |
session "HOL-SPARK-Manual" in "SPARK/Manual" = "HOL-SPARK" + |
48486 | 869 |
options [show_question_marks = false] |
48481 | 870 |
theories |
871 |
Example_Verification |
|
872 |
VC_Principles |
|
873 |
Reference |
|
874 |
Complex_Types |
|
875 |
files |
|
876 |
"complex_types_app/initialize.fdl" |
|
877 |
"complex_types_app/initialize.rls" |
|
878 |
"complex_types_app/initialize.siv" |
|
879 |
"loop_invariant/proc1.fdl" |
|
880 |
"loop_invariant/proc1.rls" |
|
881 |
"loop_invariant/proc1.siv" |
|
882 |
"loop_invariant/proc2.fdl" |
|
883 |
"loop_invariant/proc2.rls" |
|
884 |
"loop_invariant/proc2.siv" |
|
885 |
"simple_greatest_common_divisor/g_c_d.fdl" |
|
886 |
"simple_greatest_common_divisor/g_c_d.rls" |
|
887 |
"simple_greatest_common_divisor/g_c_d.siv" |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
888 |
document_files |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
889 |
"complex_types.ads" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
890 |
"complex_types_app.adb" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
891 |
"complex_types_app.ads" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
892 |
"Gcd.adb" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
893 |
"Gcd.ads" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
894 |
"intro.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
895 |
"loop_invariant.adb" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
896 |
"loop_invariant.ads" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
897 |
"root.bib" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
898 |
"root.tex" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
899 |
"Simple_Gcd.adb" |
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
900 |
"Simple_Gcd.ads" |
48481 | 901 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
902 |
session "HOL-Mutabelle" in Mutabelle = HOL + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
903 |
options [document = false] |
48481 | 904 |
theories MutabelleExtra |
905 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
906 |
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
|
907 |
options [document = false] |
48588 | 908 |
theories |
48690 | 909 |
Quickcheck_Examples |
910 |
Quickcheck_Lattice_Examples |
|
911 |
Completeness |
|
912 |
Quickcheck_Interfaces |
|
57584
155b7e3b729e
proper condition wrt. ISABELLE_GHC (cf. 8840fa17e17c);
wenzelm
parents:
57544
diff
changeset
|
913 |
theories [condition = ISABELLE_GHC] |
57544
8840fa17e17c
reactivate session Quickcheck_Examples
Andreas Lochbihler
parents:
57543
diff
changeset
|
914 |
Hotel_Example |
48598 | 915 |
Quickcheck_Narrowing_Examples |
48588 | 916 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
917 |
session "HOL-Quickcheck_Benchmark" in Quickcheck_Benchmark = HOL + |
50571
b649e33e4821
HOL-Quickcheck_Benchmark works without timeout (NB: isatest imposes global timeout already);
wenzelm
parents:
50568
diff
changeset
|
918 |
theories [condition = ISABELLE_FULL_TEST, quick_and_dirty] |
50568
ee090b5712f3
reverting d466ebc27810 as the previous changeset should allow to run Find_Unused_Assms_Examples again
bulwahn
parents:
50517
diff
changeset
|
919 |
Find_Unused_Assms_Examples |
48618
1f7e068b4613
moved another larger quickcheck example to Quickcheck_Benchmark
bulwahn
parents:
48614
diff
changeset
|
920 |
Needham_Schroeder_No_Attacker_Example |
1f7e068b4613
moved another larger quickcheck example to Quickcheck_Benchmark
bulwahn
parents:
48614
diff
changeset
|
921 |
Needham_Schroeder_Guided_Attacker_Example |
48690 | 922 |
Needham_Schroeder_Unguided_Attacker_Example |
48481 | 923 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
924 |
session "HOL-Quotient_Examples" in Quotient_Examples = HOL + |
48481 | 925 |
description {* |
926 |
Author: Cezary Kaliszyk and Christian Urban |
|
927 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
928 |
options [document = false] |
48481 | 929 |
theories |
930 |
DList |
|
931 |
FSet |
|
932 |
Quotient_Int |
|
933 |
Quotient_Message |
|
934 |
Lift_FSet |
|
935 |
Lift_Set |
|
936 |
Lift_Fun |
|
937 |
Quotient_Rat |
|
938 |
Lift_DList |
|
53682
1b55aeda0e46
include Int_Pow into Quotient_Examples; add end of the theory
kuncar
parents:
53430
diff
changeset
|
939 |
Int_Pow |
48481 | 940 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
941 |
session "HOL-Predicate_Compile_Examples" in Predicate_Compile_Examples = HOL + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
942 |
options [document = false] |
48690 | 943 |
theories |
48481 | 944 |
Examples |
945 |
Predicate_Compile_Tests |
|
48690 | 946 |
(* FIXME |
947 |
Predicate_Compile_Quickcheck_Examples -- should be added again soon (since 21-Oct-2010) *) |
|
48481 | 948 |
Specialisation_Examples |
48690 | 949 |
IMP_1 |
950 |
IMP_2 |
|
55450
9eddc17749f7
reactivate some examples that still appear to work;
wenzelm
parents:
55447
diff
changeset
|
951 |
(* FIXME since 21-Jul-2011 |
9eddc17749f7
reactivate some examples that still appear to work;
wenzelm
parents:
55447
diff
changeset
|
952 |
Hotel_Example_Small_Generator |
48690 | 953 |
IMP_3 |
954 |
IMP_4 *) |
|
55450
9eddc17749f7
reactivate some examples that still appear to work;
wenzelm
parents:
55447
diff
changeset
|
955 |
theories [condition = "ISABELLE_SWIPL"] |
48690 | 956 |
Code_Prolog_Examples |
957 |
Context_Free_Grammar_Example |
|
958 |
Hotel_Example_Prolog |
|
959 |
Lambda_Example |
|
960 |
List_Examples |
|
55450
9eddc17749f7
reactivate some examples that still appear to work;
wenzelm
parents:
55447
diff
changeset
|
961 |
theories [condition = "ISABELLE_SWIPL", quick_and_dirty] |
48690 | 962 |
Reg_Exp_Example |
48481 | 963 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
964 |
session HOLCF (main) in HOLCF = HOL + |
48338 | 965 |
description {* |
966 |
Author: Franz Regensburger |
|
967 |
Author: Brian Huffman |
|
968 |
||
969 |
HOLCF -- a semantic extension of HOL by the LCF logic. |
|
970 |
*} |
|
971 |
options [document_graph] |
|
48470
7483aa690b4f
clarified "document" again, eliminated redundant "no_document";
wenzelm
parents:
48458
diff
changeset
|
972 |
theories [document = false] |
48338 | 973 |
"~~/src/HOL/Library/Nat_Bijection" |
974 |
"~~/src/HOL/Library/Countable" |
|
48481 | 975 |
theories |
976 |
Plain_HOLCF |
|
977 |
Fixrec |
|
978 |
HOLCF |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
979 |
document_files "root.tex" |
48481 | 980 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
981 |
session "HOLCF-Tutorial" in "HOLCF/Tutorial" = HOLCF + |
48481 | 982 |
theories |
983 |
Domain_ex |
|
984 |
Fixrec_ex |
|
985 |
New_Domain |
|
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
986 |
document_files "root.tex" |
48481 | 987 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
988 |
session "HOLCF-Library" in "HOLCF/Library" = HOLCF + |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
989 |
options [document = false] |
48481 | 990 |
theories HOLCF_Library |
991 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
992 |
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
|
993 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
994 |
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
|
995 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
996 |
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
|
997 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
998 |
options [document = false] |
48481 | 999 |
theories HoareEx |
56781
f2eb0f22589f
systematic replacement of 'files' by 'document_files';
wenzelm
parents:
56680
diff
changeset
|
1000 |
document_files "root.tex" |
48338 | 1001 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1002 |
session "HOLCF-ex" in "HOLCF/ex" = HOLCF + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1003 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1004 |
Miscellaneous examples for HOLCF. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1005 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1006 |
options [document = false] |
48481 | 1007 |
theories |
1008 |
Dnat |
|
1009 |
Dagstuhl |
|
1010 |
Focus_ex |
|
1011 |
Fix2 |
|
1012 |
Hoare |
|
1013 |
Concurrency_Monad |
|
1014 |
Loop |
|
1015 |
Powerdomain_ex |
|
1016 |
Domain_Proofs |
|
1017 |
Letrec |
|
1018 |
Pattern_Match |
|
1019 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1020 |
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
|
1021 |
description {* |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1022 |
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
|
1023 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1024 |
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
|
1025 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1026 |
"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
|
1027 |
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
|
1028 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1029 |
"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
|
1030 |
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
|
1031 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1032 |
"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
|
1033 |
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
|
1034 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1035 |
options [document = false] |
48481 | 1036 |
theories |
1037 |
Fstreams |
|
1038 |
FOCUS |
|
1039 |
Buffer_adm |
|
1040 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1041 |
session IOA in "HOLCF/IOA" = HOLCF + |
48481 | 1042 |
description {* |
1043 |
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
|
1044 |
Copyright 1997 TU München |
48481 | 1045 |
|
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1046 |
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
|
1047 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
1048 |
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
|
1049 |
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
|
1050 |
finite and infinite sequences. |
48481 | 1051 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1052 |
options [document = false] |
48481 | 1053 |
theories "meta_theory/Abstraction" |
1054 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1055 |
session "IOA-ABP" in "HOLCF/IOA/ABP" = IOA + |
48481 | 1056 |
description {* |
1057 |
Author: Olaf Mueller |
|
1058 |
||
1059 |
The Alternating Bit Protocol performed in I/O-Automata. |
|
1060 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1061 |
options [document = false] |
48481 | 1062 |
theories Correctness |
1063 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1064 |
session "IOA-NTP" in "HOLCF/IOA/NTP" = IOA + |
48481 | 1065 |
description {* |
1066 |
Author: Tobias Nipkow & Konrad Slind |
|
1067 |
||
1068 |
A network transmission protocol, performed in the |
|
1069 |
I/O automata formalization by Olaf Mueller. |
|
1070 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1071 |
options [document = false] |
48481 | 1072 |
theories Correctness |
1073 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1074 |
session "IOA-Storage" in "HOLCF/IOA/Storage" = IOA + |
48481 | 1075 |
description {* |
1076 |
Author: Olaf Mueller |
|
1077 |
||
1078 |
Memory storage case study. |
|
1079 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1080 |
options [document = false] |
48481 | 1081 |
theories Correctness |
1082 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1083 |
session "IOA-ex" in "HOLCF/IOA/ex" = IOA + |
48481 | 1084 |
description {* |
1085 |
Author: Olaf Mueller |
|
1086 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1087 |
options [document = false] |
48481 | 1088 |
theories |
1089 |
TrivEx |
|
1090 |
TrivEx2 |
|
1091 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48721
diff
changeset
|
1092 |
session "HOL-Record_Benchmark" in Record_Benchmark = HOL + |
51421
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1093 |
description {* |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1094 |
Some benchmark on large record. |
b5d559b101d9
more uniform session descriptions, which show up in chapter index;
wenzelm
parents:
51403
diff
changeset
|
1095 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48481
diff
changeset
|
1096 |
options [document = false] |
48635 | 1097 |
theories [condition = ISABELLE_FULL_TEST, timing] |
48481 | 1098 |
Record_Benchmark |
1099 |