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