author | blanchet |
Tue, 09 Aug 2011 09:05:21 +0200 | |
changeset 44087 | 8e491cb8841c |
parent 44014 | 88bd7d74a2c1 |
child 44120 | 01de796250a0 |
permissions | -rw-r--r-- |
2448 | 1 |
# |
2 |
# IsaMakefile for HOL |
|
3 |
# |
|
4 |
||
4518 | 5 |
## targets |
2448 | 6 |
|
4518 | 7 |
default: HOL |
27421 | 8 |
generate: HOL-Generate-HOL HOL-Generate-HOLLight |
33210
94ae82a4452f
recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents:
33204
diff
changeset
|
9 |
|
94ae82a4452f
recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents:
33204
diff
changeset
|
10 |
images: \ |
94ae82a4452f
recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents:
33204
diff
changeset
|
11 |
HOL \ |
37691
4915de09b4d3
build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents:
37672
diff
changeset
|
12 |
HOL-Library \ |
33210
94ae82a4452f
recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents:
33204
diff
changeset
|
13 |
HOL-Algebra \ |
33419 | 14 |
HOL-Boogie \ |
43917 | 15 |
HOL-IMP \ |
33210
94ae82a4452f
recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents:
33204
diff
changeset
|
16 |
HOL-Multivariate_Analysis \ |
94ae82a4452f
recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents:
33204
diff
changeset
|
17 |
HOL-NSA \ |
94ae82a4452f
recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents:
33204
diff
changeset
|
18 |
HOL-Nominal \ |
34205
f69cd974bc4e
explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents:
34126
diff
changeset
|
19 |
HOL-Proofs \ |
41566 | 20 |
HOL-SPARK \ |
33210
94ae82a4452f
recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents:
33204
diff
changeset
|
21 |
HOL-Word \ |
94ae82a4452f
recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents:
33204
diff
changeset
|
22 |
HOL4 \ |
40774 | 23 |
HOLCF \ |
24 |
IOA \ |
|
37691
4915de09b4d3
build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents:
37672
diff
changeset
|
25 |
TLA \ |
4915de09b4d3
build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents:
37672
diff
changeset
|
26 |
HOL-Base \ |
4915de09b4d3
build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents:
37672
diff
changeset
|
27 |
HOL-Main \ |
4915de09b4d3
build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents:
37672
diff
changeset
|
28 |
HOL-Plain |
10135 | 29 |
|
42138
e54a985daa61
added make target 'smlnj' to refer to what can/should be tested using smlnj -- allows the use of "isabelle makeall smlnj";
krauss
parents:
42071
diff
changeset
|
30 |
#Note: keep targets sorted |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
31 |
test: \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
32 |
HOL-Auth \ |
14031 | 33 |
HOL-Bali \ |
33439 | 34 |
HOL-Boogie-Examples \ |
31795
be3e1cc5005c
standard naming conventions for session and theories;
wenzelm
parents:
31771
diff
changeset
|
35 |
HOL-Hahn_Banach \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
36 |
HOL-Hoare \ |
32621
a073cb249a06
theory entry point for session Hoare_Parallel (now also with proper underscore)
haftmann
parents:
32618
diff
changeset
|
37 |
HOL-Hoare_Parallel \ |
40774 | 38 |
HOLCF-FOCUS \ |
39 |
HOLCF-IMP \ |
|
40 |
HOLCF-Library \ |
|
41 |
HOLCF-Tutorial \ |
|
42 |
HOLCF-ex \ |
|
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
43 |
HOL-IMPP \ |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
44 |
HOL-IOA \ |
40774 | 45 |
IOA-ABP \ |
46 |
IOA-NTP \ |
|
47 |
IOA-Storage \ |
|
48 |
IOA-ex \ |
|
29399
ebcd69a00872
split of Imperative_HOL theories from HOL-Library
haftmann
parents:
29197
diff
changeset
|
49 |
HOL-Imperative_HOL \ |
33210
94ae82a4452f
recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents:
33204
diff
changeset
|
50 |
HOL-Import \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
51 |
HOL-Induct \ |
33026 | 52 |
HOL-Isar_Examples \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
53 |
HOL-Lattice \ |
37747 | 54 |
HOL-Library-Codegenerator_Test \ |
28637 | 55 |
HOL-Matrix \ |
33027 | 56 |
HOL-Metis_Examples \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
57 |
HOL-MicroJava \ |
32496 | 58 |
HOL-Mirabelle \ |
35536 | 59 |
HOL-Mutabelle \ |
11376 | 60 |
HOL-NanoJava \ |
33197
de6285ebcc05
continuation of Nitpick's integration into Isabelle;
blanchet
parents:
33192
diff
changeset
|
61 |
HOL-Nitpick_Examples \ |
32479 | 62 |
HOL-Number_Theory \ |
63 |
HOL-Old_Number_Theory \ |
|
35222
4f1fba00f66d
Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents:
35151
diff
changeset
|
64 |
HOL-Quotient_Examples \ |
35950
791ce568d40a
moved examples for the predicate compiler into its own session Predicate_Compile_Examples to slenderise the HOL-ex session
bulwahn
parents:
35931
diff
changeset
|
65 |
HOL-Predicate_Compile_Examples \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
66 |
HOL-Prolog \ |
39157
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
67 |
HOL-Proofs-ex \ |
34205
f69cd974bc4e
explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents:
34126
diff
changeset
|
68 |
HOL-Proofs-Lambda \ |
33028 | 69 |
HOL-SET_Protocol \ |
41569 | 70 |
HOL-SPARK-Examples \ |
36933
705b58fde476
more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents:
36916
diff
changeset
|
71 |
HOL-Word-SMT_Examples \ |
25171 | 72 |
HOL-Statespace \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
73 |
HOL-Subst \ |
33210
94ae82a4452f
recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents:
33204
diff
changeset
|
74 |
TLA-Buffer \ |
94ae82a4452f
recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents:
33204
diff
changeset
|
75 |
TLA-Inc \ |
94ae82a4452f
recovered sort indentation for "sort position", as documented in the file;
wenzelm
parents:
33204
diff
changeset
|
76 |
TLA-Memory \ |
43804
eb9be23db2b7
cleanly separate TPTP related files from other examples
blanchet
parents:
43800
diff
changeset
|
77 |
HOL-TPTP \ |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
78 |
HOL-UNITY \ |
10966 | 79 |
HOL-Unix \ |
24442 | 80 |
HOL-Word-Examples \ |
24325 | 81 |
HOL-ZF |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
82 |
# ^ this is the sort position |
10614 | 83 |
|
42138
e54a985daa61
added make target 'smlnj' to refer to what can/should be tested using smlnj -- allows the use of "isabelle makeall smlnj";
krauss
parents:
42071
diff
changeset
|
84 |
images-no-smlnj: \ |
e54a985daa61
added make target 'smlnj' to refer to what can/should be tested using smlnj -- allows the use of "isabelle makeall smlnj";
krauss
parents:
42071
diff
changeset
|
85 |
HOL-Probability |
4518 | 86 |
|
42138
e54a985daa61
added make target 'smlnj' to refer to what can/should be tested using smlnj -- allows the use of "isabelle makeall smlnj";
krauss
parents:
42071
diff
changeset
|
87 |
test-no-smlnj: \ |
e54a985daa61
added make target 'smlnj' to refer to what can/should be tested using smlnj -- allows the use of "isabelle makeall smlnj";
krauss
parents:
42071
diff
changeset
|
88 |
HOL-ex \ |
e54a985daa61
added make target 'smlnj' to refer to what can/should be tested using smlnj -- allows the use of "isabelle makeall smlnj";
krauss
parents:
42071
diff
changeset
|
89 |
HOL-Decision_Procs \ |
e54a985daa61
added make target 'smlnj' to refer to what can/should be tested using smlnj -- allows the use of "isabelle makeall smlnj";
krauss
parents:
42071
diff
changeset
|
90 |
HOL-Proofs-Extraction \ |
e54a985daa61
added make target 'smlnj' to refer to what can/should be tested using smlnj -- allows the use of "isabelle makeall smlnj";
krauss
parents:
42071
diff
changeset
|
91 |
HOL-Nominal-Examples |
e54a985daa61
added make target 'smlnj' to refer to what can/should be tested using smlnj -- allows the use of "isabelle makeall smlnj";
krauss
parents:
42071
diff
changeset
|
92 |
|
e54a985daa61
added make target 'smlnj' to refer to what can/should be tested using smlnj -- allows the use of "isabelle makeall smlnj";
krauss
parents:
42071
diff
changeset
|
93 |
all: test-no-smlnj test images-no-smlnj images |
e54a985daa61
added make target 'smlnj' to refer to what can/should be tested using smlnj -- allows the use of "isabelle makeall smlnj";
krauss
parents:
42071
diff
changeset
|
94 |
smlnj: test images |
4518 | 95 |
|
96 |
## global settings |
|
97 |
||
98 |
SRC = $(ISABELLE_HOME)/src |
|
3118 | 99 |
OUT = $(ISABELLE_OUTPUT) |
4447 | 100 |
LOG = $(OUT)/log |
2448 | 101 |
|
4518 | 102 |
|
103 |
## HOL |
|
2448 | 104 |
|
28393 | 105 |
HOL: Pure $(OUT)/HOL |
27368 | 106 |
|
29505 | 107 |
HOL-Base: Pure $(OUT)/HOL-Base |
108 |
||
27368 | 109 |
HOL-Plain: Pure $(OUT)/HOL-Plain |
4518 | 110 |
|
28401 | 111 |
HOL-Main: Pure $(OUT)/HOL-Main |
112 |
||
4518 | 113 |
Pure: |
28500 | 114 |
@cd $(SRC)/Pure; $(ISABELLE_TOOL) make Pure |
3232
19a2b853ba7b
Removal of ex/LexProd; TFL files; new treatment of Prover files
paulson
parents:
3222
diff
changeset
|
115 |
|
27694 | 116 |
$(OUT)/Pure: Pure |
117 |
||
36073 | 118 |
BASE_DEPENDENCIES = $(OUT)/Pure \ |
30160
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
119 |
$(SRC)/Provers/blast.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
120 |
$(SRC)/Provers/clasimp.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
121 |
$(SRC)/Provers/classical.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
122 |
$(SRC)/Provers/hypsubst.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
123 |
$(SRC)/Provers/quantifier1.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
124 |
$(SRC)/Provers/splitter.ML \ |
37818
dd65033fed78
load cache_io before code generator; moved adhoc-overloading to generic tools
haftmann
parents:
37790
diff
changeset
|
125 |
$(SRC)/Tools/cache_io.ML \ |
31771 | 126 |
$(SRC)/Tools/Code/code_haskell.ML \ |
127 |
$(SRC)/Tools/Code/code_ml.ML \ |
|
38970
53d1ee3d98b8
factored out generic part of Scala serializer into code_namespace.ML
haftmann
parents:
38965
diff
changeset
|
128 |
$(SRC)/Tools/Code/code_namespace.ML \ |
31771 | 129 |
$(SRC)/Tools/Code/code_preproc.ML \ |
130 |
$(SRC)/Tools/Code/code_printer.ML \ |
|
39402 | 131 |
$(SRC)/Tools/Code/code_runtime.ML \ |
34945 | 132 |
$(SRC)/Tools/Code/code_scala.ML \ |
37442 | 133 |
$(SRC)/Tools/Code/code_simp.ML \ |
31771 | 134 |
$(SRC)/Tools/Code/code_target.ML \ |
135 |
$(SRC)/Tools/Code/code_thingol.ML \ |
|
32733
71618deaf777
moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents:
32674
diff
changeset
|
136 |
$(SRC)/Tools/Code_Generator.thy \ |
71618deaf777
moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents:
32674
diff
changeset
|
137 |
$(SRC)/Tools/IsaPlanner/isand.ML \ |
71618deaf777
moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents:
32674
diff
changeset
|
138 |
$(SRC)/Tools/IsaPlanner/rw_inst.ML \ |
71618deaf777
moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents:
32674
diff
changeset
|
139 |
$(SRC)/Tools/IsaPlanner/rw_tools.ML \ |
71618deaf777
moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents:
32674
diff
changeset
|
140 |
$(SRC)/Tools/IsaPlanner/zipper.ML \ |
71618deaf777
moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents:
32674
diff
changeset
|
141 |
$(SRC)/Tools/atomize_elim.ML \ |
41827 | 142 |
$(SRC)/Tools/case_product.ML \ |
30160
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
143 |
$(SRC)/Tools/coherent.ML \ |
32733
71618deaf777
moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents:
32674
diff
changeset
|
144 |
$(SRC)/Tools/cong_tac.ML \ |
30160
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
145 |
$(SRC)/Tools/eqsubst.ML \ |
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
146 |
$(SRC)/Tools/induct.ML \ |
32733
71618deaf777
moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents:
32674
diff
changeset
|
147 |
$(SRC)/Tools/induct_tacs.ML \ |
30165
6ee87f67d9cd
moved generic intuitionistic prover to src/Tools/intuitionistic.ML;
wenzelm
parents:
30160
diff
changeset
|
148 |
$(SRC)/Tools/intuitionistic.ML \ |
37781
2fbbf0a48cef
moved misc legacy stuff from OldGoals to Misc_Legacy;
wenzelm
parents:
37779
diff
changeset
|
149 |
$(SRC)/Tools/misc_legacy.ML \ |
30160
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
150 |
$(SRC)/Tools/nbe.ML \ |
32733
71618deaf777
moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents:
32674
diff
changeset
|
151 |
$(SRC)/Tools/project_rule.ML \ |
30973
304ab57afa6e
observe distinction between Pure/Tools and Tools more closely
haftmann
parents:
30954
diff
changeset
|
152 |
$(SRC)/Tools/quickcheck.ML \ |
40116
9ed3711366c8
introduced manual version of "Auto Solve" as "solve_direct"
blanchet
parents:
40067
diff
changeset
|
153 |
$(SRC)/Tools/solve_direct.ML \ |
43614 | 154 |
$(SRC)/Tools/subtyping.ML \ |
43018 | 155 |
$(SRC)/Tools/try.ML \ |
30160
5f7b17941730
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm
parents:
30101
diff
changeset
|
156 |
$(SRC)/Tools/value.ML \ |
29505 | 157 |
HOL.thy \ |
158 |
Tools/hologic.ML \ |
|
159 |
Tools/recfun_codegen.ML \ |
|
36073 | 160 |
Tools/simpdata.ML |
29505 | 161 |
|
162 |
$(OUT)/HOL-Base: base.ML $(BASE_DEPENDENCIES) |
|
29523 | 163 |
@$(ISABELLE_TOOL) usedir -b -f base.ML -d false -g false $(OUT)/Pure HOL-Base |
29505 | 164 |
|
39157
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
165 |
PLAIN_DEPENDENCIES = $(BASE_DEPENDENCIES) \ |
40939
2c150063cd4d
setup subtyping/coercions once in HOL.thy, but enable it only later via configuration option;
wenzelm
parents:
40863
diff
changeset
|
166 |
$(SRC)/Provers/Arith/cancel_div_mod.ML \ |
2c150063cd4d
setup subtyping/coercions once in HOL.thy, but enable it only later via configuration option;
wenzelm
parents:
40863
diff
changeset
|
167 |
$(SRC)/Provers/Arith/cancel_sums.ML \ |
2c150063cd4d
setup subtyping/coercions once in HOL.thy, but enable it only later via configuration option;
wenzelm
parents:
40863
diff
changeset
|
168 |
$(SRC)/Provers/Arith/fast_lin_arith.ML \ |
2c150063cd4d
setup subtyping/coercions once in HOL.thy, but enable it only later via configuration option;
wenzelm
parents:
40863
diff
changeset
|
169 |
$(SRC)/Provers/order.ML \ |
2c150063cd4d
setup subtyping/coercions once in HOL.thy, but enable it only later via configuration option;
wenzelm
parents:
40863
diff
changeset
|
170 |
$(SRC)/Provers/trancl.ML \ |
2c150063cd4d
setup subtyping/coercions once in HOL.thy, but enable it only later via configuration option;
wenzelm
parents:
40863
diff
changeset
|
171 |
$(SRC)/Tools/Metis/metis.ML \ |
2c150063cd4d
setup subtyping/coercions once in HOL.thy, but enable it only later via configuration option;
wenzelm
parents:
40863
diff
changeset
|
172 |
$(SRC)/Tools/rat.ML \ |
43691
c00febb8e39c
moved ATP dependencies to HOL-Plain, where they belong
blanchet
parents:
43614
diff
changeset
|
173 |
ATP.thy \ |
32139 | 174 |
Complete_Lattice.thy \ |
40108 | 175 |
Complete_Partial_Order.thy \ |
27368 | 176 |
Datatype.thy \ |
177 |
Extraction.thy \ |
|
35050
9f841f20dca6
renamed OrderedGroup to Groups; split theory Ring_and_Field into Rings Fields
haftmann
parents:
35039
diff
changeset
|
178 |
Fields.thy \ |
27368 | 179 |
Finite_Set.thy \ |
180 |
Fun.thy \ |
|
181 |
FunDef.thy \ |
|
35050
9f841f20dca6
renamed OrderedGroup to Groups; split theory Ring_and_Field into Rings Fields
haftmann
parents:
35039
diff
changeset
|
182 |
Groups.thy \ |
27368 | 183 |
Inductive.thy \ |
184 |
Lattices.thy \ |
|
39945 | 185 |
Meson.thy \ |
39946 | 186 |
Metis.thy \ |
27368 | 187 |
Nat.thy \ |
32733
71618deaf777
moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents:
32674
diff
changeset
|
188 |
Option.thy \ |
27368 | 189 |
Orderings.thy \ |
40108 | 190 |
Partial_Function.thy \ |
27368 | 191 |
Plain.thy \ |
192 |
Power.thy \ |
|
193 |
Predicate.thy \ |
|
194 |
Product_Type.thy \ |
|
195 |
Relation.thy \ |
|
35050
9f841f20dca6
renamed OrderedGroup to Groups; split theory Ring_and_Field into Rings Fields
haftmann
parents:
35039
diff
changeset
|
196 |
Rings.thy \ |
27368 | 197 |
SAT.thy \ |
198 |
Set.thy \ |
|
199 |
Sum_Type.thy \ |
|
43691
c00febb8e39c
moved ATP dependencies to HOL-Plain, where they belong
blanchet
parents:
43614
diff
changeset
|
200 |
Tools/ATP/atp_problem.ML \ |
c00febb8e39c
moved ATP dependencies to HOL-Plain, where they belong
blanchet
parents:
43614
diff
changeset
|
201 |
Tools/ATP/atp_proof.ML \ |
c00febb8e39c
moved ATP dependencies to HOL-Plain, where they belong
blanchet
parents:
43614
diff
changeset
|
202 |
Tools/ATP/atp_reconstruct.ML \ |
c00febb8e39c
moved ATP dependencies to HOL-Plain, where they belong
blanchet
parents:
43614
diff
changeset
|
203 |
Tools/ATP/atp_systems.ML \ |
c00febb8e39c
moved ATP dependencies to HOL-Plain, where they belong
blanchet
parents:
43614
diff
changeset
|
204 |
Tools/ATP/atp_translate.ML \ |
c00febb8e39c
moved ATP dependencies to HOL-Plain, where they belong
blanchet
parents:
43614
diff
changeset
|
205 |
Tools/ATP/atp_util.ML \ |
40939
2c150063cd4d
setup subtyping/coercions once in HOL.thy, but enable it only later via configuration option;
wenzelm
parents:
40863
diff
changeset
|
206 |
Tools/Datatype/datatype.ML \ |
31771 | 207 |
Tools/Datatype/datatype_abs_proofs.ML \ |
208 |
Tools/Datatype/datatype_aux.ML \ |
|
209 |
Tools/Datatype/datatype_case.ML \ |
|
210 |
Tools/Datatype/datatype_codegen.ML \ |
|
33963
977b94b64905
renamed former datatype.ML to datatype_data.ML; datatype.ML provides uniform view on datatype.ML and datatype_rep_proofs.ML
haftmann
parents:
33954
diff
changeset
|
211 |
Tools/Datatype/datatype_data.ML \ |
31771 | 212 |
Tools/Datatype/datatype_prop.ML \ |
213 |
Tools/Datatype/datatype_realizer.ML \ |
|
214 |
Tools/Function/context_tree.ML \ |
|
40939
2c150063cd4d
setup subtyping/coercions once in HOL.thy, but enable it only later via configuration option;
wenzelm
parents:
40863
diff
changeset
|
215 |
Tools/Function/fun.ML \ |
2c150063cd4d
setup subtyping/coercions once in HOL.thy, but enable it only later via configuration option;
wenzelm
parents:
40863
diff
changeset
|
216 |
Tools/Function/function.ML \ |
33099
b8cdd3d73022
function package: more standard names for structures and files
krauss
parents:
33098
diff
changeset
|
217 |
Tools/Function/function_common.ML \ |
b8cdd3d73022
function package: more standard names for structures and files
krauss
parents:
33098
diff
changeset
|
218 |
Tools/Function/function_core.ML \ |
b8cdd3d73022
function package: more standard names for structures and files
krauss
parents:
33098
diff
changeset
|
219 |
Tools/Function/function_lib.ML \ |
33471 | 220 |
Tools/Function/induction_schema.ML \ |
31771 | 221 |
Tools/Function/lexicographic_order.ML \ |
222 |
Tools/Function/measure_functions.ML \ |
|
223 |
Tools/Function/mutual.ML \ |
|
40108 | 224 |
Tools/Function/partial_function.ML \ |
33083 | 225 |
Tools/Function/pat_completeness.ML \ |
31771 | 226 |
Tools/Function/pattern_split.ML \ |
33100 | 227 |
Tools/Function/relation.ML \ |
31771 | 228 |
Tools/Function/scnp_reconstruct.ML \ |
229 |
Tools/Function/scnp_solve.ML \ |
|
230 |
Tools/Function/size.ML \ |
|
231 |
Tools/Function/sum_tree.ML \ |
|
232 |
Tools/Function/termination.ML \ |
|
39940 | 233 |
Tools/Meson/meson.ML \ |
234 |
Tools/Meson/meson_clausify.ML \ |
|
39948 | 235 |
Tools/Meson/meson_tactic.ML \ |
39946 | 236 |
Tools/Metis/metis_reconstruct.ML \ |
40939
2c150063cd4d
setup subtyping/coercions once in HOL.thy, but enable it only later via configuration option;
wenzelm
parents:
40863
diff
changeset
|
237 |
Tools/Metis/metis_tactics.ML \ |
39946 | 238 |
Tools/Metis/metis_translate.ML \ |
40939
2c150063cd4d
setup subtyping/coercions once in HOL.thy, but enable it only later via configuration option;
wenzelm
parents:
40863
diff
changeset
|
239 |
Tools/abel_cancel.ML \ |
2c150063cd4d
setup subtyping/coercions once in HOL.thy, but enable it only later via configuration option;
wenzelm
parents:
40863
diff
changeset
|
240 |
Tools/arith_data.ML \ |
2c150063cd4d
setup subtyping/coercions once in HOL.thy, but enable it only later via configuration option;
wenzelm
parents:
40863
diff
changeset
|
241 |
Tools/cnf_funcs.ML \ |
2c150063cd4d
setup subtyping/coercions once in HOL.thy, but enable it only later via configuration option;
wenzelm
parents:
40863
diff
changeset
|
242 |
Tools/dseq.ML \ |
2c150063cd4d
setup subtyping/coercions once in HOL.thy, but enable it only later via configuration option;
wenzelm
parents:
40863
diff
changeset
|
243 |
Tools/inductive.ML \ |
2c150063cd4d
setup subtyping/coercions once in HOL.thy, but enable it only later via configuration option;
wenzelm
parents:
40863
diff
changeset
|
244 |
Tools/inductive_codegen.ML \ |
2c150063cd4d
setup subtyping/coercions once in HOL.thy, but enable it only later via configuration option;
wenzelm
parents:
40863
diff
changeset
|
245 |
Tools/inductive_realizer.ML \ |
2c150063cd4d
setup subtyping/coercions once in HOL.thy, but enable it only later via configuration option;
wenzelm
parents:
40863
diff
changeset
|
246 |
Tools/inductive_set.ML \ |
44087
8e491cb8841c
load lambda-lifting structure earlier, so it can be used in Metis
blanchet
parents:
44014
diff
changeset
|
247 |
Tools/lambda_lifting.ML \ |
40939
2c150063cd4d
setup subtyping/coercions once in HOL.thy, but enable it only later via configuration option;
wenzelm
parents:
40863
diff
changeset
|
248 |
Tools/lin_arith.ML \ |
44087
8e491cb8841c
load lambda-lifting structure earlier, so it can be used in Metis
blanchet
parents:
44014
diff
changeset
|
249 |
Tools/monomorph.ML \ |
30496
7cdcc9dd95cb
vague cleanup in arith proof tools setup: deleted dead code, more proper structures, clearer arrangement
haftmann
parents:
30457
diff
changeset
|
250 |
Tools/nat_arith.ML \ |
31723
f5cafe803b55
discontinued ancient tradition to suffix certain ML module names with "_package"
haftmann
parents:
31706
diff
changeset
|
251 |
Tools/primrec.ML \ |
27368 | 252 |
Tools/prop_logic.ML \ |
253 |
Tools/refute.ML \ |
|
254 |
Tools/rewrite_hol_proof.ML \ |
|
255 |
Tools/sat_funcs.ML \ |
|
256 |
Tools/sat_solver.ML \ |
|
257 |
Tools/split_rule.ML \ |
|
43016 | 258 |
Tools/try_methods.ML \ |
31723
f5cafe803b55
discontinued ancient tradition to suffix certain ML module names with "_package"
haftmann
parents:
31706
diff
changeset
|
259 |
Tools/typedef.ML \ |
41505
6d19301074cf
"enriched_type" replaces less specific "type_lifting"
haftmann
parents:
41496
diff
changeset
|
260 |
Tools/enriched_type.ML \ |
27368 | 261 |
Transitive_Closure.thy \ |
262 |
Typedef.thy \ |
|
40939
2c150063cd4d
setup subtyping/coercions once in HOL.thy, but enable it only later via configuration option;
wenzelm
parents:
40863
diff
changeset
|
263 |
Wellfounded.thy |
28312
f0838044f034
different session branches for HOL-Plain vs. Plain
haftmann
parents:
28243
diff
changeset
|
264 |
|
f0838044f034
different session branches for HOL-Plain vs. Plain
haftmann
parents:
28243
diff
changeset
|
265 |
$(OUT)/HOL-Plain: plain.ML $(PLAIN_DEPENDENCIES) |
28500 | 266 |
@$(ISABELLE_TOOL) usedir -b -f plain.ML -g true $(OUT)/Pure HOL-Plain |
27368 | 267 |
|
28401 | 268 |
MAIN_DEPENDENCIES = $(PLAIN_DEPENDENCIES) \ |
35725
4d7e3cc9c52c
Big_Operators now in Main rather than Plain src/HOL/Wellfounded.thy
haftmann
parents:
35719
diff
changeset
|
269 |
Big_Operators.thy \ |
32657 | 270 |
Code_Evaluation.thy \ |
31205
98370b26c2ce
String.literal replaces message_string, code_numeral replaces (code_)index
haftmann
parents:
31203
diff
changeset
|
271 |
Code_Numeral.thy \ |
33296
a3924d1069e5
moved theory Divides after theory Nat_Numeral; tuned some proof texts
haftmann
parents:
33272
diff
changeset
|
272 |
Divides.thy \ |
34948
2d5f2a9f7601
refactoring the predicate compiler; adding theories for Sequences; adding retrieval to Spec_Rules; adding timing to Quickcheck
bulwahn
parents:
34228
diff
changeset
|
273 |
DSequence.thy \ |
27368 | 274 |
Equiv_Relations.thy \ |
40650
d40b347d5b0b
adding Enum to HOL-Main image and removing it from HOL-Library
bulwahn
parents:
40634
diff
changeset
|
275 |
Enum.thy \ |
27368 | 276 |
Groebner_Basis.thy \ |
277 |
Hilbert_Choice.thy \ |
|
32733
71618deaf777
moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents:
32674
diff
changeset
|
278 |
Int.thy \ |
34948
2d5f2a9f7601
refactoring the predicate compiler; adding theories for Sequences; adding retrieval to Spec_Rules; adding timing to Quickcheck
bulwahn
parents:
34228
diff
changeset
|
279 |
Lazy_Sequence.thy \ |
27421 | 280 |
List.thy \ |
281 |
Main.thy \ |
|
282 |
Map.thy \ |
|
30925 | 283 |
Nat_Numeral.thy \ |
33318
ddd97d9dfbfb
moved Nat_Transfer before Divides; distributed Nat_Transfer setup accordingly
haftmann
parents:
33298
diff
changeset
|
284 |
Nat_Transfer.thy \ |
39183
512c10416590
adding dependencies to IsaMakefile; increasing negative search limit for predicate_compile_quickcheck; adding tracing of introduction rules in code_prolog
bulwahn
parents:
39048
diff
changeset
|
285 |
New_DSequence.thy \ |
512c10416590
adding dependencies to IsaMakefile; increasing negative search limit for predicate_compile_quickcheck; adding tracing of introduction rules in code_prolog
bulwahn
parents:
39048
diff
changeset
|
286 |
New_Random_Sequence.thy \ |
36915
7c429a484c74
move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents:
36901
diff
changeset
|
287 |
Nitpick.thy \ |
33356
9157d0f9f00e
moved Commutative_Ring into session Decision_Procs
haftmann
parents:
33348
diff
changeset
|
288 |
Numeral_Simprocs.thy \ |
27421 | 289 |
Presburger.thy \ |
33250
5c2af18a3237
including the predicate compiler in HOL-Main; added RandomPredicate monad to Quickcheck
bulwahn
parents:
33210
diff
changeset
|
290 |
Predicate_Compile.thy \ |
31203
5c8fb4fd67e0
moved Code_Index, Random and Quickcheck before Main
haftmann
parents:
31186
diff
changeset
|
291 |
Quickcheck.thy \ |
41919 | 292 |
Quickcheck_Exhaustive.thy \ |
43310 | 293 |
Quickcheck_Narrowing.thy \ |
35222
4f1fba00f66d
Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents:
35151
diff
changeset
|
294 |
Quotient.thy \ |
31203
5c8fb4fd67e0
moved Code_Index, Random and Quickcheck before Main
haftmann
parents:
31186
diff
changeset
|
295 |
Random.thy \ |
34948
2d5f2a9f7601
refactoring the predicate compiler; adding theories for Sequences; adding retrieval to Spec_Rules; adding timing to Quickcheck
bulwahn
parents:
34228
diff
changeset
|
296 |
Random_Sequence.thy \ |
39271 | 297 |
Record.thy \ |
36916 | 298 |
Refute.thy \ |
36751
7f1da69cacb3
split of semiring normalization from Groebner theory; moved field_comp_conv to Numeral_Simproces
haftmann
parents:
36700
diff
changeset
|
299 |
Semiring_Normalization.thy \ |
27421 | 300 |
SetInterval.thy \ |
40178
00152d17855b
reverted e7a80c6752c9 -- there's not much point in putting a diagnosis tool (as opposed to a proof method) in Plain, but more importantly Sledgehammer must be in Main to use SMT solvers
blanchet
parents:
40162
diff
changeset
|
301 |
Sledgehammer.thy \ |
36898 | 302 |
SMT.thy \ |
31048
ac146fc38b51
refined HOL string theories and corresponding ML fragments
haftmann
parents:
31036
diff
changeset
|
303 |
String.thy \ |
31203
5c8fb4fd67e0
moved Code_Index, Random and Quickcheck before Main
haftmann
parents:
31186
diff
changeset
|
304 |
Typerep.thy \ |
27421 | 305 |
$(SRC)/Provers/Arith/assoc_fold.ML \ |
306 |
$(SRC)/Provers/Arith/cancel_numeral_factor.ML \ |
|
307 |
$(SRC)/Provers/Arith/cancel_numerals.ML \ |
|
308 |
$(SRC)/Provers/Arith/combine_numerals.ML \ |
|
309 |
$(SRC)/Provers/Arith/extract_common_term.ML \ |
|
33318
ddd97d9dfbfb
moved Nat_Transfer before Divides; distributed Nat_Transfer setup accordingly
haftmann
parents:
33298
diff
changeset
|
310 |
Tools/choice_specification.ML \ |
39564 | 311 |
Tools/code_evaluation.ML \ |
41919 | 312 |
Tools/groebner.ML \ |
31068
f591144b0f17
modules numeral_simprocs, nat_numeral_simprocs; proper structures for numeral simprocs
haftmann
parents:
31060
diff
changeset
|
313 |
Tools/int_arith.ML \ |
31055
2cf6efca6c71
proper structures for list and string code generation stuff
haftmann
parents:
31048
diff
changeset
|
314 |
Tools/list_code.ML \ |
41463
edbf0a86fb1c
adding simproc to rewrite list comprehensions to set comprehensions; adopting proofs
bulwahn
parents:
41426
diff
changeset
|
315 |
Tools/list_to_set_comprehension.ML \ |
31068
f591144b0f17
modules numeral_simprocs, nat_numeral_simprocs; proper structures for numeral simprocs
haftmann
parents:
31060
diff
changeset
|
316 |
Tools/nat_numeral_simprocs.ML \ |
36915
7c429a484c74
move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents:
36901
diff
changeset
|
317 |
Tools/Nitpick/kodkod.ML \ |
7c429a484c74
move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents:
36901
diff
changeset
|
318 |
Tools/Nitpick/kodkod_sat.ML \ |
7c429a484c74
move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents:
36901
diff
changeset
|
319 |
Tools/Nitpick/nitpick.ML \ |
7c429a484c74
move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents:
36901
diff
changeset
|
320 |
Tools/Nitpick/nitpick_hol.ML \ |
7c429a484c74
move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents:
36901
diff
changeset
|
321 |
Tools/Nitpick/nitpick_isar.ML \ |
7c429a484c74
move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents:
36901
diff
changeset
|
322 |
Tools/Nitpick/nitpick_kodkod.ML \ |
7c429a484c74
move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents:
36901
diff
changeset
|
323 |
Tools/Nitpick/nitpick_model.ML \ |
7c429a484c74
move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents:
36901
diff
changeset
|
324 |
Tools/Nitpick/nitpick_mono.ML \ |
7c429a484c74
move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents:
36901
diff
changeset
|
325 |
Tools/Nitpick/nitpick_nut.ML \ |
7c429a484c74
move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents:
36901
diff
changeset
|
326 |
Tools/Nitpick/nitpick_peephole.ML \ |
7c429a484c74
move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents:
36901
diff
changeset
|
327 |
Tools/Nitpick/nitpick_preproc.ML \ |
7c429a484c74
move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents:
36901
diff
changeset
|
328 |
Tools/Nitpick/nitpick_rep.ML \ |
7c429a484c74
move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents:
36901
diff
changeset
|
329 |
Tools/Nitpick/nitpick_scope.ML \ |
7c429a484c74
move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents:
36901
diff
changeset
|
330 |
Tools/Nitpick/nitpick_tests.ML \ |
7c429a484c74
move Nitpick files from "PLAIN_DEPENDENCIES" to "MAIN_DEPENDENCIES", where they belong
blanchet
parents:
36901
diff
changeset
|
331 |
Tools/Nitpick/nitpick_util.ML \ |
42064
f4e53c8630c0
added first-order TPTP version of Nitpick to Isabelle, so that its sources stay in sync with Isabelle and it is easier to install new versions for SystemOnTPTP and CASC -- the tool is called "isabelle nitrox" but is deliberately omitted from the tool list unless the component is explicitly enabled, to avoid clutter
blanchet
parents:
42063
diff
changeset
|
332 |
Tools/Nitpick/nitrox.ML \ |
27421 | 333 |
Tools/numeral.ML \ |
31068
f591144b0f17
modules numeral_simprocs, nat_numeral_simprocs; proper structures for numeral simprocs
haftmann
parents:
31060
diff
changeset
|
334 |
Tools/numeral_simprocs.ML \ |
27421 | 335 |
Tools/numeral_syntax.ML \ |
40141
0e8a4e27a685
adding new predicate compiler files to the IsaMakefile
bulwahn
parents:
40123
diff
changeset
|
336 |
Tools/Predicate_Compile/core_data.ML \ |
0e8a4e27a685
adding new predicate compiler files to the IsaMakefile
bulwahn
parents:
40123
diff
changeset
|
337 |
Tools/Predicate_Compile/mode_inference.ML \ |
33250
5c2af18a3237
including the predicate compiler in HOL-Main; added RandomPredicate monad to Quickcheck
bulwahn
parents:
33210
diff
changeset
|
338 |
Tools/Predicate_Compile/predicate_compile_aux.ML \ |
36046
c3946372f556
putting compilation setup of predicate compiler in a separate file
bulwahn
parents:
36032
diff
changeset
|
339 |
Tools/Predicate_Compile/predicate_compile_compilations.ML \ |
33250
5c2af18a3237
including the predicate compiler in HOL-Main; added RandomPredicate monad to Quickcheck
bulwahn
parents:
33210
diff
changeset
|
340 |
Tools/Predicate_Compile/predicate_compile_core.ML \ |
5c2af18a3237
including the predicate compiler in HOL-Main; added RandomPredicate monad to Quickcheck
bulwahn
parents:
33210
diff
changeset
|
341 |
Tools/Predicate_Compile/predicate_compile_data.ML \ |
5c2af18a3237
including the predicate compiler in HOL-Main; added RandomPredicate monad to Quickcheck
bulwahn
parents:
33210
diff
changeset
|
342 |
Tools/Predicate_Compile/predicate_compile_fun.ML \ |
5c2af18a3237
including the predicate compiler in HOL-Main; added RandomPredicate monad to Quickcheck
bulwahn
parents:
33210
diff
changeset
|
343 |
Tools/Predicate_Compile/predicate_compile.ML \ |
40141
0e8a4e27a685
adding new predicate compiler files to the IsaMakefile
bulwahn
parents:
40123
diff
changeset
|
344 |
Tools/Predicate_Compile/predicate_compile_proof.ML \ |
36032
dfd30b5b4e73
adding specialisation of predicates to the predicate compiler
bulwahn
parents:
35972
diff
changeset
|
345 |
Tools/Predicate_Compile/predicate_compile_specialisation.ML \ |
33250
5c2af18a3237
including the predicate compiler in HOL-Main; added RandomPredicate monad to Quickcheck
bulwahn
parents:
33210
diff
changeset
|
346 |
Tools/Predicate_Compile/predicate_compile_pred.ML \ |
27421 | 347 |
Tools/Qelim/cooper.ML \ |
36803 | 348 |
Tools/Qelim/cooper_procedure.ML \ |
27421 | 349 |
Tools/Qelim/qelim.ML \ |
41920
d4fb7a418152
moving exhaustive_generators.ML to Quickcheck directory
bulwahn
parents:
41919
diff
changeset
|
350 |
Tools/Quickcheck/exhaustive_generators.ML \ |
41924 | 351 |
Tools/Quickcheck/random_generators.ML \ |
41928
05abcee548a1
adaptions in generators using the common functions
bulwahn
parents:
41927
diff
changeset
|
352 |
Tools/Quickcheck/quickcheck_common.ML \ |
43310 | 353 |
Tools/Quickcheck/narrowing_generators.ML \ |
354 |
Tools/Quickcheck/Narrowing_Engine.hs \ |
|
355 |
Tools/Quickcheck/PNF_Narrowing_Engine.hs \ |
|
35222
4f1fba00f66d
Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents:
35151
diff
changeset
|
356 |
Tools/Quotient/quotient_def.ML \ |
4f1fba00f66d
Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents:
35151
diff
changeset
|
357 |
Tools/Quotient/quotient_info.ML \ |
4f1fba00f66d
Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents:
35151
diff
changeset
|
358 |
Tools/Quotient/quotient_tacs.ML \ |
4f1fba00f66d
Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents:
35151
diff
changeset
|
359 |
Tools/Quotient/quotient_term.ML \ |
4f1fba00f66d
Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents:
35151
diff
changeset
|
360 |
Tools/Quotient/quotient_typ.ML \ |
38394
3142c1e21a0e
moved Record.thy from session Plain to Main; avoid variable name acc
haftmann
parents:
38282
diff
changeset
|
361 |
Tools/record.ML \ |
36753
5cf4e9128f22
renamed Normalizer to the more specific Semiring_Normalizer
haftmann
parents:
36751
diff
changeset
|
362 |
Tools/semiring_normalizer.ML \ |
41042
8275f52ac991
load "try" after "Metis" and move "Async_Manager" back to Sledgehammer
blanchet
parents:
41023
diff
changeset
|
363 |
Tools/Sledgehammer/async_manager.ML \ |
38986 | 364 |
Tools/Sledgehammer/sledgehammer_filter.ML \ |
365 |
Tools/Sledgehammer/sledgehammer_minimize.ML \ |
|
35866
513074557e06
move the Sledgehammer Isar commands together into one file;
blanchet
parents:
35865
diff
changeset
|
366 |
Tools/Sledgehammer/sledgehammer_isar.ML \ |
41087
d7b5fd465198
split "Sledgehammer" module into two parts, to resolve forthcoming dependency problems
blanchet
parents:
41065
diff
changeset
|
367 |
Tools/Sledgehammer/sledgehammer_provers.ML \ |
d7b5fd465198
split "Sledgehammer" module into two parts, to resolve forthcoming dependency problems
blanchet
parents:
41065
diff
changeset
|
368 |
Tools/Sledgehammer/sledgehammer_run.ML \ |
35967 | 369 |
Tools/Sledgehammer/sledgehammer_util.ML \ |
36898 | 370 |
Tools/SMT/smtlib_interface.ML \ |
40277 | 371 |
Tools/SMT/smt_builtin.ML \ |
40424
7550b2cba1cb
better modularization: moved SMT configuration options and diagnostics as well as SMT failure and exception into separate structures (both of which are loaded first and consequently are available to other SMT structures)
boehmes
parents:
40420
diff
changeset
|
372 |
Tools/SMT/smt_config.ML \ |
41426
09615ed31f04
re-implemented support for datatypes (including records and typedefs);
boehmes
parents:
41413
diff
changeset
|
373 |
Tools/SMT/smt_datatypes.ML \ |
40424
7550b2cba1cb
better modularization: moved SMT configuration options and diagnostics as well as SMT failure and exception into separate structures (both of which are loaded first and consequently are available to other SMT structures)
boehmes
parents:
40420
diff
changeset
|
374 |
Tools/SMT/smt_failure.ML \ |
36898 | 375 |
Tools/SMT/smt_normalize.ML \ |
40162
7f58a9a843c2
joined setup of SMT solvers in one place; turned Z3-specific options into SMT options (renamed configuration options from z3_* to smt_*); more detailed SMT exception; improved SMT filter interface
boehmes
parents:
40141
diff
changeset
|
376 |
Tools/SMT/smt_setup_solvers.ML \ |
36898 | 377 |
Tools/SMT/smt_solver.ML \ |
378 |
Tools/SMT/smt_translate.ML \ |
|
40662
798aad2229c0
added prove reconstruction for injective functions;
boehmes
parents:
40650
diff
changeset
|
379 |
Tools/SMT/smt_utils.ML \ |
36898 | 380 |
Tools/SMT/z3_interface.ML \ |
381 |
Tools/SMT/z3_model.ML \ |
|
382 |
Tools/SMT/z3_proof_literals.ML \ |
|
40662
798aad2229c0
added prove reconstruction for injective functions;
boehmes
parents:
40650
diff
changeset
|
383 |
Tools/SMT/z3_proof_methods.ML \ |
36898 | 384 |
Tools/SMT/z3_proof_parser.ML \ |
385 |
Tools/SMT/z3_proof_reconstruction.ML \ |
|
386 |
Tools/SMT/z3_proof_tools.ML \ |
|
31055
2cf6efca6c71
proper structures for list and string code generation stuff
haftmann
parents:
31048
diff
changeset
|
387 |
Tools/string_code.ML \ |
27421 | 388 |
Tools/string_syntax.ML \ |
33318
ddd97d9dfbfb
moved Nat_Transfer before Divides; distributed Nat_Transfer setup accordingly
haftmann
parents:
33298
diff
changeset
|
389 |
Tools/transfer.ML \ |
28401 | 390 |
|
391 |
$(OUT)/HOL-Main: main.ML $(MAIN_DEPENDENCIES) |
|
28500 | 392 |
@$(ISABELLE_TOOL) usedir -b -f main.ML -g true $(OUT)/Pure HOL-Main |
28401 | 393 |
|
34205
f69cd974bc4e
explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents:
34126
diff
changeset
|
394 |
HOL_DEPENDENCIES = $(MAIN_DEPENDENCIES) \ |
30096 | 395 |
Archimedean_Field.thy \ |
32733
71618deaf777
moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents:
32674
diff
changeset
|
396 |
Complex.thy \ |
28952
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
397 |
Complex_Main.thy \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
398 |
Deriv.thy \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
399 |
Fact.thy \ |
32479 | 400 |
GCD.thy \ |
28952
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
401 |
Lim.thy \ |
31352 | 402 |
Limits.thy \ |
28952
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
403 |
Ln.thy \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
404 |
Log.thy \ |
32479 | 405 |
Lubs.thy \ |
28952
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
406 |
MacLaurin.thy \ |
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
407 |
NthRoot.thy \ |
32733
71618deaf777
moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents:
32674
diff
changeset
|
408 |
Parity.thy \ |
71618deaf777
moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents:
32674
diff
changeset
|
409 |
RComplete.thy \ |
35372 | 410 |
Rat.thy \ |
32733
71618deaf777
moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents:
32674
diff
changeset
|
411 |
Real.thy \ |
71618deaf777
moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents:
32674
diff
changeset
|
412 |
RealDef.thy \ |
71618deaf777
moved generic cong_tac from HOL/Tools/datatype_aux.ML to Tools/cong_tac.ML, proper subgoal selection (failure, not exception);
wenzelm
parents:
32674
diff
changeset
|
413 |
RealVector.thy \ |
29197
6d4cb27ed19c
adapted HOL source structure to distribution layout
haftmann
parents:
29181
diff
changeset
|
414 |
SEQ.thy \ |
28952
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
415 |
Series.thy \ |
33269
3b7e2dbbd684
New theory SupInf of the supremum and infimum operators for sets of reals.
paulson
parents:
33083
diff
changeset
|
416 |
SupInf.thy \ |
28952
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
417 |
Taylor.thy \ |
40839
48e01d16dd17
activate subtyping/coercions in theory Complex_Main;
wenzelm
parents:
40837
diff
changeset
|
418 |
Tools/SMT/smt_real.ML \ |
28952
15a4b2cf8c34
made repository layout more coherent with logical distribution structure; stripped some $Id$s
haftmann
parents:
28905
diff
changeset
|
419 |
Tools/float_syntax.ML \ |
40839
48e01d16dd17
activate subtyping/coercions in theory Complex_Main;
wenzelm
parents:
40837
diff
changeset
|
420 |
Transcendental.thy |
34205
f69cd974bc4e
explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents:
34126
diff
changeset
|
421 |
|
f69cd974bc4e
explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents:
34126
diff
changeset
|
422 |
$(OUT)/HOL: ROOT.ML $(HOL_DEPENDENCIES) |
f69cd974bc4e
explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents:
34126
diff
changeset
|
423 |
@$(ISABELLE_TOOL) usedir -b -g true $(OUT)/Pure HOL |
f69cd974bc4e
explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents:
34126
diff
changeset
|
424 |
|
7535
599d3414b51d
The Hahn-Banach theorem for real vectorspaces (Isabelle/Isar)
wenzelm
parents:
7513
diff
changeset
|
425 |
|
10255 | 426 |
## HOL-Library |
427 |
||
37691
4915de09b4d3
build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents:
37672
diff
changeset
|
428 |
HOL-Library: HOL $(OUT)/HOL-Library |
10255 | 429 |
|
38137
6fda94059baa
renamed funny Library ROOT files back to default ROOT.ML -- ML files are no longer located via implicit load path (cf. 2b9bfa0b44f1);
wenzelm
parents:
38119
diff
changeset
|
430 |
$(OUT)/HOL-Library: $(OUT)/HOL Library/ROOT.ML \ |
37691
4915de09b4d3
build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents:
37672
diff
changeset
|
431 |
$(SRC)/HOL/Tools/float_arith.ML $(SRC)/Tools/float.ML \ |
37818
dd65033fed78
load cache_io before code generator; moved adhoc-overloading to generic tools
haftmann
parents:
37790
diff
changeset
|
432 |
Library/Abstract_Rat.thy $(SRC)/Tools/Adhoc_Overloading.thy \ |
38137
6fda94059baa
renamed funny Library ROOT files back to default ROOT.ML -- ML files are no longer located via implicit load path (cf. 2b9bfa0b44f1);
wenzelm
parents:
38119
diff
changeset
|
433 |
Library/AssocList.thy Library/BigO.thy Library/Binomial.thy \ |
37968 | 434 |
Library/Bit.thy Library/Boolean_Algebra.thy Library/Cardinality.thy \ |
37662 | 435 |
Library/Char_nat.thy Library/Code_Char.thy Library/Code_Char_chr.thy \ |
43919 | 436 |
Library/Code_Char_ord.thy Library/Code_Integer.thy \ |
437 |
Library/Code_Natural.thy Library/Code_Prolog.thy \ |
|
438 |
Tools/Predicate_Compile/code_prolog.ML Library/ContNotDenum.thy \ |
|
43988 | 439 |
Library/Cset.thy Library/Cset_Monad.thy \ |
43919 | 440 |
Library/Continuity.thy Library/Convex.thy Library/Countable.thy \ |
441 |
Library/Diagonalize.thy Library/Dlist.thy Library/Dlist_Cset.thy \ |
|
40650
d40b347d5b0b
adding Enum to HOL-Main image and removing it from HOL-Library
bulwahn
parents:
40634
diff
changeset
|
442 |
Library/Efficient_Nat.thy Library/Eval_Witness.thy \ |
43920 | 443 |
Library/Executable_Set.thy Library/Extended_Real.thy \ |
43919 | 444 |
Library/Extended_Nat.thy Library/Float.thy \ |
445 |
Library/Formal_Power_Series.thy Library/Fraction_Field.thy \ |
|
446 |
Library/FrechetDeriv.thy Library/Cset.thy Library/FuncSet.thy \ |
|
447 |
Library/Function_Algebras.thy Library/Fundamental_Theorem_Algebra.thy \ |
|
448 |
Library/Glbs.thy Library/Indicator_Function.thy \ |
|
449 |
Library/Infinite_Set.thy Library/Inner_Product.thy \ |
|
450 |
Library/Kleene_Algebra.thy Library/LaTeXsugar.thy \ |
|
451 |
Library/Lattice_Algebras.thy Library/Lattice_Syntax.thy \ |
|
452 |
Library/Library.thy Library/List_Cset.thy Library/List_Prefix.thy \ |
|
453 |
Library/List_lexord.thy Library/Mapping.thy Library/Monad_Syntax.thy \ |
|
454 |
Library/More_List.thy Library/More_Set.thy Library/Multiset.thy \ |
|
455 |
Library/Nat_Bijection.thy Library/Nested_Environment.thy \ |
|
44013
5cfc1c36ae97
moved recdef package to HOL/Library/Old_Recdef.thy
krauss
parents:
44006
diff
changeset
|
456 |
Library/Numeral_Type.thy Library/Old_Recdef.thy \ |
5cfc1c36ae97
moved recdef package to HOL/Library/Old_Recdef.thy
krauss
parents:
44006
diff
changeset
|
457 |
Library/OptionalSugar.thy \ |
38137
6fda94059baa
renamed funny Library ROOT files back to default ROOT.ML -- ML files are no longer located via implicit load path (cf. 2b9bfa0b44f1);
wenzelm
parents:
38119
diff
changeset
|
458 |
Library/Order_Relation.thy Library/Permutation.thy \ |
6fda94059baa
renamed funny Library ROOT files back to default ROOT.ML -- ML files are no longer located via implicit load path (cf. 2b9bfa0b44f1);
wenzelm
parents:
38119
diff
changeset
|
459 |
Library/Permutations.thy Library/Poly_Deriv.thy \ |
6fda94059baa
renamed funny Library ROOT files back to default ROOT.ML -- ML files are no longer located via implicit load path (cf. 2b9bfa0b44f1);
wenzelm
parents:
38119
diff
changeset
|
460 |
Library/Polynomial.thy Library/Predicate_Compile_Quickcheck.thy \ |
6fda94059baa
renamed funny Library ROOT files back to default ROOT.ML -- ML files are no longer located via implicit load path (cf. 2b9bfa0b44f1);
wenzelm
parents:
38119
diff
changeset
|
461 |
Library/Preorder.thy Library/Product_Vector.thy \ |
6fda94059baa
renamed funny Library ROOT files back to default ROOT.ML -- ML files are no longer located via implicit load path (cf. 2b9bfa0b44f1);
wenzelm
parents:
38119
diff
changeset
|
462 |
Library/Product_ord.thy Library/Product_plus.thy \ |
44006 | 463 |
Library/Product_Lattice.thy \ |
40349 | 464 |
Library/Quickcheck_Types.thy \ |
37118
ccae4ecd67f4
eliminated slightly odd Library/Library session setup (cf. d7711be8c3a9) which is obsolete due to usedir -f HOL_Library_ROOT.ML;
wenzelm
parents:
37024
diff
changeset
|
465 |
Library/Quotient_List.thy Library/Quotient_Option.thy \ |
ccae4ecd67f4
eliminated slightly odd Library/Library session setup (cf. d7711be8c3a9) which is obsolete due to usedir -f HOL_Library_ROOT.ML;
wenzelm
parents:
37024
diff
changeset
|
466 |
Library/Quotient_Product.thy Library/Quotient_Sum.thy \ |
ccae4ecd67f4
eliminated slightly odd Library/Library session setup (cf. d7711be8c3a9) which is obsolete due to usedir -f HOL_Library_ROOT.ML;
wenzelm
parents:
37024
diff
changeset
|
467 |
Library/Quotient_Syntax.thy Library/Quotient_Type.thy \ |
43124 | 468 |
Library/RBT.thy Library/RBT_Impl.thy Library/RBT_Mapping.thy \ |
469 |
Library/README.html \ |
|
38622 | 470 |
Library/Set_Algebras.thy Library/State_Monad.thy Library/Ramsey.thy \ |
43958 | 471 |
Library/Reflection.thy \ |
41474 | 472 |
Library/Sublist_Order.thy Library/Sum_of_Squares.thy \ |
473 |
Library/Sum_of_Squares/sos_wrapper.ML \ |
|
474 |
Library/Sum_of_Squares/sum_of_squares.ML \ |
|
42071
04577a7e0c51
move "TPTP" wrapper and "Sledgehammer as a tactic" to "HOL/ex"
blanchet
parents:
42064
diff
changeset
|
475 |
Library/Transitive_Closure_Table.thy Library/Univ_Poly.thy \ |
44014
88bd7d74a2c1
moved recursion combinator to HOL/Library/Wfrec.thy -- it is so fundamental and well-known that it should survive recdef
krauss
parents:
44013
diff
changeset
|
476 |
Library/Wfrec.thy Library/While_Combinator.thy Library/Zorn.thy \ |
37818
dd65033fed78
load cache_io before code generator; moved adhoc-overloading to generic tools
haftmann
parents:
37790
diff
changeset
|
477 |
$(SRC)/Tools/adhoc_overloading.ML Library/positivstellensatz.ML \ |
37789 | 478 |
Library/reflection.ML Library/reify_data.ML \ |
44013
5cfc1c36ae97
moved recdef package to HOL/Library/Old_Recdef.thy
krauss
parents:
44006
diff
changeset
|
479 |
Library/document/root.bib Library/document/root.tex \ |
5cfc1c36ae97
moved recdef package to HOL/Library/Old_Recdef.thy
krauss
parents:
44006
diff
changeset
|
480 |
Tools/TFL/casesplit.ML Tools/TFL/dcterm.ML Tools/TFL/post.ML \ |
5cfc1c36ae97
moved recdef package to HOL/Library/Old_Recdef.thy
krauss
parents:
44006
diff
changeset
|
481 |
Tools/TFL/rules.ML Tools/TFL/tfl.ML Tools/TFL/thms.ML \ |
5cfc1c36ae97
moved recdef package to HOL/Library/Old_Recdef.thy
krauss
parents:
44006
diff
changeset
|
482 |
Tools/TFL/thry.ML Tools/TFL/usyntax.ML Tools/TFL/utils.ML \ |
5cfc1c36ae97
moved recdef package to HOL/Library/Old_Recdef.thy
krauss
parents:
44006
diff
changeset
|
483 |
Tools/recdef.ML |
38137
6fda94059baa
renamed funny Library ROOT files back to default ROOT.ML -- ML files are no longer located via implicit load path (cf. 2b9bfa0b44f1);
wenzelm
parents:
38119
diff
changeset
|
484 |
@cd Library; $(ISABELLE_TOOL) usedir -b $(OUT)/HOL HOL-Library |
10255 | 485 |
|
486 |
||
31795
be3e1cc5005c
standard naming conventions for session and theories;
wenzelm
parents:
31771
diff
changeset
|
487 |
## HOL-Hahn_Banach |
27421 | 488 |
|
31795
be3e1cc5005c
standard naming conventions for session and theories;
wenzelm
parents:
31771
diff
changeset
|
489 |
HOL-Hahn_Banach: HOL $(LOG)/HOL-Hahn_Banach.gz |
27421 | 490 |
|
31795
be3e1cc5005c
standard naming conventions for session and theories;
wenzelm
parents:
31771
diff
changeset
|
491 |
$(LOG)/HOL-Hahn_Banach.gz: $(OUT)/HOL Hahn_Banach/Bounds.thy \ |
be3e1cc5005c
standard naming conventions for session and theories;
wenzelm
parents:
31771
diff
changeset
|
492 |
Hahn_Banach/Function_Norm.thy Hahn_Banach/Function_Order.thy \ |
be3e1cc5005c
standard naming conventions for session and theories;
wenzelm
parents:
31771
diff
changeset
|
493 |
Hahn_Banach/Hahn_Banach.thy Hahn_Banach/Hahn_Banach_Ext_Lemmas.thy \ |
be3e1cc5005c
standard naming conventions for session and theories;
wenzelm
parents:
31771
diff
changeset
|
494 |
Hahn_Banach/Hahn_Banach_Sup_Lemmas.thy Hahn_Banach/Linearform.thy \ |
be3e1cc5005c
standard naming conventions for session and theories;
wenzelm
parents:
31771
diff
changeset
|
495 |
Hahn_Banach/Normed_Space.thy Hahn_Banach/README.html \ |
be3e1cc5005c
standard naming conventions for session and theories;
wenzelm
parents:
31771
diff
changeset
|
496 |
Hahn_Banach/ROOT.ML Hahn_Banach/Subspace.thy \ |
be3e1cc5005c
standard naming conventions for session and theories;
wenzelm
parents:
31771
diff
changeset
|
497 |
Hahn_Banach/Vector_Space.thy Hahn_Banach/Zorn_Lemma.thy \ |
be3e1cc5005c
standard naming conventions for session and theories;
wenzelm
parents:
31771
diff
changeset
|
498 |
Hahn_Banach/document/root.bib Hahn_Banach/document/root.tex |
be3e1cc5005c
standard naming conventions for session and theories;
wenzelm
parents:
31771
diff
changeset
|
499 |
@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Hahn_Banach |
27421 | 500 |
|
501 |
||
4518 | 502 |
## HOL-Subst |
503 |
||
504 |
HOL-Subst: HOL $(LOG)/HOL-Subst.gz |
|
505 |
||
27164 | 506 |
$(LOG)/HOL-Subst.gz: $(OUT)/HOL Subst/AList.thy Subst/ROOT.ML \ |
507 |
Subst/Subst.thy Subst/UTerm.thy Subst/Unifier.thy Subst/Unify.thy |
|
28500 | 508 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Subst |
2448 | 509 |
|
510 |
||
4518 | 511 |
## HOL-Induct |
2473 | 512 |
|
4518 | 513 |
HOL-Induct: HOL $(LOG)/HOL-Induct.gz |
3125 | 514 |
|
33688
1a97dcd8dc6a
moved old SList, LList, LFilter to AFP/Lazy-Lists-II;
wenzelm
parents:
33649
diff
changeset
|
515 |
$(LOG)/HOL-Induct.gz: $(OUT)/HOL Induct/Com.thy Induct/Comb.thy \ |
1a97dcd8dc6a
moved old SList, LList, LFilter to AFP/Lazy-Lists-II;
wenzelm
parents:
33649
diff
changeset
|
516 |
Induct/Ordinals.thy Induct/PropLog.thy Induct/QuoNestedDataType.thy \ |
1a97dcd8dc6a
moved old SList, LList, LFilter to AFP/Lazy-Lists-II;
wenzelm
parents:
33649
diff
changeset
|
517 |
Induct/QuoDataType.thy Induct/ROOT.ML Induct/Sexp.thy \ |
35249 | 518 |
Induct/Sigma_Algebra.thy Induct/ABexp.thy Induct/SList.thy \ |
519 |
Induct/Term.thy Induct/Tree.thy Induct/document/root.tex |
|
28500 | 520 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Induct |
3125 | 521 |
|
522 |
||
4518 | 523 |
## HOL-IMP |
524 |
||
43917 | 525 |
HOL-IMP: HOL $(OUT)/HOL-IMP |
2448 | 526 |
|
43917 | 527 |
$(OUT)/HOL-IMP: $(OUT)/HOL IMP/ASM.thy IMP/AExp.thy IMP/BExp.thy \ |
43158 | 528 |
IMP/Big_Step.thy IMP/C_like.thy IMP/Com.thy IMP/Compiler.thy \ |
43438
a666b8d11252
IMP compiler with int, added reverse soundness direction
kleing
parents:
43310
diff
changeset
|
529 |
IMP/Comp_Rev.thy IMP/Def_Ass.thy IMP/Def_Ass_Big.thy IMP/Def_Ass_Exp.thy \ |
43158 | 530 |
IMP/Def_Ass_Small.thy IMP/Def_Ass_Sound_Big.thy \ |
531 |
IMP/Def_Ass_Sound_Small.thy IMP/Denotation.thy IMP/Hoare.thy \ |
|
532 |
IMP/HoareT.thy IMP/Hoare_Examples.thy IMP/Hoare_Sound_Complete.thy \ |
|
533 |
IMP/Live.thy IMP/OO.thy IMP/Poly_Types.thy IMP/Procs.thy \ |
|
534 |
IMP/Procs_Dyn_Vars_Dyn.thy IMP/Procs_Stat_Vars_Dyn.thy \ |
|
535 |
IMP/Procs_Stat_Vars_Stat.thy IMP/Sec_Type_Expr.thy IMP/Sec_Typing.thy \ |
|
536 |
IMP/Sec_TypingT.thy IMP/Small_Step.thy IMP/Star.thy IMP/Types.thy \ |
|
537 |
IMP/Util.thy IMP/VC.thy IMP/Vars.thy \ |
|
27164 | 538 |
IMP/ROOT.ML IMP/document/root.tex IMP/document/root.bib |
43917 | 539 |
@cd IMP && $(ISABELLE_TOOL) usedir -g true -b $(OUT)/HOL HOL-IMP |
2448 | 540 |
|
541 |
||
8179 | 542 |
## HOL-IMPP |
543 |
||
544 |
HOL-IMPP: HOL $(LOG)/HOL-IMPP.gz |
|
545 |
||
27164 | 546 |
$(LOG)/HOL-IMPP.gz: $(OUT)/HOL IMPP/ROOT.ML IMPP/Com.thy \ |
19803 | 547 |
IMPP/Natural.thy IMPP/Hoare.thy IMPP/Misc.thy IMPP/EvenOdd.thy |
28500 | 548 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL IMPP |
8179 | 549 |
|
550 |
||
27421 | 551 |
## HOL-Import |
14516 | 552 |
|
43834 | 553 |
IMPORTER_FILES = \ |
43918
6ca79a354c51
HOL/Import reorganization/cleaning. Factor 9 speedup. Remove Import XML parser in favor of much faster of Isabelle's XML parser. Remove ImportRecording since we can use Isabelle images.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents:
43917
diff
changeset
|
554 |
Import/HOL4Compat.thy \ |
43834 | 555 |
Import/HOLLightCompat.thy Import/HOL4Setup.thy Import/HOL4Syntax.thy \ |
556 |
Import/MakeEqual.thy Import/ROOT.ML Import/hol4rews.ML \ |
|
43918
6ca79a354c51
HOL/Import reorganization/cleaning. Factor 9 speedup. Remove Import XML parser in favor of much faster of Isabelle's XML parser. Remove ImportRecording since we can use Isabelle images.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents:
43917
diff
changeset
|
557 |
Import/import.ML Import/import_syntax.ML \ |
6ca79a354c51
HOL/Import reorganization/cleaning. Factor 9 speedup. Remove Import XML parser in favor of much faster of Isabelle's XML parser. Remove ImportRecording since we can use Isabelle images.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents:
43917
diff
changeset
|
558 |
Import/proof_kernel.ML Import/replay.ML Import/shuffler.ML \ |
43834 | 559 |
Library/ContNotDenum.thy Old_Number_Theory/Primes.thy |
17323 | 560 |
|
27421 | 561 |
HOL-Import: HOL $(LOG)/HOL-Import.gz |
14516 | 562 |
|
27421 | 563 |
$(LOG)/HOL-Import.gz: $(OUT)/HOL $(IMPORTER_FILES) |
37296 | 564 |
@$(ISABELLE_TOOL) usedir -p 0 $(OUT)/HOL Import |
14516 | 565 |
|
566 |
||
27421 | 567 |
## HOL-Generate-HOL |
14516 | 568 |
|
27421 | 569 |
HOL-Generate-HOL: HOL $(LOG)/HOL-Generate-HOL.gz |
14516 | 570 |
|
27421 | 571 |
$(LOG)/HOL-Generate-HOL.gz: $(OUT)/HOL \ |
27164 | 572 |
$(IMPORTER_FILES) Import/Generate-HOL/GenHOL4Base.thy \ |
573 |
Import/Generate-HOL/GenHOL4Prob.thy \ |
|
574 |
Import/Generate-HOL/GenHOL4Real.thy \ |
|
575 |
Import/Generate-HOL/GenHOL4Vec.thy \ |
|
14516 | 576 |
Import/Generate-HOL/GenHOL4Word32.thy Import/Generate-HOL/ROOT.ML |
28500 | 577 |
@cd Import; $(ISABELLE_TOOL) usedir $(OUT)/HOL Generate-HOL |
14516 | 578 |
|
17460 | 579 |
|
27421 | 580 |
## HOL-Generate-HOLLight |
17460 | 581 |
|
27421 | 582 |
HOL-Generate-HOLLight: HOL $(LOG)/HOL-Generate-HOLLight.gz |
17323 | 583 |
|
37742 | 584 |
$(LOG)/HOL-Generate-HOLLight.gz: $(OUT)/HOL \ |
43834 | 585 |
$(IMPORTER_FILES) Import/Generate-HOLLight/GenHOLLight.thy \ |
27164 | 586 |
Import/Generate-HOLLight/ROOT.ML |
28500 | 587 |
@cd Import; $(ISABELLE_TOOL) usedir $(OUT)/HOL Generate-HOLLight |
14516 | 588 |
|
17460 | 589 |
|
14516 | 590 |
## HOL-Import-HOL |
591 |
||
27421 | 592 |
HOL4: HOL $(LOG)/HOL4.gz |
14516 | 593 |
|
594 |
HOL_IMPORT_FILES = arithmetic.imp bits.imp boolean_sequence.imp bool.imp \ |
|
595 |
bword_arith.imp bword_bitop.imp bword_num.imp combin.imp divides.imp \ |
|
596 |
hrat.imp hreal.imp ind_type.imp lim.imp list.imp marker.imp nets.imp \ |
|
597 |
numeral.imp num.imp one.imp operator.imp option.imp pair.imp poly.imp \ |
|
598 |
powser.imp pred_set.imp prime.imp prim_rec.imp prob_algebra.imp \ |
|
599 |
prob_canon.imp prob_extra.imp prob.imp prob_indep.imp prob_pseudo.imp \ |
|
23194 | 600 |
prob_uniform.imp realax.imp real.imp relation.imp res_quan.imp \ |
601 |
rich_list.imp \ |
|
14516 | 602 |
seq.imp state_transformer.imp sum.imp topology.imp transc.imp word32.imp \ |
603 |
word_base.imp word_bitop.imp word_num.imp |
|
604 |
||
37742 | 605 |
$(LOG)/HOL4.gz: $(OUT)/HOL $(IMPORTER_FILES) \ |
27164 | 606 |
$(HOL_IMPORT_FILES:%=Import/HOL/%) Import/HOL/HOL4Base.thy \ |
607 |
Import/HOL/HOL4Prob.thy Import/HOL/HOL4Real.thy \ |
|
608 |
Import/HOL/HOL4Vec.thy Import/HOL/HOL4Word32.thy Import/HOL/HOL4.thy \ |
|
609 |
Import/HOL/ROOT.ML |
|
28500 | 610 |
@cd Import/HOL; $(ISABELLE_TOOL) usedir -b $(OUT)/HOL HOL4 |
14516 | 611 |
|
27421 | 612 |
HOLLight: HOL $(LOG)/HOLLight.gz |
17645 | 613 |
|
43834 | 614 |
$(LOG)/HOLLight.gz: $(OUT)/HOL $(IMPORTER_FILES) \ |
27164 | 615 |
Import/HOLLight/hollight.imp Import/HOLLight/HOLLight.thy \ |
17645 | 616 |
Import/HOLLight/ROOT.ML |
28500 | 617 |
@cd Import/HOLLight; $(ISABELLE_TOOL) usedir -b $(OUT)/HOL HOLLight |
17645 | 618 |
|
14516 | 619 |
|
32479 | 620 |
## HOL-Number_Theory |
31719 | 621 |
|
32479 | 622 |
HOL-Number_Theory: HOL $(LOG)/HOL-Number_Theory.gz |
31719 | 623 |
|
32479 | 624 |
$(LOG)/HOL-Number_Theory.gz: $(OUT)/HOL $(ALGEBRA_DEPENDENCIES) \ |
31771 | 625 |
Library/Multiset.thy \ |
32479 | 626 |
Number_Theory/Binomial.thy \ |
627 |
Number_Theory/Cong.thy \ |
|
628 |
Number_Theory/Fib.thy \ |
|
629 |
Number_Theory/MiscAlgebra.thy \ |
|
630 |
Number_Theory/Number_Theory.thy \ |
|
631 |
Number_Theory/Residues.thy \ |
|
632 |
Number_Theory/UniqueFactorization.thy \ |
|
633 |
Number_Theory/ROOT.ML |
|
634 |
@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Number_Theory |
|
41980
28b51effc5ed
split Extended_Reals into parts for Library and Multivariate_Analysis
hoelzl
parents:
41973
diff
changeset
|
635 |
|
31719 | 636 |
|
32479 | 637 |
## HOL-Old_Number_Theory |
9510 | 638 |
|
32479 | 639 |
HOL-Old_Number_Theory: HOL $(LOG)/HOL-Old_Number_Theory.gz |
9510 | 640 |
|
37021 | 641 |
$(LOG)/HOL-Old_Number_Theory.gz: $(OUT)/HOL Library/Permutation.thy \ |
642 |
Old_Number_Theory/Primes.thy Old_Number_Theory/Fib.thy \ |
|
643 |
Old_Number_Theory/Factorization.thy Old_Number_Theory/BijectionRel.thy\ |
|
644 |
Old_Number_Theory/Chinese.thy Old_Number_Theory/EulerFermat.thy \ |
|
645 |
Old_Number_Theory/IntFact.thy Old_Number_Theory/IntPrimes.thy \ |
|
646 |
Old_Number_Theory/WilsonBij.thy Old_Number_Theory/WilsonRuss.thy \ |
|
647 |
Old_Number_Theory/Finite2.thy Old_Number_Theory/Int2.thy \ |
|
648 |
Old_Number_Theory/EvenOdd.thy Old_Number_Theory/Residues.thy \ |
|
649 |
Old_Number_Theory/Euler.thy Old_Number_Theory/Gauss.thy \ |
|
32479 | 650 |
Old_Number_Theory/Quadratic_Reciprocity.thy Library/Infinite_Set.thy \ |
37021 | 651 |
Old_Number_Theory/Legacy_GCD.thy Old_Number_Theory/Pocklington.thy \ |
652 |
Old_Number_Theory/ROOT.ML |
|
32479 | 653 |
@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Old_Number_Theory |
9510 | 654 |
|
655 |
||
4518 | 656 |
## HOL-Hoare |
657 |
||
658 |
HOL-Hoare: HOL $(LOG)/HOL-Hoare.gz |
|
2448 | 659 |
|
27164 | 660 |
$(LOG)/HOL-Hoare.gz: $(OUT)/HOL Hoare/Arith2.thy Hoare/Examples.thy \ |
42153 | 661 |
Hoare/Hoare.thy Hoare/hoare_syntax.ML Hoare/hoare_tac.ML \ |
662 |
Hoare/Heap.thy Hoare/Hoare_Logic.thy Hoare/Hoare_Logic_Abort.thy \ |
|
27164 | 663 |
Hoare/HeapSyntax.thy Hoare/Pointer_Examples.thy Hoare/ROOT.ML \ |
664 |
Hoare/ExamplesAbort.thy Hoare/HeapSyntaxAbort.thy \ |
|
42153 | 665 |
Hoare/SchorrWaite.thy Hoare/Separation.thy Hoare/SepLogHeap.thy \ |
666 |
Hoare/document/root.tex Hoare/document/root.bib |
|
28500 | 667 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Hoare |
2448 | 668 |
|
669 |
||
32621
a073cb249a06
theory entry point for session Hoare_Parallel (now also with proper underscore)
haftmann
parents:
32618
diff
changeset
|
670 |
## HOL-Hoare_Parallel |
12996 | 671 |
|
32621
a073cb249a06
theory entry point for session Hoare_Parallel (now also with proper underscore)
haftmann
parents:
32618
diff
changeset
|
672 |
HOL-Hoare_Parallel: HOL $(LOG)/HOL-Hoare_Parallel.gz |
12996 | 673 |
|
32621
a073cb249a06
theory entry point for session Hoare_Parallel (now also with proper underscore)
haftmann
parents:
32618
diff
changeset
|
674 |
$(LOG)/HOL-Hoare_Parallel.gz: $(OUT)/HOL Hoare_Parallel/Gar_Coll.thy \ |
33439 | 675 |
Hoare_Parallel/Graph.thy Hoare_Parallel/Hoare_Parallel.thy \ |
676 |
Hoare_Parallel/Mul_Gar_Coll.thy Hoare_Parallel/OG_Com.thy \ |
|
677 |
Hoare_Parallel/OG_Examples.thy Hoare_Parallel/OG_Hoare.thy \ |
|
678 |
Hoare_Parallel/OG_Syntax.thy Hoare_Parallel/OG_Tactics.thy \ |
|
679 |
Hoare_Parallel/OG_Tran.thy Hoare_Parallel/Quote_Antiquote.thy \ |
|
680 |
Hoare_Parallel/RG_Com.thy Hoare_Parallel/RG_Examples.thy \ |
|
681 |
Hoare_Parallel/RG_Hoare.thy Hoare_Parallel/RG_Syntax.thy \ |
|
682 |
Hoare_Parallel/RG_Tran.thy Hoare_Parallel/ROOT.ML \ |
|
683 |
Hoare_Parallel/document/root.tex Hoare_Parallel/document/root.bib |
|
32621
a073cb249a06
theory entry point for session Hoare_Parallel (now also with proper underscore)
haftmann
parents:
32618
diff
changeset
|
684 |
@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Hoare_Parallel |
12996 | 685 |
|
686 |
||
37747 | 687 |
## HOL-Library-Codegenerator_Test |
37691
4915de09b4d3
build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents:
37672
diff
changeset
|
688 |
|
37747 | 689 |
HOL-Library-Codegenerator_Test: HOL-Library $(LOG)/HOL-Library-Codegenerator_Test.gz |
37691
4915de09b4d3
build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents:
37672
diff
changeset
|
690 |
|
37747 | 691 |
$(LOG)/HOL-Library-Codegenerator_Test.gz: $(OUT)/HOL-Library \ |
37742 | 692 |
Codegenerator_Test/ROOT.ML \ |
693 |
Codegenerator_Test/Candidates.thy \ |
|
37691
4915de09b4d3
build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents:
37672
diff
changeset
|
694 |
Codegenerator_Test/Candidates_Pretty.thy \ |
4915de09b4d3
build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents:
37672
diff
changeset
|
695 |
Codegenerator_Test/Generate.thy \ |
4915de09b4d3
build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents:
37672
diff
changeset
|
696 |
Codegenerator_Test/Generate_Pretty.thy |
4915de09b4d3
build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents:
37672
diff
changeset
|
697 |
@$(ISABELLE_TOOL) usedir -d false -g false -i false $(OUT)/HOL-Library Codegenerator_Test |
4915de09b4d3
build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents:
37672
diff
changeset
|
698 |
|
4915de09b4d3
build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann
parents:
37672
diff
changeset
|
699 |
|
33027 | 700 |
## HOL-Metis_Examples |
23449 | 701 |
|
33027 | 702 |
HOL-Metis_Examples: HOL $(LOG)/HOL-Metis_Examples.gz |
23449 | 703 |
|
41144 | 704 |
$(LOG)/HOL-Metis_Examples.gz: $(OUT)/HOL Metis_Examples/ROOT.ML \ |
43197 | 705 |
Metis_Examples/Abstraction.thy Metis_Examples/Big_O.thy \ |
706 |
Metis_Examples/Binary_Tree.thy Metis_Examples/Clausification.thy \ |
|
707 |
Metis_Examples/Message.thy Metis_Examples/Proxies.thy \ |
|
708 |
Metis_Examples/Sets.thy Metis_Examples/Tarski.thy \ |
|
709 |
Metis_Examples/Trans_Closure.thy Metis_Examples/Type_Encodings.thy |
|
33027 | 710 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Metis_Examples |
23449 | 711 |
|
712 |
||
33197
de6285ebcc05
continuation of Nitpick's integration into Isabelle;
blanchet
parents:
33192
diff
changeset
|
713 |
## HOL-Nitpick_Examples |
de6285ebcc05
continuation of Nitpick's integration into Isabelle;
blanchet
parents:
33192
diff
changeset
|
714 |
|
de6285ebcc05
continuation of Nitpick's integration into Isabelle;
blanchet
parents:
33192
diff
changeset
|
715 |
HOL-Nitpick_Examples: HOL $(LOG)/HOL-Nitpick_Examples.gz |
de6285ebcc05
continuation of Nitpick's integration into Isabelle;
blanchet
parents:
33192
diff
changeset
|
716 |
|
34126 | 717 |
$(LOG)/HOL-Nitpick_Examples.gz: $(OUT)/HOL Nitpick_Examples/ROOT.ML \ |
718 |
Nitpick_Examples/Core_Nits.thy Nitpick_Examples/Datatype_Nits.thy \ |
|
35076
cc19e2aef17e
added hotel key card example for Nitpick, and renumber atoms in Nitpick's output for increased readability
blanchet
parents:
35070
diff
changeset
|
719 |
Nitpick_Examples/Hotel_Nits.thy Nitpick_Examples/Induct_Nits.thy \ |
cc19e2aef17e
added hotel key card example for Nitpick, and renumber atoms in Nitpick's output for increased readability
blanchet
parents:
35070
diff
changeset
|
720 |
Nitpick_Examples/Integer_Nits.thy Nitpick_Examples/Manual_Nits.thy \ |
39221
70fd4a3c41ed
remove "minipick" (the toy version of Nitpick) and some tests;
blanchet
parents:
39048
diff
changeset
|
721 |
Nitpick_Examples/Mono_Nits.thy Nitpick_Examples/Nitpick_Examples.thy \ |
70fd4a3c41ed
remove "minipick" (the toy version of Nitpick) and some tests;
blanchet
parents:
39048
diff
changeset
|
722 |
Nitpick_Examples/Pattern_Nits.thy Nitpick_Examples/Record_Nits.thy \ |
70fd4a3c41ed
remove "minipick" (the toy version of Nitpick) and some tests;
blanchet
parents:
39048
diff
changeset
|
723 |
Nitpick_Examples/Refute_Nits.thy Nitpick_Examples/Special_Nits.thy \ |
70fd4a3c41ed
remove "minipick" (the toy version of Nitpick) and some tests;
blanchet
parents:
39048
diff
changeset
|
724 |
Nitpick_Examples/Tests_Nits.thy Nitpick_Examples/Typedef_Nits.thy |
33197
de6285ebcc05
continuation of Nitpick's integration into Isabelle;
blanchet
parents:
33192
diff
changeset
|
725 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Nitpick_Examples |
de6285ebcc05
continuation of Nitpick's integration into Isabelle;
blanchet
parents:
33192
diff
changeset
|
726 |
|
de6285ebcc05
continuation of Nitpick's integration into Isabelle;
blanchet
parents:
33192
diff
changeset
|
727 |
|
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
728 |
## HOL-Algebra |
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
729 |
|
33439 | 730 |
HOL-Algebra: HOL $(OUT)/HOL-Algebra |
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
731 |
|
31771 | 732 |
ALGEBRA_DEPENDENCIES = $(OUT)/HOL \ |
733 |
Algebra/ROOT.ML \ |
|
734 |
Library/Binomial.thy \ |
|
735 |
Library/FuncSet.thy \ |
|
736 |
Library/Multiset.thy \ |
|
737 |
Library/Permutation.thy \ |
|
32479 | 738 |
Number_Theory/Primes.thy \ |
31771 | 739 |
Algebra/AbelCoset.thy \ |
740 |
Algebra/Bij.thy \ |
|
741 |
Algebra/Congruence.thy \ |
|
742 |
Algebra/Coset.thy \ |
|
743 |
Algebra/Divisibility.thy \ |
|
744 |
Algebra/Exponent.thy \ |
|
745 |
Algebra/FiniteProduct.thy \ |
|
746 |
Algebra/Group.thy \ |
|
747 |
Algebra/Ideal.thy \ |
|
748 |
Algebra/IntRing.thy \ |
|
749 |
Algebra/Lattice.thy \ |
|
750 |
Algebra/Module.thy \ |
|
751 |
Algebra/QuotRing.thy \ |
|
752 |
Algebra/Ring.thy \ |
|
753 |
Algebra/RingHom.thy \ |
|
754 |
Algebra/Sylow.thy \ |
|
755 |
Algebra/UnivPoly.thy \ |
|
756 |
Algebra/abstract/Abstract.thy \ |
|
757 |
Algebra/abstract/Factor.thy \ |
|
758 |
Algebra/abstract/Field.thy \ |
|
759 |
Algebra/abstract/Ideal2.thy \ |
|
760 |
Algebra/abstract/PID.thy \ |
|
761 |
Algebra/abstract/Ring2.thy \ |
|
762 |
Algebra/abstract/RingHomo.thy \ |
|
763 |
Algebra/document/root.tex \ |
|
764 |
Algebra/document/root.tex \ |
|
765 |
Algebra/poly/LongDiv.thy \ |
|
766 |
Algebra/poly/PolyHomo.thy \ |
|
767 |
Algebra/poly/Polynomial.thy \ |
|
768 |
Algebra/poly/UnivPoly2.thy \ |
|
769 |
Algebra/ringsimp.ML |
|
770 |
||
33448 | 771 |
$(OUT)/HOL-Algebra: $(ALGEBRA_DEPENDENCIES) |
28500 | 772 |
@cd Algebra; $(ISABELLE_TOOL) usedir -b -g true -V outline=/proof,/ML $(OUT)/HOL HOL-Algebra |
7999
7acf6eb8eec1
Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
7985
diff
changeset
|
773 |
|
27477
c64736fe2a1f
more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents:
27470
diff
changeset
|
774 |
|
4518 | 775 |
## HOL-Auth |
3819 | 776 |
|
4518 | 777 |
HOL-Auth: HOL $(LOG)/HOL-Auth.gz |
3819 | 778 |
|
28098 | 779 |
$(LOG)/HOL-Auth.gz: $(OUT)/HOL \ |
37021 | 780 |
Auth/Auth_Shared.thy Auth/Auth_Public.thy Auth/All_Symmetric.thy \ |
781 |
Auth/Guard/Auth_Guard_Shared.thy \ |
|
782 |
Auth/Guard/Auth_Guard_Public.thy \ |
|
32632 | 783 |
Auth/Smartcard/Auth_Smartcard.thy Auth/All_Symmetric.thy \ |
27164 | 784 |
Auth/CertifiedEmail.thy Auth/Event.thy Auth/Message.thy \ |
785 |
Auth/NS_Public.thy Auth/NS_Public_Bad.thy Auth/NS_Shared.thy \ |
|
786 |
Auth/OtwayRees.thy Auth/OtwayReesBella.thy Auth/OtwayRees_AN.thy \ |
|
787 |
Auth/OtwayRees_Bad.thy Auth/Public.thy Auth/ROOT.ML Auth/Recur.thy \ |
|
788 |
Auth/Shared.thy Auth/TLS.thy Auth/WooLam.thy Auth/Kerberos_BAN.thy \ |
|
789 |
Auth/Kerberos_BAN_Gets.thy Auth/KerberosIV.thy \ |
|
790 |
Auth/KerberosIV_Gets.thy Auth/KerberosV.thy Auth/Yahalom.thy \ |
|
791 |
Auth/Yahalom2.thy Auth/Yahalom_Bad.thy Auth/ZhouGollmann.thy \ |
|
792 |
Auth/Guard/Analz.thy Auth/Guard/Extensions.thy Auth/Guard/GuardK.thy \ |
|
793 |
Auth/Guard/Guard_Public.thy Auth/Guard/Guard_Shared.thy \ |
|
794 |
Auth/Guard/Guard.thy Auth/Guard/List_Msg.thy \ |
|
795 |
Auth/Guard/Guard_NS_Public.thy Auth/Guard/Guard_OtwayRees.thy \ |
|
796 |
Auth/Guard/P1.thy Auth/Guard/P2.thy Auth/Guard/Proto.thy \ |
|
797 |
Auth/Guard/Guard_Yahalom.thy Auth/Smartcard/EventSC.thy \ |
|
798 |
Auth/Smartcard/ShoupRubinBella.thy Auth/Smartcard/ShoupRubin.thy \ |
|
799 |
Auth/Smartcard/Smartcard.thy Auth/document/root.tex |
|
28500 | 800 |
@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Auth |
2448 | 801 |
|
802 |
||
4777 | 803 |
## HOL-UNITY |
804 |
||
805 |
HOL-UNITY: HOL $(LOG)/HOL-UNITY.gz |
|
806 |
||
27164 | 807 |
$(LOG)/HOL-UNITY.gz: $(OUT)/HOL Library/Multiset.thy UNITY/ROOT.ML \ |
41892
2386fb64feaf
eliminated UNITY_Examples.thy which takes quite long to merge and does not parallelize so well -- essentially reverting 3dec57ec3473;
wenzelm
parents:
41854
diff
changeset
|
808 |
UNITY/UNITY_Main.thy UNITY/UNITY_tactics.ML UNITY/Comp.thy \ |
2386fb64feaf
eliminated UNITY_Examples.thy which takes quite long to merge and does not parallelize so well -- essentially reverting 3dec57ec3473;
wenzelm
parents:
41854
diff
changeset
|
809 |
UNITY/Constrains.thy UNITY/Detects.thy UNITY/ELT.thy \ |
27164 | 810 |
UNITY/Extend.thy UNITY/FP.thy UNITY/Follows.thy UNITY/Guar.thy \ |
811 |
UNITY/Lift_prog.thy UNITY/ListOrder.thy UNITY/ProgressSets.thy \ |
|
812 |
UNITY/PPROD.thy UNITY/Project.thy UNITY/Rename.thy \ |
|
813 |
UNITY/Transformers.thy UNITY/SubstAx.thy UNITY/UNITY.thy \ |
|
814 |
UNITY/Union.thy UNITY/WFair.thy UNITY/Simple/Channel.thy \ |
|
815 |
UNITY/Simple/Common.thy UNITY/Simple/Deadlock.thy \ |
|
816 |
UNITY/Simple/Lift.thy UNITY/Simple/Mutex.thy \ |
|
817 |
UNITY/Simple/NSP_Bad.thy UNITY/Simple/Network.thy \ |
|
818 |
UNITY/Simple/Reach.thy UNITY/Simple/Reachability.thy \ |
|
819 |
UNITY/Simple/Token.thy UNITY/Comp/Alloc.thy UNITY/Comp/AllocBase.thy \ |
|
820 |
UNITY/Comp/AllocImpl.thy UNITY/Comp/Client.thy \ |
|
821 |
UNITY/Comp/Counter.thy UNITY/Comp/Counterc.thy \ |
|
822 |
UNITY/Comp/Handshake.thy UNITY/Comp/PriorityAux.thy \ |
|
823 |
UNITY/Comp/Priority.thy UNITY/Comp/Progress.thy \ |
|
824 |
UNITY/Comp/TimerArray.thy UNITY/document/root.tex |
|
28500 | 825 |
@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL UNITY |
4777 | 826 |
|
827 |
||
10966 | 828 |
## HOL-Unix |
829 |
||
830 |
HOL-Unix: HOL $(LOG)/HOL-Unix.gz |
|
831 |
||
37742 | 832 |
$(LOG)/HOL-Unix.gz: $(OUT)/HOL Library/Nested_Environment.thy \ |
833 |
Library/List_Prefix.thy Unix/ROOT.ML Unix/Unix.thy \ |
|
10966 | 834 |
Unix/document/root.bib Unix/document/root.tex |
39156 | 835 |
@$(ISABELLE_TOOL) usedir -m no_brackets -m no_type_brackets $(OUT)/HOL Unix |
10966 | 836 |
|
27477
c64736fe2a1f
more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents:
27470
diff
changeset
|
837 |
|
19203 | 838 |
## HOL-ZF |
839 |
||
840 |
HOL-ZF: HOL $(LOG)/HOL-ZF.gz |
|
841 |
||
39306
c1f3992c9097
print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents:
39271
diff
changeset
|
842 |
$(LOG)/HOL-ZF.gz: $(OUT)/HOL ZF/ROOT.ML ZF/LProd.thy \ |
27164 | 843 |
ZF/HOLZF.thy ZF/MainZF.thy ZF/Games.thy ZF/document/root.tex |
28500 | 844 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL ZF |
10966 | 845 |
|
27477
c64736fe2a1f
more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents:
27470
diff
changeset
|
846 |
|
29399
ebcd69a00872
split of Imperative_HOL theories from HOL-Library
haftmann
parents:
29197
diff
changeset
|
847 |
## HOL-Imperative_HOL |
ebcd69a00872
split of Imperative_HOL theories from HOL-Library
haftmann
parents:
29197
diff
changeset
|
848 |
|
ebcd69a00872
split of Imperative_HOL theories from HOL-Library
haftmann
parents:
29197
diff
changeset
|
849 |
HOL-Imperative_HOL: HOL $(LOG)/HOL-Imperative_HOL.gz |
ebcd69a00872
split of Imperative_HOL theories from HOL-Library
haftmann
parents:
29197
diff
changeset
|
850 |
|
39306
c1f3992c9097
print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents:
39271
diff
changeset
|
851 |
$(LOG)/HOL-Imperative_HOL.gz: $(OUT)/HOL \ |
c1f3992c9097
print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents:
39271
diff
changeset
|
852 |
Imperative_HOL/Array.thy \ |
c1f3992c9097
print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents:
39271
diff
changeset
|
853 |
Imperative_HOL/Heap.thy \ |
c1f3992c9097
print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents:
39271
diff
changeset
|
854 |
Imperative_HOL/Heap_Monad.thy \ |
c1f3992c9097
print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents:
39271
diff
changeset
|
855 |
Imperative_HOL/Imperative_HOL.thy \ |
c1f3992c9097
print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents:
39271
diff
changeset
|
856 |
Imperative_HOL/Imperative_HOL_ex.thy \ |
c1f3992c9097
print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents:
39271
diff
changeset
|
857 |
Imperative_HOL/Mrec.thy \ |
c1f3992c9097
print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents:
39271
diff
changeset
|
858 |
Imperative_HOL/Ref.thy \ |
c1f3992c9097
print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents:
39271
diff
changeset
|
859 |
Imperative_HOL/ROOT.ML \ |
c1f3992c9097
print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents:
39271
diff
changeset
|
860 |
Imperative_HOL/ex/Imperative_Quicksort.thy \ |
c1f3992c9097
print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents:
39271
diff
changeset
|
861 |
Imperative_HOL/ex/Imperative_Reverse.thy \ |
c1f3992c9097
print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents:
39271
diff
changeset
|
862 |
Imperative_HOL/ex/Linked_Lists.thy \ |
c1f3992c9097
print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents:
39271
diff
changeset
|
863 |
Imperative_HOL/ex/SatChecker.thy \ |
c1f3992c9097
print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents:
39271
diff
changeset
|
864 |
Imperative_HOL/ex/Sorted_List.thy \ |
c1f3992c9097
print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents:
39271
diff
changeset
|
865 |
Imperative_HOL/ex/Subarray.thy \ |
30689
b14b2cc4e25e
moved Imperative_HOL examples to Imperative_HOL/ex
haftmann
parents:
30654
diff
changeset
|
866 |
Imperative_HOL/ex/Sublist.thy |
39306
c1f3992c9097
print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann
parents:
39271
diff
changeset
|
867 |
@$(ISABELLE_TOOL) usedir -g true -m iff -m no_brackets $(OUT)/HOL Imperative_HOL |
29399
ebcd69a00872
split of Imperative_HOL theories from HOL-Library
haftmann
parents:
29197
diff
changeset
|
868 |
|
ebcd69a00872
split of Imperative_HOL theories from HOL-Library
haftmann
parents:
29197
diff
changeset
|
869 |
|
29823
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
870 |
## HOL-Decision_Procs |
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
871 |
|
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
872 |
HOL-Decision_Procs: HOL $(LOG)/HOL-Decision_Procs.gz |
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
873 |
|
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
874 |
$(LOG)/HOL-Decision_Procs.gz: $(OUT)/HOL \ |
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
875 |
Decision_Procs/Approximation.thy \ |
33356
9157d0f9f00e
moved Commutative_Ring into session Decision_Procs
haftmann
parents:
33348
diff
changeset
|
876 |
Decision_Procs/Commutative_Ring.thy \ |
9157d0f9f00e
moved Commutative_Ring into session Decision_Procs
haftmann
parents:
33348
diff
changeset
|
877 |
Decision_Procs/Commutative_Ring_Complete.thy \ |
29823
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
878 |
Decision_Procs/Cooper.thy \ |
35053 | 879 |
Decision_Procs/Decision_Procs.thy \ |
29823
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
880 |
Decision_Procs/Dense_Linear_Order.thy \ |
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
881 |
Decision_Procs/Ferrack.thy \ |
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
882 |
Decision_Procs/MIR.thy \ |
35053 | 883 |
Decision_Procs/Parametric_Ferrante_Rackoff.thy \ |
884 |
Decision_Procs/Polynomial_List.thy \ |
|
37120 | 885 |
Decision_Procs/ROOT.ML \ |
35053 | 886 |
Decision_Procs/Reflected_Multivariate_Polynomial.thy \ |
887 |
Decision_Procs/commutative_ring_tac.ML \ |
|
888 |
Decision_Procs/cooper_tac.ML \ |
|
30429
39acdf031548
moved Decision_Procs examples to Decision_Procs/ex
haftmann
parents:
30400
diff
changeset
|
889 |
Decision_Procs/ex/Approximation_Ex.thy \ |
33356
9157d0f9f00e
moved Commutative_Ring into session Decision_Procs
haftmann
parents:
33348
diff
changeset
|
890 |
Decision_Procs/ex/Commutative_Ring_Ex.thy \ |
35053 | 891 |
Decision_Procs/ex/Dense_Linear_Order_Ex.thy \ |
892 |
Decision_Procs/ferrack_tac.ML \ |
|
37120 | 893 |
Decision_Procs/ferrante_rackoff.ML \ |
894 |
Decision_Procs/ferrante_rackoff_data.ML \ |
|
895 |
Decision_Procs/langford.ML \ |
|
896 |
Decision_Procs/langford_data.ML \ |
|
897 |
Decision_Procs/mir_tac.ML |
|
29823
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
898 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Decision_Procs |
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
899 |
|
0ab754d13ccd
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
haftmann
parents:
29813
diff
changeset
|
900 |
|
39157
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
901 |
## HOL-Proofs |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
902 |
|
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
903 |
HOL-Proofs: Pure $(OUT)/HOL-Proofs |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
904 |
|
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
905 |
$(OUT)/HOL-Proofs: main.ML $(MAIN_DEPENDENCIES) |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
906 |
@$(ISABELLE_TOOL) usedir -b -f main.ML -g true -p 2 -q 0 $(OUT)/Pure HOL-Proofs |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
907 |
|
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
908 |
|
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
909 |
## HOL-Proofs-ex |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
910 |
|
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
911 |
HOL-Proofs-ex: HOL-Proofs $(LOG)/HOL-Proofs-ex.gz |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
912 |
|
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
913 |
$(LOG)/HOL-Proofs-ex.gz: $(OUT)/HOL-Proofs \ |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
914 |
Proofs/ex/ROOT.ML Proofs/ex/Hilbert_Classical.thy |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
915 |
@cd Proofs; $(ISABELLE_TOOL) usedir -p 2 -q 0 $(OUT)/HOL-Proofs ex |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
916 |
|
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
917 |
|
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
918 |
## HOL-Proofs-Extraction |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
919 |
|
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
920 |
HOL-Proofs-Extraction: HOL-Proofs $(LOG)/HOL-Proofs-Extraction.gz |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
921 |
|
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
922 |
$(LOG)/HOL-Proofs-Extraction.gz: $(OUT)/HOL-Proofs \ |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
923 |
Library/Efficient_Nat.thy Proofs/Extraction/Euclid.thy \ |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
924 |
Proofs/Extraction/Greatest_Common_Divisor.thy \ |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
925 |
Proofs/Extraction/Higman.thy Proofs/Extraction/Pigeonhole.thy \ |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
926 |
Proofs/Extraction/QuotRem.thy Proofs/Extraction/ROOT.ML \ |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
927 |
Proofs/Extraction/Util.thy Proofs/Extraction/Warshall.thy \ |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
928 |
Proofs/Extraction/document/root.tex \ |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
929 |
Proofs/Extraction/document/root.bib |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
930 |
@cd Proofs; $(ISABELLE_TOOL) usedir -p 2 -q 0 $(OUT)/HOL-Proofs Extraction |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
931 |
|
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
932 |
|
34205
f69cd974bc4e
explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents:
34126
diff
changeset
|
933 |
## HOL-Proofs-Lambda |
2448 | 934 |
|
34205
f69cd974bc4e
explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents:
34126
diff
changeset
|
935 |
HOL-Proofs-Lambda: HOL-Proofs $(LOG)/HOL-Proofs-Lambda.gz |
2448 | 936 |
|
39157
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
937 |
$(LOG)/HOL-Proofs-Lambda.gz: $(OUT)/HOL-Proofs \ |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
938 |
Proofs/Lambda/Commutation.thy Proofs/Lambda/Eta.thy \ |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
939 |
Proofs/Lambda/InductTermi.thy Proofs/Lambda/Lambda.thy \ |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
940 |
Proofs/Lambda/ListApplication.thy Proofs/Lambda/ListBeta.thy \ |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
941 |
Proofs/Lambda/ListOrder.thy Proofs/Lambda/NormalForm.thy \ |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
942 |
Proofs/Lambda/ParRed.thy Proofs/Lambda/Standardization.thy \ |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
943 |
Proofs/Lambda/StrongNorm.thy Proofs/Lambda/Type.thy \ |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
944 |
Proofs/Lambda/WeakNorm.thy Proofs/Lambda/ROOT.ML \ |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
945 |
Proofs/Lambda/document/root.bib Proofs/Lambda/document/root.tex |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
946 |
@cd Proofs; $(ISABELLE_TOOL) usedir -g true -m no_brackets -p 2 -q 0 $(OUT)/HOL-Proofs Lambda |
2448 | 947 |
|
948 |
||
9015 | 949 |
## HOL-Prolog |
950 |
||
951 |
HOL-Prolog: HOL $(LOG)/HOL-Prolog.gz |
|
952 |
||
27164 | 953 |
$(LOG)/HOL-Prolog.gz: $(OUT)/HOL Prolog/ROOT.ML Prolog/prolog.ML \ |
954 |
Prolog/HOHH.thy Prolog/Test.thy Prolog/Func.thy Prolog/Type.thy |
|
28500 | 955 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Prolog |
9015 | 956 |
|
957 |
||
8012 | 958 |
## HOL-MicroJava |
959 |
||
960 |
HOL-MicroJava: HOL $(LOG)/HOL-MicroJava.gz |
|
961 |
||
27164 | 962 |
$(LOG)/HOL-MicroJava.gz: $(OUT)/HOL Library/Executable_Set.thy \ |
963 |
MicroJava/ROOT.ML MicroJava/Comp/AuxLemmas.thy \ |
|
964 |
MicroJava/Comp/CorrComp.thy MicroJava/Comp/CorrCompTp.thy \ |
|
965 |
MicroJava/Comp/DefsComp.thy MicroJava/Comp/Index.thy \ |
|
966 |
MicroJava/Comp/LemmasComp.thy MicroJava/Comp/NatCanonify.thy \ |
|
967 |
MicroJava/Comp/TranslComp.thy MicroJava/Comp/TranslCompTp.thy \ |
|
968 |
MicroJava/Comp/TypeInf.thy MicroJava/J/Conform.thy \ |
|
969 |
MicroJava/J/Eval.thy MicroJava/J/JBasis.thy \ |
|
970 |
MicroJava/J/JTypeSafe.thy MicroJava/J/Decl.thy MicroJava/J/State.thy \ |
|
971 |
MicroJava/J/Term.thy MicroJava/J/Type.thy MicroJava/J/TypeRel.thy \ |
|
972 |
MicroJava/J/WellForm.thy MicroJava/J/Value.thy \ |
|
973 |
MicroJava/J/WellType.thy MicroJava/J/Example.thy \ |
|
974 |
MicroJava/J/JListExample.thy MicroJava/JVM/JVMExec.thy \ |
|
975 |
MicroJava/JVM/JVMInstructions.thy MicroJava/JVM/JVMState.thy \ |
|
976 |
MicroJava/JVM/JVMExecInstr.thy MicroJava/JVM/JVMListExample.thy \ |
|
33954
1bc3b688548c
backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents:
33820
diff
changeset
|
977 |
MicroJava/JVM/JVMExceptions.thy MicroJava/DFA/Abstract_BV.thy \ |
1bc3b688548c
backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents:
33820
diff
changeset
|
978 |
MicroJava/DFA/Err.thy MicroJava/DFA/Kildall.thy \ |
1bc3b688548c
backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents:
33820
diff
changeset
|
979 |
MicroJava/DFA/LBVComplete.thy MicroJava/DFA/LBVCorrect.thy \ |
1bc3b688548c
backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents:
33820
diff
changeset
|
980 |
MicroJava/DFA/LBVSpec.thy MicroJava/DFA/Listn.thy \ |
1bc3b688548c
backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents:
33820
diff
changeset
|
981 |
MicroJava/DFA/Opt.thy MicroJava/DFA/Product.thy \ |
1bc3b688548c
backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents:
33820
diff
changeset
|
982 |
MicroJava/DFA/SemilatAlg.thy MicroJava/DFA/Semilat.thy \ |
1bc3b688548c
backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents:
33820
diff
changeset
|
983 |
MicroJava/DFA/Semilattices.thy MicroJava/DFA/Typing_Framework_err.thy \ |
1bc3b688548c
backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents:
33820
diff
changeset
|
984 |
MicroJava/DFA/Typing_Framework.thy MicroJava/BV/BVSpec.thy \ |
27164 | 985 |
MicroJava/BV/BVSpecTypeSafe.thy MicroJava/BV/Correct.thy \ |
33954
1bc3b688548c
backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents:
33820
diff
changeset
|
986 |
MicroJava/BV/JType.thy MicroJava/BV/JVM.thy MicroJava/BV/JVMType.thy \ |
27164 | 987 |
MicroJava/BV/Effect.thy MicroJava/BV/EffectMono.thy \ |
988 |
MicroJava/BV/Typing_Framework_JVM.thy MicroJava/BV/BVExample.thy \ |
|
33954
1bc3b688548c
backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents:
33820
diff
changeset
|
989 |
MicroJava/BV/LBVJVM.thy MicroJava/document/root.bib \ |
1bc3b688548c
backported parts of abstract byte code verifier from AFP/Jinja
haftmann
parents:
33820
diff
changeset
|
990 |
MicroJava/document/root.tex MicroJava/document/introduction.tex |
28500 | 991 |
@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL MicroJava |
11850 | 992 |
|
8012 | 993 |
|
11376 | 994 |
## HOL-NanoJava |
995 |
||
996 |
HOL-NanoJava: HOL $(LOG)/HOL-NanoJava.gz |
|
997 |
||
27164 | 998 |
$(LOG)/HOL-NanoJava.gz: $(OUT)/HOL NanoJava/ROOT.ML NanoJava/Term.thy \ |
999 |
NanoJava/Decl.thy NanoJava/TypeRel.thy NanoJava/State.thy \ |
|
1000 |
NanoJava/OpSem.thy NanoJava/AxSem.thy NanoJava/AxSem.thy \ |
|
11376 | 1001 |
NanoJava/document/root.bib NanoJava/document/root.tex |
28500 | 1002 |
@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL NanoJava |
11850 | 1003 |
|
8193 | 1004 |
|
12855 | 1005 |
## HOL-Bali |
1006 |
||
1007 |
HOL-Bali: HOL $(LOG)/HOL-Bali.gz |
|
1008 |
||
41960
8a399da4cde1
eliminated Bali.thy which takes quite long to merge and does not parallelize so well -- essentially reverting 9b19cbb0af28;
wenzelm
parents:
41928
diff
changeset
|
1009 |
$(LOG)/HOL-Bali.gz: $(OUT)/HOL Bali/AxCompl.thy Bali/AxExample.thy \ |
8a399da4cde1
eliminated Bali.thy which takes quite long to merge and does not parallelize so well -- essentially reverting 9b19cbb0af28;
wenzelm
parents:
41928
diff
changeset
|
1010 |
Bali/AxSem.thy Bali/AxSound.thy Bali/Basis.thy Bali/Conform.thy \ |
8a399da4cde1
eliminated Bali.thy which takes quite long to merge and does not parallelize so well -- essentially reverting 9b19cbb0af28;
wenzelm
parents:
41928
diff
changeset
|
1011 |
Bali/Decl.thy Bali/DeclConcepts.thy Bali/Eval.thy Bali/Evaln.thy \ |
8a399da4cde1
eliminated Bali.thy which takes quite long to merge and does not parallelize so well -- essentially reverting 9b19cbb0af28;
wenzelm
parents:
41928
diff
changeset
|
1012 |
Bali/Example.thy Bali/Name.thy Bali/ROOT.ML Bali/State.thy \ |
8a399da4cde1
eliminated Bali.thy which takes quite long to merge and does not parallelize so well -- essentially reverting 9b19cbb0af28;
wenzelm
parents:
41928
diff
changeset
|
1013 |
Bali/Table.thy Bali/Term.thy Bali/Trans.thy Bali/Type.thy \ |
8a399da4cde1
eliminated Bali.thy which takes quite long to merge and does not parallelize so well -- essentially reverting 9b19cbb0af28;
wenzelm
parents:
41928
diff
changeset
|
1014 |
Bali/TypeRel.thy Bali/TypeSafe.thy Bali/Value.thy Bali/WellForm.thy \ |
8a399da4cde1
eliminated Bali.thy which takes quite long to merge and does not parallelize so well -- essentially reverting 9b19cbb0af28;
wenzelm
parents:
41928
diff
changeset
|
1015 |
Bali/DefiniteAssignment.thy Bali/DefiniteAssignmentCorrect.thy \ |
8a399da4cde1
eliminated Bali.thy which takes quite long to merge and does not parallelize so well -- essentially reverting 9b19cbb0af28;
wenzelm
parents:
41928
diff
changeset
|
1016 |
Bali/WellType.thy Bali/document/root.tex |
28500 | 1017 |
@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Bali |
12855 | 1018 |
|
1019 |
||
4518 | 1020 |
## HOL-IOA |
1021 |
||
1022 |
HOL-IOA: HOL $(LOG)/HOL-IOA.gz |
|
2448 | 1023 |
|
27164 | 1024 |
$(LOG)/HOL-IOA.gz: $(OUT)/HOL IOA/Asig.thy IOA/IOA.thy IOA/ROOT.ML \ |
1025 |
IOA/Solve.thy |
|
28500 | 1026 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL IOA |
4518 | 1027 |
|
1028 |
||
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
1029 |
## HOL-Lattice |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
1030 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
1031 |
HOL-Lattice: HOL $(LOG)/HOL-Lattice.gz |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
1032 |
|
27164 | 1033 |
$(LOG)/HOL-Lattice.gz: $(OUT)/HOL Lattice/Bounds.thy \ |
1034 |
Lattice/CompleteLattice.thy Lattice/Lattice.thy Lattice/Orders.thy \ |
|
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
1035 |
Lattice/ROOT.ML Lattice/document/root.tex |
28500 | 1036 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Lattice |
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
1037 |
|
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10143
diff
changeset
|
1038 |
|
4518 | 1039 |
## HOL-ex |
2448 | 1040 |
|
4518 | 1041 |
HOL-ex: HOL $(LOG)/HOL-ex.gz |
2448 | 1042 |
|
33439 | 1043 |
$(LOG)/HOL-ex.gz: $(OUT)/HOL Decision_Procs/Commutative_Ring.thy \ |
39157
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
1044 |
Number_Theory/Primes.thy ex/Abstract_NAT.thy ex/Antiquote.thy \ |
43804
eb9be23db2b7
cleanly separate TPTP related files from other examples
blanchet
parents:
43800
diff
changeset
|
1045 |
ex/Arith_Examples.thy ex/Arithmetic_Series_Complex.thy \ |
43242 | 1046 |
ex/BT.thy ex/BinEx.thy ex/Binary.thy ex/Birthday_Paradox.thy \ |
43804
eb9be23db2b7
cleanly separate TPTP related files from other examples
blanchet
parents:
43800
diff
changeset
|
1047 |
ex/CTL.thy ex/Case_Product.thy \ |
40837 | 1048 |
ex/Chinese.thy ex/Classical.thy ex/CodegenSML_Test.thy \ |
1049 |
ex/Coercion_Examples.thy ex/Coherent.thy ex/Dedekind_Real.thy \ |
|
1050 |
ex/Efficient_Nat_examples.thy ex/Eval_Examples.thy ex/Fundefs.thy \ |
|
1051 |
ex/Gauge_Integration.thy ex/Groebner_Examples.thy ex/Guess.thy \ |
|
1052 |
ex/HarmonicSeries.thy ex/Hebrew.thy ex/Hex_Bin_Examples.thy \ |
|
1053 |
ex/Higher_Order_Logic.thy ex/Iff_Oracle.thy ex/Induction_Schema.thy \ |
|
1054 |
ex/InductiveInvariant.thy ex/InductiveInvariant_examples.thy \ |
|
41582
c34415351b6d
experimental variant of interpretation with simultaneous definitions, plus example
haftmann
parents:
41569
diff
changeset
|
1055 |
ex/Interpretation_with_Defs.thy ex/Intuitionistic.thy ex/Lagrange.thy \ |
c34415351b6d
experimental variant of interpretation with simultaneous definitions, plus example
haftmann
parents:
41569
diff
changeset
|
1056 |
ex/List_to_Set_Comprehension_Examples.thy ex/LocaleTest2.thy \ |
c34415351b6d
experimental variant of interpretation with simultaneous definitions, plus example
haftmann
parents:
41569
diff
changeset
|
1057 |
ex/MT.thy ex/MergeSort.thy ex/Meson_Test.thy ex/MonoidGroup.thy \ |
40837 | 1058 |
ex/Multiquote.thy ex/NatSum.thy ex/Normalization_by_Evaluation.thy \ |
1059 |
ex/Numeral.thy ex/PER.thy ex/PresburgerEx.thy ex/Primrec.thy \ |
|
1060 |
ex/Quickcheck_Examples.thy ex/Quickcheck_Lattice_Examples.thy \ |
|
43958 | 1061 |
ex/Quickcheck_Narrowing_Examples.thy \ |
40837 | 1062 |
ex/Quicksort.thy ex/ROOT.ML ex/Recdefs.thy ex/Records.thy \ |
1063 |
ex/ReflectionEx.thy ex/Refute_Examples.thy ex/SAT_Examples.thy \ |
|
42071
04577a7e0c51
move "TPTP" wrapper and "Sledgehammer as a tactic" to "HOL/ex"
blanchet
parents:
42064
diff
changeset
|
1064 |
ex/SVC_Oracle.thy ex/Serbian.thy ex/Set_Algebras.thy \ |
04577a7e0c51
move "TPTP" wrapper and "Sledgehammer as a tactic" to "HOL/ex"
blanchet
parents:
42064
diff
changeset
|
1065 |
ex/sledgehammer_tactics.ML ex/Sqrt.thy \ |
41582
c34415351b6d
experimental variant of interpretation with simultaneous definitions, plus example
haftmann
parents:
41569
diff
changeset
|
1066 |
ex/Sqrt_Script.thy ex/Sudoku.thy ex/Tarski.thy ex/Termination.thy \ |
43223
c9e87dc92d9e
renamed example theory to "ATP_Export", for consistency with its underlying "ATP_" modules
blanchet
parents:
43197
diff
changeset
|
1067 |
ex/Transfer_Ex.thy ex/Tree23.thy \ |
42602
a2db47fa015e
added TPTP exporter facility -- useful to do experiments with machine learning
blanchet
parents:
42601
diff
changeset
|
1068 |
ex/Unification.thy ex/While_Combinator_Example.thy \ |
a2db47fa015e
added TPTP exporter facility -- useful to do experiments with machine learning
blanchet
parents:
42601
diff
changeset
|
1069 |
ex/document/root.bib ex/document/root.tex ex/set.thy ex/svc_funcs.ML \ |
a2db47fa015e
added TPTP exporter facility -- useful to do experiments with machine learning
blanchet
parents:
42601
diff
changeset
|
1070 |
ex/svc_test.thy \ |
41582
c34415351b6d
experimental variant of interpretation with simultaneous definitions, plus example
haftmann
parents:
41569
diff
changeset
|
1071 |
../Tools/interpretation_with_defs.ML |
28500 | 1072 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL ex |
2448 | 1073 |
|
1074 |
||
33026 | 1075 |
## HOL-Isar_Examples |
6445 | 1076 |
|
33026 | 1077 |
HOL-Isar_Examples: HOL $(LOG)/HOL-Isar_Examples.gz |
6445 | 1078 |
|
33026 | 1079 |
$(LOG)/HOL-Isar_Examples.gz: $(OUT)/HOL Isar_Examples/Basic_Logic.thy \ |
1080 |
Isar_Examples/Cantor.thy Isar_Examples/Drinker.thy \ |
|
1081 |
Isar_Examples/Expr_Compiler.thy Isar_Examples/Fibonacci.thy \ |
|
1082 |
Isar_Examples/Group.thy Isar_Examples/Hoare.thy \ |
|
1083 |
Isar_Examples/Hoare_Ex.thy Isar_Examples/Knaster_Tarski.thy \ |
|
1084 |
Isar_Examples/Mutilated_Checkerboard.thy \ |
|
1085 |
Isar_Examples/Nested_Datatype.thy Isar_Examples/Peirce.thy \ |
|
1086 |
Isar_Examples/Puzzle.thy Isar_Examples/Summation.thy \ |
|
1087 |
Isar_Examples/ROOT.ML Isar_Examples/document/proof.sty \ |
|
1088 |
Isar_Examples/document/root.bib Isar_Examples/document/root.tex \ |
|
37672 | 1089 |
Isar_Examples/document/style.tex Hoare/hoare_tac.ML \ |
1090 |
Number_Theory/Primes.thy |
|
33026 | 1091 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Isar_Examples |
6445 | 1092 |
|
1093 |
||
33028 | 1094 |
## HOL-SET_Protocol |
14199 | 1095 |
|
33028 | 1096 |
HOL-SET_Protocol: HOL $(LOG)/HOL-SET_Protocol.gz |
14199 | 1097 |
|
33028 | 1098 |
$(LOG)/HOL-SET_Protocol.gz: $(OUT)/HOL SET_Protocol/ROOT.ML \ |
1099 |
SET_Protocol/Message_SET.thy SET_Protocol/Event_SET.thy \ |
|
1100 |
SET_Protocol/Public_SET.thy SET_Protocol/Cardholder_Registration.thy \ |
|
1101 |
SET_Protocol/Merchant_Registration.thy SET_Protocol/Purchase.thy \ |
|
39757 | 1102 |
SET_Protocol/SET_Protocol.thy SET_Protocol/document/root.tex |
33028 | 1103 |
@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL SET_Protocol |
14199 | 1104 |
|
1105 |
||
27421 | 1106 |
## HOL-Matrix |
14610 | 1107 |
|
28637 | 1108 |
HOL-Matrix: HOL $(LOG)/HOL-Matrix.gz |
17323 | 1109 |
|
37872
d83659570337
moved src/Tools/Compute_Oracle to src/HOL/Matrix/Compute_Oracle -- it actually depends on HOL anyway;
wenzelm
parents:
37818
diff
changeset
|
1110 |
$(LOG)/HOL-Matrix.gz: $(OUT)/HOL Matrix/ComputeFloat.thy \ |
d83659570337
moved src/Tools/Compute_Oracle to src/HOL/Matrix/Compute_Oracle -- it actually depends on HOL anyway;
wenzelm
parents:
37818
diff
changeset
|
1111 |
Matrix/ComputeHOL.thy Matrix/ComputeNumeral.thy \ |
d83659570337
moved src/Tools/Compute_Oracle to src/HOL/Matrix/Compute_Oracle -- it actually depends on HOL anyway;
wenzelm
parents:
37818
diff
changeset
|
1112 |
Matrix/Compute_Oracle/Compute_Oracle.thy Matrix/Compute_Oracle/am.ML \ |
d83659570337
moved src/Tools/Compute_Oracle to src/HOL/Matrix/Compute_Oracle -- it actually depends on HOL anyway;
wenzelm
parents:
37818
diff
changeset
|
1113 |
Matrix/Compute_Oracle/am_compiler.ML Matrix/Compute_Oracle/am_ghc.ML \ |
d83659570337
moved src/Tools/Compute_Oracle to src/HOL/Matrix/Compute_Oracle -- it actually depends on HOL anyway;
wenzelm
parents:
37818
diff
changeset
|
1114 |
Matrix/Compute_Oracle/am_interpreter.ML \ |
d83659570337
moved src/Tools/Compute_Oracle to src/HOL/Matrix/Compute_Oracle -- it actually depends on HOL anyway;
wenzelm
parents:
37818
diff
changeset
|
1115 |
Matrix/Compute_Oracle/am_sml.ML Matrix/Compute_Oracle/compute.ML \ |
d83659570337
moved src/Tools/Compute_Oracle to src/HOL/Matrix/Compute_Oracle -- it actually depends on HOL anyway;
wenzelm
parents:
37818
diff
changeset
|
1116 |
Matrix/Compute_Oracle/linker.ML Matrix/Cplex.thy \ |
37764 | 1117 |
Matrix/CplexMatrixConverter.ML Matrix/Cplex_tools.ML \ |
37872
d83659570337
moved src/Tools/Compute_Oracle to src/HOL/Matrix/Compute_Oracle -- it actually depends on HOL anyway;
wenzelm
parents:
37818
diff
changeset
|
1118 |
Matrix/FloatSparseMatrixBuilder.ML Matrix/LP.thy Matrix/Matrix.thy \ |
d83659570337
moved src/Tools/Compute_Oracle to src/HOL/Matrix/Compute_Oracle -- it actually depends on HOL anyway;
wenzelm
parents:
37818
diff
changeset
|
1119 |
Matrix/ROOT.ML Matrix/SparseMatrix.thy Matrix/document/root.tex \ |
d83659570337
moved src/Tools/Compute_Oracle to src/HOL/Matrix/Compute_Oracle -- it actually depends on HOL anyway;
wenzelm
parents:
37818
diff
changeset
|
1120 |
Matrix/fspmlp.ML Matrix/matrixlp.ML Tools/float_arith.ML |
28500 | 1121 |
@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Matrix |
16873 | 1122 |
|
14199 | 1123 |
|
4518 | 1124 |
## TLA |
1125 |
||
1126 |
TLA: HOL $(OUT)/TLA |
|
1127 |
||
27164 | 1128 |
$(OUT)/TLA: $(OUT)/HOL TLA/Action.thy TLA/Init.thy TLA/Intensional.thy \ |
21624 | 1129 |
TLA/ROOT.ML TLA/Stfun.thy TLA/TLA.thy |
28500 | 1130 |
@cd TLA; $(ISABELLE_TOOL) usedir -b $(OUT)/HOL TLA |
4518 | 1131 |
|
1132 |
||
1133 |
## TLA-Inc |
|
1134 |
||
1135 |
TLA-Inc: TLA $(LOG)/TLA-Inc.gz |
|
1136 |
||
21624 | 1137 |
$(LOG)/TLA-Inc.gz: $(OUT)/TLA TLA/Inc/Inc.thy |
28500 | 1138 |
@cd TLA; $(ISABELLE_TOOL) usedir $(OUT)/TLA Inc |
4518 | 1139 |
|
1140 |
||
1141 |
## TLA-Buffer |
|
1142 |
||
1143 |
TLA-Buffer: TLA $(LOG)/TLA-Buffer.gz |
|
2448 | 1144 |
|
33024
60a098883d81
more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents:
33010
diff
changeset
|
1145 |
$(LOG)/TLA-Buffer.gz: $(OUT)/TLA TLA/Buffer/Buffer.thy \ |
60a098883d81
more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents:
33010
diff
changeset
|
1146 |
TLA/Buffer/DBuffer.thy |
28500 | 1147 |
@cd TLA; $(ISABELLE_TOOL) usedir $(OUT)/TLA Buffer |
4518 | 1148 |
|
1149 |
||
1150 |
## TLA-Memory |
|
1151 |
||
1152 |
TLA-Memory: TLA $(LOG)/TLA-Memory.gz |
|
4447 | 1153 |
|
27164 | 1154 |
$(LOG)/TLA-Memory.gz: $(OUT)/TLA TLA/Memory/MemClerk.thy \ |
1155 |
TLA/Memory/MemClerkParameters.thy TLA/Memory/Memory.thy \ |
|
1156 |
TLA/Memory/MemoryImplementation.thy TLA/Memory/MemoryParameters.thy \ |
|
1157 |
TLA/Memory/ProcedureInterface.thy TLA/Memory/RPC.thy \ |
|
21624 | 1158 |
TLA/Memory/RPCMemoryParams.thy TLA/Memory/RPCParameters.thy |
28500 | 1159 |
@cd TLA; $(ISABELLE_TOOL) usedir $(OUT)/TLA Memory |
4518 | 1160 |
|
1161 |
||
43804
eb9be23db2b7
cleanly separate TPTP related files from other examples
blanchet
parents:
43800
diff
changeset
|
1162 |
## HOL-TPTP |
eb9be23db2b7
cleanly separate TPTP related files from other examples
blanchet
parents:
43800
diff
changeset
|
1163 |
|
eb9be23db2b7
cleanly separate TPTP related files from other examples
blanchet
parents:
43800
diff
changeset
|
1164 |
HOL-TPTP: HOL $(LOG)/HOL-TPTP.gz |
eb9be23db2b7
cleanly separate TPTP related files from other examples
blanchet
parents:
43800
diff
changeset
|
1165 |
|
eb9be23db2b7
cleanly separate TPTP related files from other examples
blanchet
parents:
43800
diff
changeset
|
1166 |
$(LOG)/HOL-TPTP.gz: \ |
eb9be23db2b7
cleanly separate TPTP related files from other examples
blanchet
parents:
43800
diff
changeset
|
1167 |
$(OUT)/HOL \ |
eb9be23db2b7
cleanly separate TPTP related files from other examples
blanchet
parents:
43800
diff
changeset
|
1168 |
TPTP/ROOT.ML \ |
eb9be23db2b7
cleanly separate TPTP related files from other examples
blanchet
parents:
43800
diff
changeset
|
1169 |
TPTP/ATP_Export.thy \ |
eb9be23db2b7
cleanly separate TPTP related files from other examples
blanchet
parents:
43800
diff
changeset
|
1170 |
TPTP/CASC_Setup.thy \ |
eb9be23db2b7
cleanly separate TPTP related files from other examples
blanchet
parents:
43800
diff
changeset
|
1171 |
TPTP/atp_export.ML |
eb9be23db2b7
cleanly separate TPTP related files from other examples
blanchet
parents:
43800
diff
changeset
|
1172 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL TPTP |
eb9be23db2b7
cleanly separate TPTP related files from other examples
blanchet
parents:
43800
diff
changeset
|
1173 |
|
eb9be23db2b7
cleanly separate TPTP related files from other examples
blanchet
parents:
43800
diff
changeset
|
1174 |
|
33175 | 1175 |
## HOL-Multivariate_Analysis |
1176 |
||
36898 | 1177 |
HOL-Multivariate_Analysis: HOL $(OUT)/HOL-Multivariate_Analysis |
33175 | 1178 |
|
36937 | 1179 |
$(OUT)/HOL-Multivariate_Analysis: $(OUT)/HOL \ |
1180 |
Multivariate_Analysis/Brouwer_Fixpoint.thy \ |
|
37522 | 1181 |
Multivariate_Analysis/Cartesian_Euclidean_Space.thy \ |
36937 | 1182 |
Multivariate_Analysis/Convex_Euclidean_Space.thy \ |
1183 |
Multivariate_Analysis/Derivative.thy \ |
|
1184 |
Multivariate_Analysis/Determinants.thy \ |
|
1185 |
Multivariate_Analysis/Euclidean_Space.thy \ |
|
41980
28b51effc5ed
split Extended_Reals into parts for Library and Multivariate_Analysis
hoelzl
parents:
41973
diff
changeset
|
1186 |
Multivariate_Analysis/Extended_Real_Limits.thy \ |
36937 | 1187 |
Multivariate_Analysis/Fashoda.thy \ |
1188 |
Multivariate_Analysis/Finite_Cartesian_Product.thy \ |
|
1189 |
Multivariate_Analysis/Integration.certs \ |
|
1190 |
Multivariate_Analysis/Integration.thy \ |
|
1191 |
Multivariate_Analysis/L2_Norm.thy \ |
|
1192 |
Multivariate_Analysis/Multivariate_Analysis.thy \ |
|
1193 |
Multivariate_Analysis/Operator_Norm.thy \ |
|
1194 |
Multivariate_Analysis/Path_Connected.thy \ |
|
1195 |
Multivariate_Analysis/ROOT.ML \ |
|
1196 |
Multivariate_Analysis/Real_Integration.thy \ |
|
1197 |
Multivariate_Analysis/Topology_Euclidean_Space.thy \ |
|
1198 |
Multivariate_Analysis/document/root.tex \ |
|
37742 | 1199 |
Multivariate_Analysis/normarith.ML Library/Glbs.thy \ |
43920 | 1200 |
Library/Extended_Real.thy Library/Indicator_Function.thy \ |
41981
cdf7693bbe08
reworked Probability theory: measures are not type restricted to positive extended reals
hoelzl
parents:
41980
diff
changeset
|
1201 |
Library/Inner_Product.thy Library/Numeral_Type.thy Library/Convex.thy \ |
cdf7693bbe08
reworked Probability theory: measures are not type restricted to positive extended reals
hoelzl
parents:
41980
diff
changeset
|
1202 |
Library/FrechetDeriv.thy Library/Product_Vector.thy \ |
cdf7693bbe08
reworked Probability theory: measures are not type restricted to positive extended reals
hoelzl
parents:
41980
diff
changeset
|
1203 |
Library/Product_plus.thy |
36898 | 1204 |
@cd Multivariate_Analysis; $(ISABELLE_TOOL) usedir -b -g true $(OUT)/HOL HOL-Multivariate_Analysis |
33175 | 1205 |
|
33285 | 1206 |
|
33271
7be66dee1a5a
New theory Probability, which contains a development of measure theory
paulson
parents:
33270
diff
changeset
|
1207 |
## HOL-Probability |
7be66dee1a5a
New theory Probability, which contains a development of measure theory
paulson
parents:
33270
diff
changeset
|
1208 |
|
38656 | 1209 |
HOL-Probability: HOL-Multivariate_Analysis $(OUT)/HOL-Probability |
33271
7be66dee1a5a
New theory Probability, which contains a development of measure theory
paulson
parents:
33270
diff
changeset
|
1210 |
|
40863 | 1211 |
$(OUT)/HOL-Probability: $(OUT)/HOL-Multivariate_Analysis \ |
42146
5b52c6a9c627
split Product_Measure into Binary_Product_Measure and Finite_Product_Measure
hoelzl
parents:
42138
diff
changeset
|
1212 |
Probability/Binary_Product_Measure.thy Probability/Borel_Space.thy \ |
5b52c6a9c627
split Product_Measure into Binary_Product_Measure and Finite_Product_Measure
hoelzl
parents:
42138
diff
changeset
|
1213 |
Probability/Caratheodory.thy Probability/Complete_Measure.thy \ |
43556
0d78c8d31d0d
move conditional expectation to its own theory file
hoelzl
parents:
43524
diff
changeset
|
1214 |
Probability/Conditional_Probability.thy \ |
40860
a6df324752da
More correct make dependencies for HOL-Multivariate_Analysis and HOL-Probability.
hoelzl
parents:
40839
diff
changeset
|
1215 |
Probability/ex/Dining_Cryptographers.thy \ |
a6df324752da
More correct make dependencies for HOL-Multivariate_Analysis and HOL-Probability.
hoelzl
parents:
40839
diff
changeset
|
1216 |
Probability/ex/Koepf_Duermuth_Countermeasure.thy \ |
42147 | 1217 |
Probability/Finite_Product_Measure.thy \ |
42861
16375b493b64
Add formalization of probabilistic independence for families of sets
hoelzl
parents:
42841
diff
changeset
|
1218 |
Probability/Independent_Family.thy \ |
42147 | 1219 |
Probability/Infinite_Product_Measure.thy Probability/Information.thy \ |
42146
5b52c6a9c627
split Product_Measure into Binary_Product_Measure and Finite_Product_Measure
hoelzl
parents:
42138
diff
changeset
|
1220 |
Probability/Lebesgue_Integration.thy Probability/Lebesgue_Measure.thy \ |
42148 | 1221 |
Probability/Measure.thy Probability/Probability_Measure.thy \ |
42146
5b52c6a9c627
split Product_Measure into Binary_Product_Measure and Finite_Product_Measure
hoelzl
parents:
42138
diff
changeset
|
1222 |
Probability/Probability.thy Probability/Radon_Nikodym.thy \ |
40860
a6df324752da
More correct make dependencies for HOL-Multivariate_Analysis and HOL-Probability.
hoelzl
parents:
40839
diff
changeset
|
1223 |
Probability/ROOT.ML Probability/Sigma_Algebra.thy \ |
42146
5b52c6a9c627
split Product_Measure into Binary_Product_Measure and Finite_Product_Measure
hoelzl
parents:
42138
diff
changeset
|
1224 |
Library/Countable.thy Library/FuncSet.thy Library/Nat_Bijection.thy |
38656 | 1225 |
@cd Probability; $(ISABELLE_TOOL) usedir -b -g true $(OUT)/HOL-Multivariate_Analysis HOL-Probability |
33271
7be66dee1a5a
New theory Probability, which contains a development of measure theory
paulson
parents:
33270
diff
changeset
|
1226 |
|
39157
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
1227 |
|
19497 | 1228 |
## HOL-Nominal |
1229 |
||
1230 |
HOL-Nominal: HOL $(OUT)/HOL-Nominal |
|
1231 |
||
22245
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
1232 |
$(OUT)/HOL-Nominal: $(OUT)/HOL Nominal/ROOT.ML \ |
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
1233 |
Nominal/Nominal.thy \ |
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
1234 |
Nominal/nominal_atoms.ML \ |
31936 | 1235 |
Nominal/nominal_datatype.ML \ |
22784
4637b69de71b
Added datatype_case.ML and nominal_fresh_fun.ML.
berghofe
parents:
22657
diff
changeset
|
1236 |
Nominal/nominal_fresh_fun.ML \ |
22247 | 1237 |
Nominal/nominal_induct.ML \ |
22314 | 1238 |
Nominal/nominal_inductive.ML \ |
28652 | 1239 |
Nominal/nominal_inductive2.ML \ |
22245
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
1240 |
Nominal/nominal_permeq.ML \ |
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
1241 |
Nominal/nominal_primrec.ML \ |
1b8f4ef50c48
moved the infrastructure from the nominal_tags file to nominal_thmdecls
urbanc
parents:
22167
diff
changeset
|
1242 |
Nominal/nominal_thmdecls.ML \ |
21542 | 1243 |
Library/Infinite_Set.thy |
28500 | 1244 |
@cd Nominal; $(ISABELLE_TOOL) usedir -b -g true $(OUT)/HOL HOL-Nominal |
19497 | 1245 |
|
1246 |
||
1247 |
## HOL-Nominal-Examples |
|
1248 |
||
1249 |
HOL-Nominal-Examples: HOL-Nominal $(LOG)/HOL-Nominal-Examples.gz |
|
1250 |
||
39157
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
1251 |
$(LOG)/HOL-Nominal-Examples.gz: $(OUT)/HOL-Nominal \ |
32636
55a0be42327c
added session theory for Bali and Nominal_Examples
haftmann
parents:
32632
diff
changeset
|
1252 |
Nominal/Examples/Nominal_Examples.thy \ |
27163 | 1253 |
Nominal/Examples/CK_Machine.thy \ |
22073
c170dcbe6c9d
formalisation of Crary's chapter on logical relations
urbanc
parents:
22067
diff
changeset
|
1254 |
Nominal/Examples/CR.thy \ |
22821
15b2e7ec1f3b
alternative and much simpler proof for Church-Rosser of Beta-Reduction
urbanc
parents:
22819
diff
changeset
|
1255 |
Nominal/Examples/CR_Takahashi.thy \ |
36277
9be4ab2acc13
split Class.thy into parts to conserve a bit of memory and increase the chance of making it work on Cygwin with only 2 GB available;
wenzelm
parents:
36147
diff
changeset
|
1256 |
Nominal/Examples/Class1.thy \ |
9be4ab2acc13
split Class.thy into parts to conserve a bit of memory and increase the chance of making it work on Cygwin with only 2 GB available;
wenzelm
parents:
36147
diff
changeset
|
1257 |
Nominal/Examples/Class2.thy \ |
9be4ab2acc13
split Class.thy into parts to conserve a bit of memory and increase the chance of making it work on Cygwin with only 2 GB available;
wenzelm
parents:
36147
diff
changeset
|
1258 |
Nominal/Examples/Class3.thy \ |
22073
c170dcbe6c9d
formalisation of Crary's chapter on logical relations
urbanc
parents:
22067
diff
changeset
|
1259 |
Nominal/Examples/Compile.thy \ |
25725 | 1260 |
Nominal/Examples/Contexts.thy \ |
1261 |
Nominal/Examples/Crary.thy \ |
|
22073
c170dcbe6c9d
formalisation of Crary's chapter on logical relations
urbanc
parents:
22067
diff
changeset
|
1262 |
Nominal/Examples/Fsub.thy \ |
25725 | 1263 |
Nominal/Examples/Height.thy \ |
1264 |
Nominal/Examples/Lam_Funs.thy \ |
|
22073
c170dcbe6c9d
formalisation of Crary's chapter on logical relations
urbanc
parents:
22067
diff
changeset
|
1265 |
Nominal/Examples/Lambda_mu.thy \ |
25725 | 1266 |
Nominal/Examples/LocalWeakening.thy \ |
33189 | 1267 |
Nominal/Examples/Pattern.thy \ |
25725 | 1268 |
Nominal/Examples/ROOT.ML \ |
22073
c170dcbe6c9d
formalisation of Crary's chapter on logical relations
urbanc
parents:
22067
diff
changeset
|
1269 |
Nominal/Examples/SN.thy \ |
23144 | 1270 |
Nominal/Examples/SOS.thy \ |
27624
a925aa66e17a
Added Standardization theory to nominal examples.
berghofe
parents:
27484
diff
changeset
|
1271 |
Nominal/Examples/Standardization.thy \ |
24896
70f238757695
added the two new examples from Nominal to the build process
urbanc
parents:
24830
diff
changeset
|
1272 |
Nominal/Examples/Support.thy \ |
27032 | 1273 |
Nominal/Examples/Type_Preservation.thy \ |
25725 | 1274 |
Nominal/Examples/VC_Condition.thy \ |
26195 | 1275 |
Nominal/Examples/W.thy \ |
25725 | 1276 |
Nominal/Examples/Weakening.thy |
28500 | 1277 |
@cd Nominal; $(ISABELLE_TOOL) usedir $(OUT)/HOL-Nominal Examples |
19497 | 1278 |
|
1279 |
||
24333 | 1280 |
## HOL-Word |
1281 |
||
1282 |
HOL-Word: HOL $(OUT)/HOL-Word |
|
1283 |
||
33024
60a098883d81
more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents:
33010
diff
changeset
|
1284 |
$(OUT)/HOL-Word: $(OUT)/HOL Word/ROOT.ML Library/Boolean_Algebra.thy \ |
37655 | 1285 |
Library/Numeral_Type.thy Word/Misc_Numeric.thy Word/Misc_Typedef.thy \ |
37659 | 1286 |
Word/Type_Length.thy Word/Bit_Representation.thy Word/Bit_Int.thy \ |
1287 |
Word/Bool_List_Representation.thy Word/Bit_Operations.thy \ |
|
37660 | 1288 |
Word/Word.thy Word/document/root.tex \ |
41060
4199fdcfa3c0
moved smt_word.ML into the directory of the Word library
boehmes
parents:
40969
diff
changeset
|
1289 |
Word/document/root.bib Word/Tools/smt_word.ML |
28500 | 1290 |
@cd Word; $(ISABELLE_TOOL) usedir -b -g true $(OUT)/HOL HOL-Word |
24333 | 1291 |
|
1292 |
||
24442 | 1293 |
## HOL-Word-Examples |
1294 |
||
1295 |
HOL-Word-Examples: HOL-Word $(LOG)/HOL-Word-Examples.gz |
|
1296 |
||
27164 | 1297 |
$(LOG)/HOL-Word-Examples.gz: $(OUT)/HOL-Word Word/Examples/ROOT.ML \ |
24442 | 1298 |
Word/Examples/WordExamples.thy |
28500 | 1299 |
@cd Word; $(ISABELLE_TOOL) usedir $(OUT)/HOL-Word Examples |
24442 | 1300 |
|
27477
c64736fe2a1f
more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents:
27470
diff
changeset
|
1301 |
|
25171 | 1302 |
## HOL-Statespace |
1303 |
||
1304 |
HOL-Statespace: HOL $(LOG)/HOL-Statespace.gz |
|
1305 |
||
27164 | 1306 |
$(LOG)/HOL-Statespace.gz: $(OUT)/HOL Statespace/DistinctTreeProver.thy \ |
1307 |
Statespace/StateFun.thy Statespace/StateSpaceLocale.thy \ |
|
1308 |
Statespace/StateSpaceSyntax.thy Statespace/StateSpaceEx.thy \ |
|
1309 |
Statespace/distinct_tree_prover.ML Statespace/state_space.ML \ |
|
1310 |
Statespace/state_fun.ML Statespace/document/root.tex |
|
28500 | 1311 |
@$(ISABELLE_TOOL) usedir -g true $(OUT)/HOL Statespace |
24442 | 1312 |
|
27477
c64736fe2a1f
more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents:
27470
diff
changeset
|
1313 |
|
27470 | 1314 |
## HOL-NSA |
1315 |
||
27477
c64736fe2a1f
more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents:
27470
diff
changeset
|
1316 |
HOL-NSA: HOL $(OUT)/HOL-NSA |
27470 | 1317 |
|
33024
60a098883d81
more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents:
33010
diff
changeset
|
1318 |
$(OUT)/HOL-NSA: $(OUT)/HOL NSA/CLim.thy NSA/CStar.thy NSA/NSCA.thy \ |
60a098883d81
more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents:
33010
diff
changeset
|
1319 |
NSA/NSComplex.thy NSA/HDeriv.thy NSA/HLim.thy NSA/HLog.thy \ |
60a098883d81
more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents:
33010
diff
changeset
|
1320 |
NSA/HSEQ.thy NSA/HSeries.thy NSA/HTranscendental.thy \ |
60a098883d81
more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents:
33010
diff
changeset
|
1321 |
NSA/Hypercomplex.thy NSA/HyperDef.thy NSA/HyperNat.thy \ |
60a098883d81
more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents:
33010
diff
changeset
|
1322 |
NSA/Hyperreal.thy NSA/Filter.thy NSA/NatStar.thy NSA/NSA.thy \ |
60a098883d81
more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents:
33010
diff
changeset
|
1323 |
NSA/StarDef.thy NSA/Star.thy NSA/transfer.ML \ |
60a098883d81
more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents:
33010
diff
changeset
|
1324 |
Library/Infinite_Set.thy Library/Zorn.thy NSA/ROOT.ML |
28500 | 1325 |
@cd NSA; $(ISABELLE_TOOL) usedir -b -g true $(OUT)/HOL HOL-NSA |
27470 | 1326 |
|
27477
c64736fe2a1f
more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents:
27470
diff
changeset
|
1327 |
|
27470 | 1328 |
## HOL-NSA-Examples |
1329 |
||
1330 |
HOL-NSA-Examples: HOL-NSA $(LOG)/HOL-NSA-Examples.gz |
|
1331 |
||
37742 | 1332 |
$(LOG)/HOL-NSA-Examples.gz: $(OUT)/HOL-NSA NSA/Examples/ROOT.ML \ |
27470 | 1333 |
NSA/Examples/NSPrimes.thy |
28500 | 1334 |
@cd NSA; $(ISABELLE_TOOL) usedir $(OUT)/HOL-NSA Examples |
27470 | 1335 |
|
27477
c64736fe2a1f
more precise dependencies for HOL-Word and HOL-NSA;
wenzelm
parents:
27470
diff
changeset
|
1336 |
|
32496 | 1337 |
## HOL-Mirabelle |
1338 |
||
1339 |
HOL-Mirabelle: HOL $(LOG)/HOL-Mirabelle.gz |
|
1340 |
||
33024
60a098883d81
more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents:
33010
diff
changeset
|
1341 |
$(LOG)/HOL-Mirabelle.gz: $(OUT)/HOL Mirabelle/Mirabelle_Test.thy \ |
60a098883d81
more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents:
33010
diff
changeset
|
1342 |
Mirabelle/Mirabelle.thy Mirabelle/Tools/mirabelle.ML \ |
60a098883d81
more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents:
33010
diff
changeset
|
1343 |
Mirabelle/ROOT.ML Mirabelle/Tools/mirabelle_arith.ML \ |
60a098883d81
more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents:
33010
diff
changeset
|
1344 |
Mirabelle/Tools/mirabelle_metis.ML \ |
60a098883d81
more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents:
33010
diff
changeset
|
1345 |
Mirabelle/Tools/mirabelle_quickcheck.ML \ |
60a098883d81
more accurate dependencies for HOL-SMT, which is a session with image;
wenzelm
parents:
33010
diff
changeset
|
1346 |
Mirabelle/Tools/mirabelle_refute.ML \ |
40634
dc124a486f94
adding dependencies to IsaMakefile; adding sledgehammer_tactic in Mirabelle_Test
bulwahn
parents:
40632
diff
changeset
|
1347 |
Mirabelle/Tools/mirabelle_sledgehammer.ML \ |
41407 | 1348 |
Mirabelle/Tools/mirabelle_sledgehammer_filter.ML \ |
42071
04577a7e0c51
move "TPTP" wrapper and "Sledgehammer as a tactic" to "HOL/ex"
blanchet
parents:
42064
diff
changeset
|
1349 |
ex/sledgehammer_tactics.ML Mirabelle/lib/Tools/mirabelle \ |
04577a7e0c51
move "TPTP" wrapper and "Sledgehammer as a tactic" to "HOL/ex"
blanchet
parents:
42064
diff
changeset
|
1350 |
Mirabelle/lib/scripts/mirabelle.pl Library/FrechetDeriv.thy \ |
04577a7e0c51
move "TPTP" wrapper and "Sledgehammer as a tactic" to "HOL/ex"
blanchet
parents:
42064
diff
changeset
|
1351 |
Library/Inner_Product.thy |
32496 | 1352 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Mirabelle |
42035
fb155c75072d
small test case for main mirabelle functionality, which easily breaks without noticing
krauss
parents:
41981
diff
changeset
|
1353 |
@cd Library; $(ISABELLE_TOOL) mirabelle -q arith Inner_Product.thy # some arbitrary small test case |
32496 | 1354 |
|
1355 |
||
36933
705b58fde476
more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents:
36916
diff
changeset
|
1356 |
## HOL-Word-SMT_Examples |
32618
42865636d006
added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents:
32558
diff
changeset
|
1357 |
|
36933
705b58fde476
more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents:
36916
diff
changeset
|
1358 |
HOL-Word-SMT_Examples: HOL-Word $(LOG)/HOL-Word-SMT_Examples.gz |
32618
42865636d006
added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents:
32558
diff
changeset
|
1359 |
|
36933
705b58fde476
more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents:
36916
diff
changeset
|
1360 |
$(LOG)/HOL-Word-SMT_Examples.gz: $(OUT)/HOL-Word SMT_Examples/ROOT.ML \ |
36899
bcd6fce5bf06
layered SMT setup, adapted SMT clients, added further tests, made Z3 proof abstraction configurable
boehmes
parents:
36898
diff
changeset
|
1361 |
SMT_Examples/SMT_Examples.thy SMT_Examples/SMT_Examples.certs \ |
bcd6fce5bf06
layered SMT setup, adapted SMT clients, added further tests, made Z3 proof abstraction configurable
boehmes
parents:
36898
diff
changeset
|
1362 |
SMT_Examples/SMT_Word_Examples.thy SMT_Examples/SMT_Tests.thy \ |
bcd6fce5bf06
layered SMT setup, adapted SMT clients, added further tests, made Z3 proof abstraction configurable
boehmes
parents:
36898
diff
changeset
|
1363 |
SMT_Examples/SMT_Word_Examples.certs SMT_Examples/SMT_Tests.certs |
bcd6fce5bf06
layered SMT setup, adapted SMT clients, added further tests, made Z3 proof abstraction configurable
boehmes
parents:
36898
diff
changeset
|
1364 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL-Word SMT_Examples |
33010 | 1365 |
|
1366 |
||
33419 | 1367 |
## HOL-Boogie |
1368 |
||
36899
bcd6fce5bf06
layered SMT setup, adapted SMT clients, added further tests, made Z3 proof abstraction configurable
boehmes
parents:
36898
diff
changeset
|
1369 |
HOL-Boogie: HOL-Word $(OUT)/HOL-Boogie |
33419 | 1370 |
|
36901 | 1371 |
$(OUT)/HOL-Boogie: $(OUT)/HOL-Word Boogie/ROOT.ML Boogie/Boogie.thy \ |
33439 | 1372 |
Boogie/Tools/boogie_vcs.ML Boogie/Tools/boogie_loader.ML \ |
34069 | 1373 |
Boogie/Tools/boogie_commands.ML Boogie/Tools/boogie_tactics.ML |
36899
bcd6fce5bf06
layered SMT setup, adapted SMT clients, added further tests, made Z3 proof abstraction configurable
boehmes
parents:
36898
diff
changeset
|
1374 |
@cd Boogie; $(ISABELLE_TOOL) usedir -b -g true $(OUT)/HOL-Word HOL-Boogie |
33419 | 1375 |
|
1376 |
||
1377 |
## HOL-Boogie_Examples |
|
1378 |
||
33439 | 1379 |
HOL-Boogie-Examples: HOL-Boogie $(LOG)/HOL-Boogie-Examples.gz |
33419 | 1380 |
|
33439 | 1381 |
$(LOG)/HOL-Boogie-Examples.gz: $(OUT)/HOL-Boogie \ |
1382 |
Boogie/Examples/ROOT.ML Boogie/Examples/Boogie_Max.thy \ |
|
1383 |
Boogie/Examples/Boogie_Max.b2i Boogie/Examples/Boogie_Dijkstra.thy \ |
|
1384 |
Boogie/Examples/VCC_Max.thy Boogie/Examples/Boogie_Dijkstra.b2i \ |
|
34996 | 1385 |
Boogie/Examples/VCC_Max.b2i Boogie/Examples/Boogie_Max.certs \ |
1386 |
Boogie/Examples/Boogie_Dijkstra.certs Boogie/Examples/VCC_Max.certs |
|
33419 | 1387 |
@cd Boogie; $(ISABELLE_TOOL) usedir $(OUT)/HOL-Boogie Examples |
1388 |
||
1389 |
||
41566 | 1390 |
## HOL-SPARK |
1391 |
||
1392 |
HOL-SPARK: HOL-Word $(OUT)/HOL-SPARK |
|
1393 |
||
1394 |
$(OUT)/HOL-SPARK: $(OUT)/HOL-Word SPARK/ROOT.ML \ |
|
1395 |
SPARK/SPARK.thy SPARK/SPARK_Setup.thy \ |
|
1396 |
SPARK/Tools/fdl_lexer.ML SPARK/Tools/fdl_parser.ML \ |
|
1397 |
SPARK/Tools/spark_commands.ML SPARK/Tools/spark_vcs.ML |
|
1398 |
@cd SPARK; $(ISABELLE_TOOL) usedir -b -g true $(OUT)/HOL-Word HOL-SPARK |
|
1399 |
||
1400 |
||
1401 |
## HOL-SPARK-Examples |
|
1402 |
||
1403 |
HOL-SPARK-Examples: HOL-SPARK $(LOG)/HOL-SPARK-Examples.gz |
|
1404 |
||
1405 |
$(LOG)/HOL-SPARK-Examples.gz: $(OUT)/HOL-SPARK \ |
|
1406 |
SPARK/Examples/ROOT.ML \ |
|
1407 |
SPARK/Examples/Gcd/Greatest_Common_Divisor.thy \ |
|
1408 |
SPARK/Examples/Gcd/greatest_common_divisor/g_c_d.fdl \ |
|
1409 |
SPARK/Examples/Gcd/greatest_common_divisor/g_c_d.rls \ |
|
1410 |
SPARK/Examples/Gcd/greatest_common_divisor/g_c_d.siv \ |
|
1411 |
SPARK/Examples/Liseq/Longest_Increasing_Subsequence.thy \ |
|
1412 |
SPARK/Examples/Liseq/liseq/liseq_length.fdl \ |
|
1413 |
SPARK/Examples/Liseq/liseq/liseq_length.rls \ |
|
1414 |
SPARK/Examples/Liseq/liseq/liseq_length.siv \ |
|
1415 |
SPARK/Examples/RIPEMD-160/F.thy SPARK/Examples/RIPEMD-160/Hash.thy \ |
|
1416 |
SPARK/Examples/RIPEMD-160/K_L.thy SPARK/Examples/RIPEMD-160/K_R.thy \ |
|
1417 |
SPARK/Examples/RIPEMD-160/R_L.thy \ |
|
1418 |
SPARK/Examples/RIPEMD-160/RMD_Lemmas.thy \ |
|
1419 |
SPARK/Examples/RIPEMD-160/RMD_Specification.thy \ |
|
1420 |
SPARK/Examples/RIPEMD-160/RMD.thy SPARK/Examples/RIPEMD-160/Round.thy \ |
|
1421 |
SPARK/Examples/RIPEMD-160/R_R.thy SPARK/Examples/RIPEMD-160/S_L.thy \ |
|
1422 |
SPARK/Examples/RIPEMD-160/S_R.thy \ |
|
1423 |
SPARK/Examples/RIPEMD-160/rmd/f.fdl \ |
|
1424 |
SPARK/Examples/RIPEMD-160/rmd/f.rls \ |
|
1425 |
SPARK/Examples/RIPEMD-160/rmd/f.siv \ |
|
1426 |
SPARK/Examples/RIPEMD-160/rmd/hash.fdl \ |
|
1427 |
SPARK/Examples/RIPEMD-160/rmd/hash.rls \ |
|
1428 |
SPARK/Examples/RIPEMD-160/rmd/hash.siv \ |
|
1429 |
SPARK/Examples/RIPEMD-160/rmd/k_l.fdl \ |
|
1430 |
SPARK/Examples/RIPEMD-160/rmd/k_l.rls \ |
|
1431 |
SPARK/Examples/RIPEMD-160/rmd/k_l.siv \ |
|
1432 |
SPARK/Examples/RIPEMD-160/rmd/k_r.fdl \ |
|
1433 |
SPARK/Examples/RIPEMD-160/rmd/k_r.rls \ |
|
1434 |
SPARK/Examples/RIPEMD-160/rmd/k_r.siv \ |
|
1435 |
SPARK/Examples/RIPEMD-160/rmd/r_l.fdl \ |
|
1436 |
SPARK/Examples/RIPEMD-160/rmd/r_l.rls \ |
|
1437 |
SPARK/Examples/RIPEMD-160/rmd/r_l.siv \ |
|
1438 |
SPARK/Examples/RIPEMD-160/rmd/round.fdl \ |
|
1439 |
SPARK/Examples/RIPEMD-160/rmd/round.rls \ |
|
1440 |
SPARK/Examples/RIPEMD-160/rmd/round.siv \ |
|
1441 |
SPARK/Examples/RIPEMD-160/rmd/r_r.fdl \ |
|
1442 |
SPARK/Examples/RIPEMD-160/rmd/r_r.rls \ |
|
1443 |
SPARK/Examples/RIPEMD-160/rmd/r_r.siv \ |
|
1444 |
SPARK/Examples/RIPEMD-160/rmd/s_l.fdl \ |
|
1445 |
SPARK/Examples/RIPEMD-160/rmd/s_l.rls \ |
|
1446 |
SPARK/Examples/RIPEMD-160/rmd/s_l.siv \ |
|
1447 |
SPARK/Examples/RIPEMD-160/rmd/s_r.fdl \ |
|
1448 |
SPARK/Examples/RIPEMD-160/rmd/s_r.rls \ |
|
1449 |
SPARK/Examples/RIPEMD-160/rmd/s_r.siv |
|
1450 |
@cd SPARK; $(ISABELLE_TOOL) usedir $(OUT)/HOL-SPARK Examples |
|
1451 |
||
1452 |
||
34965 | 1453 |
## HOL-Mutabelle |
1454 |
||
1455 |
HOL-Mutabelle: HOL $(LOG)/HOL-Mutabelle.gz |
|
1456 |
||
1457 |
$(LOG)/HOL-Mutabelle.gz: $(OUT)/HOL Mutabelle/MutabelleExtra.thy \ |
|
35959 | 1458 |
Mutabelle/ROOT.ML Mutabelle/mutabelle.ML \ |
34965 | 1459 |
Mutabelle/mutabelle_extra.ML |
1460 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Mutabelle |
|
1461 |
||
1462 |
||
35222
4f1fba00f66d
Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents:
35151
diff
changeset
|
1463 |
## HOL-Quotient_Examples |
4f1fba00f66d
Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents:
35151
diff
changeset
|
1464 |
|
4f1fba00f66d
Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents:
35151
diff
changeset
|
1465 |
HOL-Quotient_Examples: HOL $(LOG)/HOL-Quotient_Examples.gz |
4f1fba00f66d
Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents:
35151
diff
changeset
|
1466 |
|
35959 | 1467 |
$(LOG)/HOL-Quotient_Examples.gz: $(OUT)/HOL \ |
43800
9959c8732edf
experimental variants of Library/Cset.thy and Library/Dlist_Cset.thy defined via quotient package
krauss
parents:
43691
diff
changeset
|
1468 |
Quotient_Examples/DList.thy Quotient_Examples/Cset.thy \ |
9959c8732edf
experimental variants of Library/Cset.thy and Library/Dlist_Cset.thy defined via quotient package
krauss
parents:
43691
diff
changeset
|
1469 |
Quotient_Examples/FSet.thy Quotient_Examples/List_Cset.thy \ |
9959c8732edf
experimental variants of Library/Cset.thy and Library/Dlist_Cset.thy defined via quotient package
krauss
parents:
43691
diff
changeset
|
1470 |
Quotient_Examples/Quotient_Int.thy Quotient_Examples/Quotient_Message.thy |
35222
4f1fba00f66d
Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents:
35151
diff
changeset
|
1471 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Quotient_Examples |
4f1fba00f66d
Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents:
35151
diff
changeset
|
1472 |
|
4f1fba00f66d
Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents:
35151
diff
changeset
|
1473 |
|
35950
791ce568d40a
moved examples for the predicate compiler into its own session Predicate_Compile_Examples to slenderise the HOL-ex session
bulwahn
parents:
35931
diff
changeset
|
1474 |
## HOL-Predicate_Compile_Examples |
791ce568d40a
moved examples for the predicate compiler into its own session Predicate_Compile_Examples to slenderise the HOL-ex session
bulwahn
parents:
35931
diff
changeset
|
1475 |
|
791ce568d40a
moved examples for the predicate compiler into its own session Predicate_Compile_Examples to slenderise the HOL-ex session
bulwahn
parents:
35931
diff
changeset
|
1476 |
HOL-Predicate_Compile_Examples: HOL $(LOG)/HOL-Predicate_Compile_Examples.gz |
791ce568d40a
moved examples for the predicate compiler into its own session Predicate_Compile_Examples to slenderise the HOL-ex session
bulwahn
parents:
35931
diff
changeset
|
1477 |
|
35959 | 1478 |
$(LOG)/HOL-Predicate_Compile_Examples.gz: $(OUT)/HOL \ |
35955
e657fb805c68
added predicate compiler quickcheck examples to new session Predicate_Compile_Examples
bulwahn
parents:
35953
diff
changeset
|
1479 |
Predicate_Compile_Examples/ROOT.ML \ |
39655
8ad7fe9d6f0b
splitting Predicate_Compile_Examples into Examples and Predicate_Compile_Tests
bulwahn
parents:
39564
diff
changeset
|
1480 |
Predicate_Compile_Examples/Predicate_Compile_Tests.thy \ |
38074
31174744b9a2
adding example file for prolog code generation; adding prolog code generation example to IsaMakefile
bulwahn
parents:
38047
diff
changeset
|
1481 |
Predicate_Compile_Examples/Predicate_Compile_Quickcheck_Examples.thy \ |
38730
5bbdd9a9df62
adding hotel keycard example for prolog generation
bulwahn
parents:
38656
diff
changeset
|
1482 |
Predicate_Compile_Examples/Code_Prolog_Examples.thy \ |
39655
8ad7fe9d6f0b
splitting Predicate_Compile_Examples into Examples and Predicate_Compile_Tests
bulwahn
parents:
39564
diff
changeset
|
1483 |
Predicate_Compile_Examples/Examples.thy \ |
39185 | 1484 |
Predicate_Compile_Examples/Context_Free_Grammar_Example.thy \ |
38948 | 1485 |
Predicate_Compile_Examples/Hotel_Example.thy \ |
40104
82873a6f2b81
splitting Hotel Key card example into specification and the two tests for counter example generation
bulwahn
parents:
40067
diff
changeset
|
1486 |
Predicate_Compile_Examples/Hotel_Example_Prolog.thy \ |
82873a6f2b81
splitting Hotel Key card example into specification and the two tests for counter example generation
bulwahn
parents:
40067
diff
changeset
|
1487 |
Predicate_Compile_Examples/Hotel_Example_Small_Generator.thy \ |
39186 | 1488 |
Predicate_Compile_Examples/IMP_1.thy \ |
1489 |
Predicate_Compile_Examples/IMP_2.thy \ |
|
1490 |
Predicate_Compile_Examples/IMP_3.thy \ |
|
1491 |
Predicate_Compile_Examples/IMP_4.thy \ |
|
39184
71f3f194b962
adding a List example (challenge from Tobias) for counterexample search
bulwahn
parents:
39183
diff
changeset
|
1492 |
Predicate_Compile_Examples/Lambda_Example.thy \ |
39188 | 1493 |
Predicate_Compile_Examples/List_Examples.thy \ |
1494 |
Predicate_Compile_Examples/Reg_Exp_Example.thy |
|
35950
791ce568d40a
moved examples for the predicate compiler into its own session Predicate_Compile_Examples to slenderise the HOL-ex session
bulwahn
parents:
35931
diff
changeset
|
1495 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOL Predicate_Compile_Examples |
35222
4f1fba00f66d
Initial version of HOL quotient package.
Cezary Kaliszyk <kaliszyk@in.tum.de>
parents:
35151
diff
changeset
|
1496 |
|
35959 | 1497 |
|
40774 | 1498 |
## HOLCF |
1499 |
||
1500 |
HOLCF: HOL $(OUT)/HOLCF |
|
1501 |
||
1502 |
$(OUT)/HOLCF: $(OUT)/HOL \ |
|
1503 |
HOLCF/ROOT.ML \ |
|
1504 |
HOLCF/Adm.thy \ |
|
1505 |
HOLCF/Algebraic.thy \ |
|
41286
3d7685a4a5ff
reintroduce 'bifinite' class, now with existentially-quantified approx function (cf. b525988432e9)
huffman
parents:
41285
diff
changeset
|
1506 |
HOLCF/Bifinite.thy \ |
40774 | 1507 |
HOLCF/Cfun.thy \ |
41284 | 1508 |
HOLCF/Compact_Basis.thy \ |
40774 | 1509 |
HOLCF/Completion.thy \ |
1510 |
HOLCF/Cont.thy \ |
|
1511 |
HOLCF/ConvexPD.thy \ |
|
1512 |
HOLCF/Cpodef.thy \ |
|
1513 |
HOLCF/Cprod.thy \ |
|
1514 |
HOLCF/Discrete.thy \ |
|
1515 |
HOLCF/Deflation.thy \ |
|
1516 |
HOLCF/Domain.thy \ |
|
1517 |
HOLCF/Domain_Aux.thy \ |
|
1518 |
HOLCF/Fixrec.thy \ |
|
1519 |
HOLCF/Fix.thy \ |
|
1520 |
HOLCF/Fun_Cpo.thy \ |
|
1521 |
HOLCF/HOLCF.thy \ |
|
1522 |
HOLCF/Lift.thy \ |
|
1523 |
HOLCF/LowerPD.thy \ |
|
1524 |
HOLCF/Map_Functions.thy \ |
|
1525 |
HOLCF/One.thy \ |
|
1526 |
HOLCF/Pcpo.thy \ |
|
1527 |
HOLCF/Plain_HOLCF.thy \ |
|
1528 |
HOLCF/Porder.thy \ |
|
1529 |
HOLCF/Powerdomains.thy \ |
|
1530 |
HOLCF/Product_Cpo.thy \ |
|
41285 | 1531 |
HOLCF/Representable.thy \ |
40774 | 1532 |
HOLCF/Sfun.thy \ |
1533 |
HOLCF/Sprod.thy \ |
|
1534 |
HOLCF/Ssum.thy \ |
|
1535 |
HOLCF/Tr.thy \ |
|
1536 |
HOLCF/Universal.thy \ |
|
1537 |
HOLCF/UpperPD.thy \ |
|
1538 |
HOLCF/Up.thy \ |
|
1539 |
HOLCF/Tools/cont_consts.ML \ |
|
1540 |
HOLCF/Tools/cont_proc.ML \ |
|
1541 |
HOLCF/Tools/holcf_library.ML \ |
|
1542 |
HOLCF/Tools/Domain/domain.ML \ |
|
1543 |
HOLCF/Tools/Domain/domain_axioms.ML \ |
|
1544 |
HOLCF/Tools/Domain/domain_constructors.ML \ |
|
1545 |
HOLCF/Tools/Domain/domain_induction.ML \ |
|
1546 |
HOLCF/Tools/Domain/domain_isomorphism.ML \ |
|
1547 |
HOLCF/Tools/Domain/domain_take_proofs.ML \ |
|
1548 |
HOLCF/Tools/cpodef.ML \ |
|
1549 |
HOLCF/Tools/domaindef.ML \ |
|
1550 |
HOLCF/Tools/fixrec.ML \ |
|
1551 |
HOLCF/document/root.tex |
|
1552 |
@cd HOLCF; $(ISABELLE_TOOL) usedir -b -g true $(OUT)/HOL HOLCF |
|
1553 |
||
1554 |
||
1555 |
## HOLCF-Tutorial |
|
1556 |
||
1557 |
HOLCF-Tutorial: HOLCF $(LOG)/HOLCF-Tutorial.gz |
|
1558 |
||
1559 |
$(LOG)/HOLCF-Tutorial.gz: $(OUT)/HOLCF \ |
|
1560 |
HOLCF/Tutorial/Domain_ex.thy \ |
|
1561 |
HOLCF/Tutorial/Fixrec_ex.thy \ |
|
1562 |
HOLCF/Tutorial/New_Domain.thy \ |
|
1563 |
HOLCF/Tutorial/document/root.tex \ |
|
1564 |
HOLCF/Tutorial/ROOT.ML |
|
40777
4898bae6ef23
fix cut-and-paste errors for HOLCF entries in IsaMakefile
huffman
parents:
40774
diff
changeset
|
1565 |
@cd HOLCF; $(ISABELLE_TOOL) usedir $(OUT)/HOLCF Tutorial |
40774 | 1566 |
|
1567 |
||
1568 |
## HOLCF-Library |
|
1569 |
||
1570 |
HOLCF-Library: HOLCF $(LOG)/HOLCF-Library.gz |
|
1571 |
||
1572 |
$(LOG)/HOLCF-Library.gz: $(OUT)/HOLCF \ |
|
43919 | 1573 |
Library/Extended_Nat.thy \ |
40774 | 1574 |
HOLCF/Library/Defl_Bifinite.thy \ |
41112
866148b76247
add HOLCF library theories with cpo/predomain instances for HOL types
huffman
parents:
41087
diff
changeset
|
1575 |
HOLCF/Library/Bool_Discrete.thy \ |
866148b76247
add HOLCF library theories with cpo/predomain instances for HOL types
huffman
parents:
41087
diff
changeset
|
1576 |
HOLCF/Library/Char_Discrete.thy \ |
866148b76247
add HOLCF library theories with cpo/predomain instances for HOL types
huffman
parents:
41087
diff
changeset
|
1577 |
HOLCF/Library/HOL_Cpo.thy \ |
866148b76247
add HOLCF library theories with cpo/predomain instances for HOL types
huffman
parents:
41087
diff
changeset
|
1578 |
HOLCF/Library/Int_Discrete.thy \ |
40774 | 1579 |
HOLCF/Library/List_Cpo.thy \ |
41112
866148b76247
add HOLCF library theories with cpo/predomain instances for HOL types
huffman
parents:
41087
diff
changeset
|
1580 |
HOLCF/Library/List_Predomain.thy \ |
866148b76247
add HOLCF library theories with cpo/predomain instances for HOL types
huffman
parents:
41087
diff
changeset
|
1581 |
HOLCF/Library/Nat_Discrete.thy \ |
866148b76247
add HOLCF library theories with cpo/predomain instances for HOL types
huffman
parents:
41087
diff
changeset
|
1582 |
HOLCF/Library/Option_Cpo.thy \ |
40774 | 1583 |
HOLCF/Library/Stream.thy \ |
1584 |
HOLCF/Library/Sum_Cpo.thy \ |
|
1585 |
HOLCF/Library/HOLCF_Library.thy \ |
|
1586 |
HOLCF/Library/ROOT.ML |
|
1587 |
@$(ISABELLE_TOOL) usedir $(OUT)/HOLCF Library |
|
1588 |
||
1589 |
||
1590 |
## HOLCF-IMP |
|
1591 |
||
1592 |
HOLCF-IMP: HOLCF $(LOG)/HOLCF-IMP.gz |
|
1593 |
||
40777
4898bae6ef23
fix cut-and-paste errors for HOLCF entries in IsaMakefile
huffman
parents:
40774
diff
changeset
|
1594 |
$(LOG)/HOLCF-IMP.gz: $(OUT)/HOLCF \ |
4898bae6ef23
fix cut-and-paste errors for HOLCF entries in IsaMakefile
huffman
parents:
40774
diff
changeset
|
1595 |
HOLCF/IMP/HoareEx.thy \ |
4898bae6ef23
fix cut-and-paste errors for HOLCF entries in IsaMakefile
huffman
parents:
40774
diff
changeset
|
1596 |
HOLCF/IMP/Denotational.thy \ |
4898bae6ef23
fix cut-and-paste errors for HOLCF entries in IsaMakefile
huffman
parents:
40774
diff
changeset
|
1597 |
HOLCF/IMP/ROOT.ML \ |
4898bae6ef23
fix cut-and-paste errors for HOLCF entries in IsaMakefile
huffman
parents:
40774
diff
changeset
|
1598 |
HOLCF/IMP/document/root.tex |
4898bae6ef23
fix cut-and-paste errors for HOLCF entries in IsaMakefile
huffman
parents:
40774
diff
changeset
|
1599 |
@cd HOLCF; $(ISABELLE_TOOL) usedir $(OUT)/HOLCF IMP |
40774 | 1600 |
|
1601 |
||
1602 |
## HOLCF-ex |
|
1603 |
||
1604 |
HOLCF-ex: HOLCF $(LOG)/HOLCF-ex.gz |
|
1605 |
||
1606 |
$(LOG)/HOLCF-ex.gz: $(OUT)/HOLCF \ |
|
43524
d75e285fcf3e
add HOLCF/ex/Concurrency_Monad.thy, which contains resumption/state/powerdomain monad example from my PhD thesis
huffman
parents:
43438
diff
changeset
|
1607 |
HOLCF/ex/Concurrency_Monad.thy \ |
40774 | 1608 |
HOLCF/ex/Dagstuhl.thy \ |
1609 |
HOLCF/ex/Dnat.thy \ |
|
1610 |
HOLCF/ex/Domain_Proofs.thy \ |
|
1611 |
HOLCF/ex/Fix2.thy \ |
|
1612 |
HOLCF/ex/Focus_ex.thy \ |
|
1613 |
HOLCF/ex/Hoare.thy \ |
|
1614 |
HOLCF/ex/Letrec.thy \ |
|
1615 |
HOLCF/ex/Loop.thy \ |
|
1616 |
HOLCF/ex/Pattern_Match.thy \ |
|
1617 |
HOLCF/ex/Powerdomain_ex.thy \ |
|
1618 |
HOLCF/ex/ROOT.ML |
|
40777
4898bae6ef23
fix cut-and-paste errors for HOLCF entries in IsaMakefile
huffman
parents:
40774
diff
changeset
|
1619 |
@cd HOLCF; $(ISABELLE_TOOL) usedir $(OUT)/HOLCF ex |
40774 | 1620 |
|
1621 |
||
1622 |
## HOLCF-FOCUS |
|
1623 |
||
1624 |
HOLCF-FOCUS: HOLCF $(LOG)/HOLCF-FOCUS.gz |
|
1625 |
||
41413
64cd30d6b0b8
explicit file specifications -- avoid secondary load path;
wenzelm
parents:
41407
diff
changeset
|
1626 |
$(LOG)/HOLCF-FOCUS.gz: $(OUT)/HOLCF HOLCF/FOCUS/ROOT.ML \ |
43919 | 1627 |
Library/Extended_Nat.thy \ |
40774 | 1628 |
HOLCF/Library/Stream.thy \ |
1629 |
HOLCF/FOCUS/Fstreams.thy \ |
|
40777
4898bae6ef23
fix cut-and-paste errors for HOLCF entries in IsaMakefile
huffman
parents:
40774
diff
changeset
|
1630 |
HOLCF/FOCUS/Fstream.thy \ |
4898bae6ef23
fix cut-and-paste errors for HOLCF entries in IsaMakefile
huffman
parents:
40774
diff
changeset
|
1631 |
HOLCF/FOCUS/FOCUS.thy \ |
4898bae6ef23
fix cut-and-paste errors for HOLCF entries in IsaMakefile
huffman
parents:
40774
diff
changeset
|
1632 |
HOLCF/FOCUS/Stream_adm.thy \ |
4898bae6ef23
fix cut-and-paste errors for HOLCF entries in IsaMakefile
huffman
parents:
40774
diff
changeset
|
1633 |
HOLCF/FOCUS/Buffer.thy \ |
4898bae6ef23
fix cut-and-paste errors for HOLCF entries in IsaMakefile
huffman
parents:
40774
diff
changeset
|
1634 |
HOLCF/FOCUS/Buffer_adm.thy \ |
4898bae6ef23
fix cut-and-paste errors for HOLCF entries in IsaMakefile
huffman
parents:
40774
diff
changeset
|
1635 |
Library/Continuity.thy |
4898bae6ef23
fix cut-and-paste errors for HOLCF entries in IsaMakefile
huffman
parents:
40774
diff
changeset
|
1636 |
@cd HOLCF; $(ISABELLE_TOOL) usedir $(OUT)/HOLCF FOCUS |
4898bae6ef23
fix cut-and-paste errors for HOLCF entries in IsaMakefile
huffman
parents:
40774
diff
changeset
|
1637 |
|
40774 | 1638 |
|
1639 |
## IOA |
|
1640 |
||
1641 |
IOA: HOLCF $(OUT)/IOA |
|
1642 |
||
1643 |
$(OUT)/IOA: $(OUT)/HOLCF \ |
|
1644 |
HOLCF/IOA/ROOT.ML \ |
|
1645 |
HOLCF/IOA/meta_theory/Traces.thy \ |
|
1646 |
HOLCF/IOA/meta_theory/Asig.thy \ |
|
1647 |
HOLCF/IOA/meta_theory/CompoScheds.thy \ |
|
1648 |
HOLCF/IOA/meta_theory/CompoTraces.thy \ |
|
1649 |
HOLCF/IOA/meta_theory/Seq.thy \ |
|
1650 |
HOLCF/IOA/meta_theory/RefCorrectness.thy \ |
|
1651 |
HOLCF/IOA/meta_theory/Automata.thy \ |
|
1652 |
HOLCF/IOA/meta_theory/ShortExecutions.thy \ |
|
1653 |
HOLCF/IOA/meta_theory/IOA.thy \ |
|
1654 |
HOLCF/IOA/meta_theory/Sequence.thy \ |
|
1655 |
HOLCF/IOA/meta_theory/CompoExecs.thy \ |
|
1656 |
HOLCF/IOA/meta_theory/RefMappings.thy \ |
|
1657 |
HOLCF/IOA/meta_theory/Compositionality.thy \ |
|
1658 |
HOLCF/IOA/meta_theory/TL.thy \ |
|
1659 |
HOLCF/IOA/meta_theory/TLS.thy \ |
|
1660 |
HOLCF/IOA/meta_theory/LiveIOA.thy \ |
|
1661 |
HOLCF/IOA/meta_theory/Pred.thy \ |
|
1662 |
HOLCF/IOA/meta_theory/Abstraction.thy \ |
|
1663 |
HOLCF/IOA/meta_theory/Simulations.thy \ |
|
1664 |
HOLCF/IOA/meta_theory/SimCorrectness.thy |
|
1665 |
@cd HOLCF/IOA; $(ISABELLE_TOOL) usedir -b $(OUT)/HOLCF IOA |
|
1666 |
||
40777
4898bae6ef23
fix cut-and-paste errors for HOLCF entries in IsaMakefile
huffman
parents:
40774
diff
changeset
|
1667 |
|
40774 | 1668 |
## IOA-ABP |
1669 |
||
1670 |
IOA-ABP: IOA $(LOG)/IOA-ABP.gz |
|
1671 |
||
1672 |
$(LOG)/IOA-ABP.gz: $(OUT)/IOA \ |
|
1673 |
HOLCF/IOA/ABP/Abschannel.thy \ |
|
1674 |
HOLCF/IOA/ABP/Abschannel_finite.thy \ |
|
1675 |
HOLCF/IOA/ABP/Action.thy \ |
|
1676 |
HOLCF/IOA/ABP/Check.ML \ |
|
1677 |
HOLCF/IOA/ABP/Correctness.thy \ |
|
1678 |
HOLCF/IOA/ABP/Env.thy \ |
|
1679 |
HOLCF/IOA/ABP/Impl.thy \ |
|
1680 |
HOLCF/IOA/ABP/Impl_finite.thy \ |
|
1681 |
HOLCF/IOA/ABP/Lemmas.thy \ |
|
1682 |
HOLCF/IOA/ABP/Packet.thy \ |
|
1683 |
HOLCF/IOA/ABP/ROOT.ML \ |
|
1684 |
HOLCF/IOA/ABP/Receiver.thy \ |
|
1685 |
HOLCF/IOA/ABP/Sender.thy \ |
|
1686 |
HOLCF/IOA/ABP/Spec.thy |
|
1687 |
@cd HOLCF/IOA; $(ISABELLE_TOOL) usedir $(OUT)/IOA ABP |
|
1688 |
||
40777
4898bae6ef23
fix cut-and-paste errors for HOLCF entries in IsaMakefile
huffman
parents:
40774
diff
changeset
|
1689 |
|
40774 | 1690 |
## IOA-NTP |
1691 |
||
1692 |
IOA-NTP: IOA $(LOG)/IOA-NTP.gz |
|
1693 |
||
1694 |
$(LOG)/IOA-NTP.gz: $(OUT)/IOA \ |
|
1695 |
HOLCF/IOA/NTP/Abschannel.thy \ |
|
1696 |
HOLCF/IOA/NTP/Action.thy \ |
|
1697 |
HOLCF/IOA/NTP/Correctness.thy \ |
|
1698 |
HOLCF/IOA/NTP/Impl.thy \ |
|
1699 |
HOLCF/IOA/NTP/Lemmas.thy \ |
|
1700 |
HOLCF/IOA/NTP/Multiset.thy \ |
|
1701 |
HOLCF/IOA/NTP/Packet.thy \ |
|
1702 |
HOLCF/IOA/NTP/ROOT.ML \ |
|
1703 |
HOLCF/IOA/NTP/Receiver.thy \ |
|
1704 |
HOLCF/IOA/NTP/Sender.thy \ |
|
1705 |
HOLCF/IOA/NTP/Spec.thy |
|
1706 |
@cd HOLCF/IOA; $(ISABELLE_TOOL) usedir $(OUT)/IOA NTP |
|
1707 |
||
1708 |
||
1709 |
## IOA-Storage |
|
1710 |
||
1711 |
IOA-Storage: IOA $(LOG)/IOA-Storage.gz |
|
1712 |
||
1713 |
$(LOG)/IOA-Storage.gz: $(OUT)/IOA \ |
|
1714 |
HOLCF/IOA/Storage/Action.thy \ |
|
1715 |
HOLCF/IOA/Storage/Correctness.thy \ |
|
1716 |
HOLCF/IOA/Storage/Impl.thy \ |
|
1717 |
HOLCF/IOA/Storage/ROOT.ML \ |
|
1718 |
HOLCF/IOA/Storage/Spec.thy |
|
1719 |
@cd HOLCF/IOA; $(ISABELLE_TOOL) usedir $(OUT)/IOA Storage |
|
1720 |
||
1721 |
||
1722 |
## IOA-ex |
|
1723 |
||
1724 |
IOA-ex: IOA $(LOG)/IOA-ex.gz |
|
1725 |
||
1726 |
$(LOG)/IOA-ex.gz: $(OUT)/IOA \ |
|
1727 |
HOLCF/IOA/ex/ROOT.ML \ |
|
1728 |
HOLCF/IOA/ex/TrivEx.thy \ |
|
1729 |
HOLCF/IOA/ex/TrivEx2.thy |
|
1730 |
@cd HOLCF/IOA; $(ISABELLE_TOOL) usedir $(OUT)/IOA ex |
|
1731 |
||
1732 |
||
4518 | 1733 |
## clean |
4447 | 1734 |
|
1735 |
clean: |
|
33450 | 1736 |
@rm -f $(LOG)/HOL-Algebra.gz $(LOG)/HOL-Auth.gz \ |
1737 |
$(LOG)/HOL-Bali.gz $(LOG)/HOL-Base.gz \ |
|
1738 |
$(LOG)/HOL-Boogie-Examples.gz $(LOG)/HOL-Boogie.gz \ |
|
34205
f69cd974bc4e
explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents:
34126
diff
changeset
|
1739 |
$(LOG)/HOL-Decision_Procs.gz $(LOG)/HOL-Hahn_Banach.gz \ |
f69cd974bc4e
explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents:
34126
diff
changeset
|
1740 |
$(LOG)/HOL-Hoare.gz $(LOG)/HOL-Hoare_Parallel.gz \ |
f69cd974bc4e
explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents:
34126
diff
changeset
|
1741 |
$(LOG)/HOL-IMP.gz $(LOG)/HOL-IMPP.gz $(LOG)/HOL-IOA.gz \ |
33450 | 1742 |
$(LOG)/HOL-Imperative_HOL.gz $(LOG)/HOL-Import.gz \ |
1743 |
$(LOG)/HOL-Induct.gz $(LOG)/HOL-Isar_Examples.gz \ |
|
34205
f69cd974bc4e
explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents:
34126
diff
changeset
|
1744 |
$(LOG)/HOL-Lattice $(LOG)/HOL-Lattice.gz \ |
f69cd974bc4e
explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents:
34126
diff
changeset
|
1745 |
$(LOG)/HOL-Lex.gz $(LOG)/HOL-Library.gz \ |
f69cd974bc4e
explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents:
34126
diff
changeset
|
1746 |
$(LOG)/HOL-Main.gz $(LOG)/HOL-Matrix \ |
f69cd974bc4e
explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents:
34126
diff
changeset
|
1747 |
$(LOG)/HOL-Matrix.gz $(LOG)/HOL-Metis_Examples.gz \ |
f69cd974bc4e
explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents:
34126
diff
changeset
|
1748 |
$(LOG)/HOL-MicroJava.gz $(LOG)/HOL-Mirabelle.gz \ |
33450 | 1749 |
$(LOG)/HOL-Multivariate_Analysis.gz \ |
1750 |
$(LOG)/HOL-NSA-Examples.gz $(LOG)/HOL-NSA.gz \ |
|
1751 |
$(LOG)/HOL-NanoJava.gz $(LOG)/HOL-Nitpick_Examples.gz \ |
|
1752 |
$(LOG)/HOL-Nominal-Examples.gz $(LOG)/HOL-Nominal.gz \ |
|
1753 |
$(LOG)/HOL-Number_Theory.gz \ |
|
1754 |
$(LOG)/HOL-Old_Number_Theory.gz $(LOG)/HOL-Plain.gz \ |
|
35959 | 1755 |
$(LOG)/HOL-Predicate_Compile_Examples.gz \ |
33450 | 1756 |
$(LOG)/HOL-Probability.gz $(LOG)/HOL-Prolog.gz \ |
39157
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
1757 |
$(LOG)/HOL-Proofs.gz $(LOG)/HOL-Proofs-ex.gz \ |
b98909faaea8
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
wenzelm
parents:
39156
diff
changeset
|
1758 |
$(LOG)/HOL-Proofs-Extraction.gz \ |
34205
f69cd974bc4e
explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents:
34126
diff
changeset
|
1759 |
$(LOG)/HOL-Proofs-Lambda.gz $(LOG)/HOL-SET_Protocol.gz \ |
36933
705b58fde476
more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents:
36916
diff
changeset
|
1760 |
$(LOG)/HOL-Word-SMT_Examples.gz \ |
41569 | 1761 |
$(LOG)/HOL-SPARK.gz $(LOG)/HOL-SPARK-Examples.gz \ |
36933
705b58fde476
more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents:
36916
diff
changeset
|
1762 |
$(LOG)/HOL-Statespace.gz $(LOG)/HOL-Subst.gz \ |
705b58fde476
more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents:
36916
diff
changeset
|
1763 |
$(LOG)/HOL-UNITY.gz $(LOG)/HOL-Unix.gz \ |
705b58fde476
more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents:
36916
diff
changeset
|
1764 |
$(LOG)/HOL-Word-Examples.gz $(LOG)/HOL-Word.gz \ |
705b58fde476
more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents:
36916
diff
changeset
|
1765 |
$(LOG)/HOL-ZF.gz $(LOG)/HOL-ex.gz $(LOG)/HOL.gz \ |
705b58fde476
more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents:
36916
diff
changeset
|
1766 |
$(LOG)/HOL4.gz $(LOG)/TLA-Buffer.gz $(LOG)/TLA-Inc.gz \ |
705b58fde476
more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents:
36916
diff
changeset
|
1767 |
$(LOG)/TLA-Memory.gz $(LOG)/TLA.gz $(OUT)/HOL \ |
705b58fde476
more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents:
36916
diff
changeset
|
1768 |
$(OUT)/HOL-Algebra $(OUT)/HOL-Base $(OUT)/HOL-Boogie \ |
43917 | 1769 |
$(OUT)/HOL-IMP $(OUT)/HOL-Main $(OUT)/HOL-Multivariate_Analysis \ |
36933
705b58fde476
more precise dependencies for HOL-Word-SMT_Examples;
wenzelm
parents:
36916
diff
changeset
|
1770 |
$(OUT)/HOL-NSA $(OUT)/HOL-Nominal $(OUT)/HOL-Plain \ |
35931 | 1771 |
$(OUT)/HOL-Probability $(OUT)/HOL-Proofs \ |
41569 | 1772 |
$(OUT)/HOL-SPARK \ |
40774 | 1773 |
$(OUT)/HOL-Word $(OUT)/HOL4 $(OUT)/TLA \ |
1774 |
$(OUT)/HOLCF $(LOG)/HOLCF.gz $(LOG)/HOLCF-IMP.gz \ |
|
1775 |
$(LOG)/HOLCF-ex.gz $(LOG)/HOLCF-FOCUS.gz $(OUT)/IOA \ |
|
1776 |
$(LOG)/IOA.gz $(LOG)/IOA-ABP.gz $(LOG)/IOA-NTP.gz \ |
|
1777 |
$(LOG)/IOA-Storage.gz $(LOG)/HOLCF-Library.gz \ |
|
1778 |
$(LOG)/IOA-ex.gz $(LOG)/HOLCF-Tutorial.gz |