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