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