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