author | blanchet |
Fri, 20 Dec 2013 20:36:38 +0100 | |
changeset 54838 | 16511f84913c |
parent 54723 | 124432e77ecf |
child 55030 | 9a9049d12e21 |
permissions | -rw-r--r-- |
51397
03b586ee5930
support for 'chapter' specifications within session ROOT;
wenzelm
parents:
50911
diff
changeset
|
1 |
chapter Pure |
03b586ee5930
support for 'chapter' specifications within session ROOT;
wenzelm
parents:
50911
diff
changeset
|
2 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48732
diff
changeset
|
3 |
session RAW = |
48916 | 4 |
theories |
48347 | 5 |
files |
6 |
"General/exn.ML" |
|
7 |
"ML-Systems/compiler_polyml.ML" |
|
8 |
"ML-Systems/ml_name_space.ML" |
|
9 |
"ML-Systems/ml_pretty.ML" |
|
10 |
"ML-Systems/ml_system.ML" |
|
11 |
"ML-Systems/multithreading.ML" |
|
12 |
"ML-Systems/multithreading_polyml.ML" |
|
13 |
"ML-Systems/overloading_smlnj.ML" |
|
14 |
"ML-Systems/polyml.ML" |
|
54723
124432e77ecf
simplified polyml-5.5.2 setup -- implicit upgrade of Thread.numProcessors;
wenzelm
parents:
54717
diff
changeset
|
15 |
"ML-Systems/polyml-5.5.2.ML" |
48347 | 16 |
"ML-Systems/pp_dummy.ML" |
17 |
"ML-Systems/proper_int.ML" |
|
18 |
"ML-Systems/single_assignment.ML" |
|
19 |
"ML-Systems/single_assignment_polyml.ML" |
|
52711
155f02cacb2d
old Poly/ML 5.3.0 cannot share the massive heap of HOL anymore (after introduction of immutable theory in 38466f4f3483);
wenzelm
parents:
52605
diff
changeset
|
20 |
"ML-Systems/share_common_data_polyml-5.3.0.ML" |
48347 | 21 |
"ML-Systems/smlnj.ML" |
22 |
"ML-Systems/thread_dummy.ML" |
|
23 |
"ML-Systems/universal.ML" |
|
24 |
"ML-Systems/unsynchronized.ML" |
|
25 |
"ML-Systems/use_context.ML" |
|
26 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48732
diff
changeset
|
27 |
session Pure = |
48422
9613780a805b
determine source dependencies, relatively to preloaded theories;
wenzelm
parents:
48347
diff
changeset
|
28 |
theories Pure |
48514 | 29 |
files |
30 |
"General/exn.ML" |
|
31 |
"ML-Systems/compiler_polyml.ML" |
|
32 |
"ML-Systems/ml_name_space.ML" |
|
33 |
"ML-Systems/ml_pretty.ML" |
|
34 |
"ML-Systems/ml_system.ML" |
|
35 |
"ML-Systems/multithreading.ML" |
|
36 |
"ML-Systems/multithreading_polyml.ML" |
|
37 |
"ML-Systems/overloading_smlnj.ML" |
|
38 |
"ML-Systems/polyml.ML" |
|
54723
124432e77ecf
simplified polyml-5.5.2 setup -- implicit upgrade of Thread.numProcessors;
wenzelm
parents:
54717
diff
changeset
|
39 |
"ML-Systems/polyml-5.5.2.ML" |
48514 | 40 |
"ML-Systems/pp_dummy.ML" |
41 |
"ML-Systems/proper_int.ML" |
|
42 |
"ML-Systems/single_assignment.ML" |
|
43 |
"ML-Systems/single_assignment_polyml.ML" |
|
44 |
"ML-Systems/smlnj.ML" |
|
45 |
"ML-Systems/thread_dummy.ML" |
|
46 |
"ML-Systems/universal.ML" |
|
47 |
"ML-Systems/unsynchronized.ML" |
|
48 |
"ML-Systems/use_context.ML" |
|
48347 | 49 |
|
48514 | 50 |
"Concurrent/bash.ML" |
51 |
"Concurrent/bash_sequential.ML" |
|
52 |
"Concurrent/cache.ML" |
|
52050 | 53 |
"Concurrent/event_timer.ML" |
48514 | 54 |
"Concurrent/future.ML" |
55 |
"Concurrent/lazy.ML" |
|
56 |
"Concurrent/lazy_sequential.ML" |
|
57 |
"Concurrent/mailbox.ML" |
|
58 |
"Concurrent/par_exn.ML" |
|
59 |
"Concurrent/par_list.ML" |
|
60 |
"Concurrent/par_list_sequential.ML" |
|
61 |
"Concurrent/simple_thread.ML" |
|
62 |
"Concurrent/single_assignment.ML" |
|
63 |
"Concurrent/single_assignment_sequential.ML" |
|
64 |
"Concurrent/synchronized.ML" |
|
65 |
"Concurrent/synchronized_sequential.ML" |
|
66 |
"Concurrent/task_queue.ML" |
|
67 |
"Concurrent/time_limit.ML" |
|
68 |
"General/alist.ML" |
|
69 |
"General/antiquote.ML" |
|
70 |
"General/balanced_tree.ML" |
|
71 |
"General/basics.ML" |
|
72 |
"General/binding.ML" |
|
73 |
"General/buffer.ML" |
|
74 |
"General/file.ML" |
|
75 |
"General/graph.ML" |
|
49561 | 76 |
"General/graph_display.ML" |
48514 | 77 |
"General/heap.ML" |
78 |
"General/integer.ML" |
|
79 |
"General/linear_set.ML" |
|
80 |
"General/long_name.ML" |
|
81 |
"General/name_space.ML" |
|
82 |
"General/ord_list.ML" |
|
83 |
"General/output.ML" |
|
84 |
"General/path.ML" |
|
85 |
"General/position.ML" |
|
86 |
"General/pretty.ML" |
|
87 |
"General/print_mode.ML" |
|
88 |
"General/properties.ML" |
|
89 |
"General/queue.ML" |
|
90 |
"General/same.ML" |
|
91 |
"General/scan.ML" |
|
92 |
"General/secure.ML" |
|
93 |
"General/seq.ML" |
|
94 |
"General/sha1.ML" |
|
95 |
"General/sha1_polyml.ML" |
|
53212
387b9f7cb0ac
added SHA1 library integrity test, which is invoked at compile time and Isabelle_Process run-time;
wenzelm
parents:
52926
diff
changeset
|
96 |
"General/sha1_samples.ML" |
50800
c0fb2839d1a9
recovered buffered sockets from 11f622794ad6 -- requires Poly/ML 5.5.x;
wenzelm
parents:
50686
diff
changeset
|
97 |
"General/socket_io.ML" |
48514 | 98 |
"General/source.ML" |
99 |
"General/stack.ML" |
|
100 |
"General/symbol.ML" |
|
101 |
"General/symbol_pos.ML" |
|
102 |
"General/table.ML" |
|
103 |
"General/timing.ML" |
|
104 |
"General/url.ML" |
|
105 |
"Isar/args.ML" |
|
106 |
"Isar/attrib.ML" |
|
107 |
"Isar/auto_bind.ML" |
|
108 |
"Isar/bundle.ML" |
|
109 |
"Isar/calculation.ML" |
|
110 |
"Isar/class.ML" |
|
111 |
"Isar/class_declaration.ML" |
|
112 |
"Isar/code.ML" |
|
113 |
"Isar/context_rules.ML" |
|
114 |
"Isar/element.ML" |
|
115 |
"Isar/expression.ML" |
|
116 |
"Isar/generic_target.ML" |
|
117 |
"Isar/isar_cmd.ML" |
|
118 |
"Isar/keyword.ML" |
|
119 |
"Isar/local_defs.ML" |
|
120 |
"Isar/local_theory.ML" |
|
121 |
"Isar/locale.ML" |
|
122 |
"Isar/method.ML" |
|
123 |
"Isar/named_target.ML" |
|
124 |
"Isar/object_logic.ML" |
|
125 |
"Isar/obtain.ML" |
|
126 |
"Isar/outer_syntax.ML" |
|
127 |
"Isar/overloading.ML" |
|
128 |
"Isar/parse.ML" |
|
129 |
"Isar/parse_spec.ML" |
|
130 |
"Isar/proof.ML" |
|
131 |
"Isar/proof_context.ML" |
|
132 |
"Isar/proof_display.ML" |
|
133 |
"Isar/proof_node.ML" |
|
134 |
"Isar/rule_cases.ML" |
|
135 |
"Isar/runtime.ML" |
|
136 |
"Isar/spec_rules.ML" |
|
137 |
"Isar/specification.ML" |
|
138 |
"Isar/token.ML" |
|
139 |
"Isar/toplevel.ML" |
|
140 |
"Isar/typedecl.ML" |
|
52010 | 141 |
"ML/exn_properties_dummy.ML" |
142 |
"ML/exn_properties_polyml.ML" |
|
52836
1a03ffc00a4a
exception trace for Poly/ML 5.5.1, using regular Isabelle output;
wenzelm
parents:
52711
diff
changeset
|
143 |
"ML/exn_trace_polyml-5.5.1.ML" |
48514 | 144 |
"ML/install_pp_polyml.ML" |
145 |
"ML/ml_antiquote.ML" |
|
146 |
"ML/ml_compiler.ML" |
|
147 |
"ML/ml_compiler_polyml.ML" |
|
148 |
"ML/ml_context.ML" |
|
149 |
"ML/ml_env.ML" |
|
150 |
"ML/ml_lex.ML" |
|
151 |
"ML/ml_parse.ML" |
|
50255 | 152 |
"ML/ml_statistics_dummy.ML" |
153 |
"ML/ml_statistics_polyml-5.5.0.ML" |
|
48514 | 154 |
"ML/ml_syntax.ML" |
155 |
"ML/ml_thms.ML" |
|
50450
358b6020f8b6
generalized notion of active area, where sendback is just one application;
wenzelm
parents:
50255
diff
changeset
|
156 |
"PIDE/active.ML" |
48514 | 157 |
"PIDE/command.ML" |
158 |
"PIDE/document.ML" |
|
52530
99dd8b4ef3fe
explicit module Document_ID as source of globally unique identifiers across ML/Scala;
wenzelm
parents:
52211
diff
changeset
|
159 |
"PIDE/document_id.ML" |
52605 | 160 |
"PIDE/execution.ML" |
48514 | 161 |
"PIDE/markup.ML" |
162 |
"PIDE/protocol.ML" |
|
52865
02a7e7180ee5
slightly more general support for one-shot query operations via asynchronous print functions and temporary document overlay;
wenzelm
parents:
52836
diff
changeset
|
163 |
"PIDE/query_operation.ML" |
48514 | 164 |
"PIDE/xml.ML" |
165 |
"PIDE/yxml.ML" |
|
166 |
"Proof/extraction.ML" |
|
167 |
"Proof/proof_checker.ML" |
|
168 |
"Proof/proof_rewrite_rules.ML" |
|
169 |
"Proof/proof_syntax.ML" |
|
170 |
"Proof/reconstruct.ML" |
|
171 |
"ROOT.ML" |
|
172 |
"Syntax/ast.ML" |
|
173 |
"Syntax/lexicon.ML" |
|
174 |
"Syntax/local_syntax.ML" |
|
175 |
"Syntax/mixfix.ML" |
|
176 |
"Syntax/parser.ML" |
|
177 |
"Syntax/printer.ML" |
|
178 |
"Syntax/simple_syntax.ML" |
|
179 |
"Syntax/syntax.ML" |
|
180 |
"Syntax/syntax_ext.ML" |
|
181 |
"Syntax/syntax_phases.ML" |
|
182 |
"Syntax/syntax_trans.ML" |
|
183 |
"Syntax/term_position.ML" |
|
52211
66bc827e37f8
explicit support for type annotations within printed syntax trees;
wenzelm
parents:
52050
diff
changeset
|
184 |
"Syntax/type_annotation.ML" |
48681
181b91e1d1c1
prefer general Command_Line.tool wrapper (cf. Scala version);
wenzelm
parents:
48646
diff
changeset
|
185 |
"System/command_line.ML" |
48514 | 186 |
"System/invoke_scala.ML" |
187 |
"System/isabelle_process.ML" |
|
188 |
"System/isabelle_system.ML" |
|
189 |
"System/isar.ML" |
|
52584 | 190 |
"System/message_channel.ML" |
48514 | 191 |
"System/options.ML" |
192 |
"System/session.ML" |
|
193 |
"System/system_channel.ML" |
|
194 |
"Thy/html.ML" |
|
195 |
"Thy/latex.ML" |
|
196 |
"Thy/present.ML" |
|
197 |
"Thy/rail.ML" |
|
198 |
"Thy/term_style.ML" |
|
199 |
"Thy/thm_deps.ML" |
|
200 |
"Thy/thy_header.ML" |
|
201 |
"Thy/thy_info.ML" |
|
202 |
"Thy/thy_load.ML" |
|
203 |
"Thy/thy_output.ML" |
|
204 |
"Thy/thy_syntax.ML" |
|
50686 | 205 |
"Tools/build.ML" |
48514 | 206 |
"Tools/named_thms.ML" |
52009 | 207 |
"Tools/proof_general.ML" |
48514 | 208 |
"assumption.ML" |
209 |
"axclass.ML" |
|
210 |
"config.ML" |
|
211 |
"conjunction.ML" |
|
212 |
"consts.ML" |
|
213 |
"context.ML" |
|
214 |
"context_position.ML" |
|
215 |
"conv.ML" |
|
216 |
"defs.ML" |
|
217 |
"display.ML" |
|
218 |
"drule.ML" |
|
219 |
"envir.ML" |
|
220 |
"facts.ML" |
|
221 |
"global_theory.ML" |
|
222 |
"goal.ML" |
|
223 |
"goal_display.ML" |
|
224 |
"interpretation.ML" |
|
225 |
"item_net.ML" |
|
226 |
"library.ML" |
|
227 |
"logic.ML" |
|
228 |
"more_thm.ML" |
|
229 |
"morphism.ML" |
|
230 |
"name.ML" |
|
231 |
"net.ML" |
|
232 |
"pattern.ML" |
|
233 |
"primitive_defs.ML" |
|
234 |
"proofterm.ML" |
|
48879 | 235 |
"pure_syn.ML" |
48514 | 236 |
"pure_thy.ML" |
237 |
"raw_simplifier.ML" |
|
238 |
"search.ML" |
|
239 |
"sign.ML" |
|
240 |
"simplifier.ML" |
|
51551 | 241 |
"skip_proof.ML" |
48514 | 242 |
"sorts.ML" |
243 |
"subgoal.ML" |
|
244 |
"tactic.ML" |
|
245 |
"tactical.ML" |
|
246 |
"term.ML" |
|
247 |
"term_ord.ML" |
|
248 |
"term_sharing.ML" |
|
249 |
"term_subst.ML" |
|
250 |
"term_xml.ML" |
|
251 |
"theory.ML" |
|
252 |
"thm.ML" |
|
253 |
"type.ML" |
|
254 |
"type_infer.ML" |
|
255 |
"type_infer_context.ML" |
|
256 |
"unify.ML" |
|
257 |
"variable.ML" |
|
258 |