author | wenzelm |
Wed, 30 Apr 2014 22:34:11 +0200 | |
changeset 56801 | 8dd9df88f647 |
parent 56435 | 28b34e8e4a80 |
child 57905 | c0c5652e796e |
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" |
|
56435
28b34e8e4a80
approximate ML antiquotation @{here} for Isabelle/Pure bootstrap;
wenzelm
parents:
56303
diff
changeset
|
9 |
"ML-Systems/ml_positions.ML" |
48347 | 10 |
"ML-Systems/ml_pretty.ML" |
11 |
"ML-Systems/ml_system.ML" |
|
12 |
"ML-Systems/multithreading.ML" |
|
13 |
"ML-Systems/multithreading_polyml.ML" |
|
14 |
"ML-Systems/overloading_smlnj.ML" |
|
15 |
"ML-Systems/polyml.ML" |
|
54723
124432e77ecf
simplified polyml-5.5.2 setup -- implicit upgrade of Thread.numProcessors;
wenzelm
parents:
54717
diff
changeset
|
16 |
"ML-Systems/polyml-5.5.2.ML" |
48347 | 17 |
"ML-Systems/pp_dummy.ML" |
18 |
"ML-Systems/proper_int.ML" |
|
19 |
"ML-Systems/single_assignment.ML" |
|
20 |
"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
|
21 |
"ML-Systems/share_common_data_polyml-5.3.0.ML" |
48347 | 22 |
"ML-Systems/smlnj.ML" |
23 |
"ML-Systems/thread_dummy.ML" |
|
24 |
"ML-Systems/universal.ML" |
|
25 |
"ML-Systems/unsynchronized.ML" |
|
26 |
"ML-Systems/use_context.ML" |
|
27 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48732
diff
changeset
|
28 |
session Pure = |
56801
8dd9df88f647
some support for session-qualified theories: allow to refer to resources via qualified name instead of odd file-system path;
wenzelm
parents:
56435
diff
changeset
|
29 |
global_theories Pure |
48514 | 30 |
files |
31 |
"General/exn.ML" |
|
32 |
"ML-Systems/compiler_polyml.ML" |
|
33 |
"ML-Systems/ml_name_space.ML" |
|
56435
28b34e8e4a80
approximate ML antiquotation @{here} for Isabelle/Pure bootstrap;
wenzelm
parents:
56303
diff
changeset
|
34 |
"ML-Systems/ml_positions.ML" |
48514 | 35 |
"ML-Systems/ml_pretty.ML" |
36 |
"ML-Systems/ml_system.ML" |
|
37 |
"ML-Systems/multithreading.ML" |
|
38 |
"ML-Systems/multithreading_polyml.ML" |
|
39 |
"ML-Systems/overloading_smlnj.ML" |
|
40 |
"ML-Systems/polyml.ML" |
|
54723
124432e77ecf
simplified polyml-5.5.2 setup -- implicit upgrade of Thread.numProcessors;
wenzelm
parents:
54717
diff
changeset
|
41 |
"ML-Systems/polyml-5.5.2.ML" |
48514 | 42 |
"ML-Systems/pp_dummy.ML" |
43 |
"ML-Systems/proper_int.ML" |
|
44 |
"ML-Systems/single_assignment.ML" |
|
45 |
"ML-Systems/single_assignment_polyml.ML" |
|
46 |
"ML-Systems/smlnj.ML" |
|
47 |
"ML-Systems/thread_dummy.ML" |
|
48 |
"ML-Systems/universal.ML" |
|
49 |
"ML-Systems/unsynchronized.ML" |
|
50 |
"ML-Systems/use_context.ML" |
|
48347 | 51 |
|
48514 | 52 |
"Concurrent/bash.ML" |
53 |
"Concurrent/bash_sequential.ML" |
|
54 |
"Concurrent/cache.ML" |
|
52050 | 55 |
"Concurrent/event_timer.ML" |
48514 | 56 |
"Concurrent/future.ML" |
57 |
"Concurrent/lazy.ML" |
|
58 |
"Concurrent/lazy_sequential.ML" |
|
59 |
"Concurrent/mailbox.ML" |
|
60 |
"Concurrent/par_exn.ML" |
|
61 |
"Concurrent/par_list.ML" |
|
62 |
"Concurrent/par_list_sequential.ML" |
|
63 |
"Concurrent/simple_thread.ML" |
|
64 |
"Concurrent/single_assignment.ML" |
|
65 |
"Concurrent/single_assignment_sequential.ML" |
|
66 |
"Concurrent/synchronized.ML" |
|
67 |
"Concurrent/synchronized_sequential.ML" |
|
68 |
"Concurrent/task_queue.ML" |
|
69 |
"Concurrent/time_limit.ML" |
|
70 |
"General/alist.ML" |
|
71 |
"General/antiquote.ML" |
|
72 |
"General/balanced_tree.ML" |
|
73 |
"General/basics.ML" |
|
74 |
"General/binding.ML" |
|
75 |
"General/buffer.ML" |
|
56053
030531cc4c62
tables with changes relative to some common base version -- support for efficient join/merge of big global tables with small local updates;
wenzelm
parents:
55672
diff
changeset
|
76 |
"General/change_table.ML" |
55672
5e25cc741ab9
support for completion within the formal context;
wenzelm
parents:
55516
diff
changeset
|
77 |
"General/completion.ML" |
48514 | 78 |
"General/file.ML" |
79 |
"General/graph.ML" |
|
49561 | 80 |
"General/graph_display.ML" |
48514 | 81 |
"General/heap.ML" |
82 |
"General/integer.ML" |
|
83 |
"General/linear_set.ML" |
|
84 |
"General/long_name.ML" |
|
85 |
"General/name_space.ML" |
|
86 |
"General/ord_list.ML" |
|
87 |
"General/output.ML" |
|
88 |
"General/path.ML" |
|
89 |
"General/position.ML" |
|
90 |
"General/pretty.ML" |
|
91 |
"General/print_mode.ML" |
|
92 |
"General/properties.ML" |
|
93 |
"General/queue.ML" |
|
94 |
"General/same.ML" |
|
95 |
"General/scan.ML" |
|
96 |
"General/secure.ML" |
|
97 |
"General/seq.ML" |
|
98 |
"General/sha1.ML" |
|
99 |
"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
|
100 |
"General/sha1_samples.ML" |
50800
c0fb2839d1a9
recovered buffered sockets from 11f622794ad6 -- requires Poly/ML 5.5.x;
wenzelm
parents:
50686
diff
changeset
|
101 |
"General/socket_io.ML" |
48514 | 102 |
"General/source.ML" |
103 |
"General/stack.ML" |
|
104 |
"General/symbol.ML" |
|
105 |
"General/symbol_pos.ML" |
|
106 |
"General/table.ML" |
|
107 |
"General/timing.ML" |
|
108 |
"General/url.ML" |
|
109 |
"Isar/args.ML" |
|
110 |
"Isar/attrib.ML" |
|
111 |
"Isar/auto_bind.ML" |
|
112 |
"Isar/bundle.ML" |
|
113 |
"Isar/class.ML" |
|
114 |
"Isar/class_declaration.ML" |
|
115 |
"Isar/code.ML" |
|
116 |
"Isar/context_rules.ML" |
|
117 |
"Isar/element.ML" |
|
118 |
"Isar/expression.ML" |
|
119 |
"Isar/generic_target.ML" |
|
120 |
"Isar/isar_cmd.ML" |
|
121 |
"Isar/keyword.ML" |
|
122 |
"Isar/local_defs.ML" |
|
123 |
"Isar/local_theory.ML" |
|
124 |
"Isar/locale.ML" |
|
125 |
"Isar/method.ML" |
|
126 |
"Isar/named_target.ML" |
|
127 |
"Isar/object_logic.ML" |
|
128 |
"Isar/obtain.ML" |
|
129 |
"Isar/outer_syntax.ML" |
|
130 |
"Isar/overloading.ML" |
|
131 |
"Isar/parse.ML" |
|
132 |
"Isar/parse_spec.ML" |
|
133 |
"Isar/proof.ML" |
|
134 |
"Isar/proof_context.ML" |
|
135 |
"Isar/proof_display.ML" |
|
136 |
"Isar/proof_node.ML" |
|
137 |
"Isar/rule_cases.ML" |
|
138 |
"Isar/runtime.ML" |
|
139 |
"Isar/spec_rules.ML" |
|
140 |
"Isar/specification.ML" |
|
141 |
"Isar/token.ML" |
|
142 |
"Isar/toplevel.ML" |
|
143 |
"Isar/typedecl.ML" |
|
56303
4cc3f4db3447
clarified Isabelle/ML bootstrap, such that Execution does not require ML_Compiler;
wenzelm
parents:
56210
diff
changeset
|
144 |
"ML/exn_output.ML" |
4cc3f4db3447
clarified Isabelle/ML bootstrap, such that Execution does not require ML_Compiler;
wenzelm
parents:
56210
diff
changeset
|
145 |
"ML/exn_output_polyml.ML" |
52010 | 146 |
"ML/exn_properties_dummy.ML" |
147 |
"ML/exn_properties_polyml.ML" |
|
52836
1a03ffc00a4a
exception trace for Poly/ML 5.5.1, using regular Isabelle output;
wenzelm
parents:
52711
diff
changeset
|
148 |
"ML/exn_trace_polyml-5.5.1.ML" |
48514 | 149 |
"ML/install_pp_polyml.ML" |
56072 | 150 |
"ML/ml_antiquotation.ML" |
48514 | 151 |
"ML/ml_compiler.ML" |
152 |
"ML/ml_compiler_polyml.ML" |
|
153 |
"ML/ml_context.ML" |
|
154 |
"ML/ml_env.ML" |
|
155 |
"ML/ml_lex.ML" |
|
156 |
"ML/ml_parse.ML" |
|
56303
4cc3f4db3447
clarified Isabelle/ML bootstrap, such that Execution does not require ML_Compiler;
wenzelm
parents:
56210
diff
changeset
|
157 |
"ML/ml_options.ML" |
50255 | 158 |
"ML/ml_statistics_dummy.ML" |
159 |
"ML/ml_statistics_polyml-5.5.0.ML" |
|
48514 | 160 |
"ML/ml_syntax.ML" |
50450
358b6020f8b6
generalized notion of active area, where sendback is just one application;
wenzelm
parents:
50255
diff
changeset
|
161 |
"PIDE/active.ML" |
48514 | 162 |
"PIDE/command.ML" |
163 |
"PIDE/document.ML" |
|
52530
99dd8b4ef3fe
explicit module Document_ID as source of globally unique identifiers across ML/Scala;
wenzelm
parents:
52211
diff
changeset
|
164 |
"PIDE/document_id.ML" |
52605 | 165 |
"PIDE/execution.ML" |
48514 | 166 |
"PIDE/markup.ML" |
167 |
"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
|
168 |
"PIDE/query_operation.ML" |
56208 | 169 |
"PIDE/resources.ML" |
56210 | 170 |
"PIDE/session.ML" |
48514 | 171 |
"PIDE/xml.ML" |
172 |
"PIDE/yxml.ML" |
|
173 |
"Proof/extraction.ML" |
|
174 |
"Proof/proof_checker.ML" |
|
175 |
"Proof/proof_rewrite_rules.ML" |
|
176 |
"Proof/proof_syntax.ML" |
|
177 |
"Proof/reconstruct.ML" |
|
178 |
"ROOT.ML" |
|
179 |
"Syntax/ast.ML" |
|
180 |
"Syntax/lexicon.ML" |
|
181 |
"Syntax/local_syntax.ML" |
|
182 |
"Syntax/mixfix.ML" |
|
183 |
"Syntax/parser.ML" |
|
184 |
"Syntax/printer.ML" |
|
185 |
"Syntax/simple_syntax.ML" |
|
186 |
"Syntax/syntax.ML" |
|
187 |
"Syntax/syntax_ext.ML" |
|
188 |
"Syntax/syntax_phases.ML" |
|
189 |
"Syntax/syntax_trans.ML" |
|
190 |
"Syntax/term_position.ML" |
|
52211
66bc827e37f8
explicit support for type annotations within printed syntax trees;
wenzelm
parents:
52050
diff
changeset
|
191 |
"Syntax/type_annotation.ML" |
48681
181b91e1d1c1
prefer general Command_Line.tool wrapper (cf. Scala version);
wenzelm
parents:
48646
diff
changeset
|
192 |
"System/command_line.ML" |
48514 | 193 |
"System/invoke_scala.ML" |
194 |
"System/isabelle_process.ML" |
|
195 |
"System/isabelle_system.ML" |
|
196 |
"System/isar.ML" |
|
52584 | 197 |
"System/message_channel.ML" |
48514 | 198 |
"System/options.ML" |
199 |
"System/system_channel.ML" |
|
200 |
"Thy/html.ML" |
|
201 |
"Thy/latex.ML" |
|
202 |
"Thy/present.ML" |
|
203 |
"Thy/term_style.ML" |
|
204 |
"Thy/thm_deps.ML" |
|
205 |
"Thy/thy_header.ML" |
|
206 |
"Thy/thy_info.ML" |
|
207 |
"Thy/thy_output.ML" |
|
208 |
"Thy/thy_syntax.ML" |
|
50686 | 209 |
"Tools/build.ML" |
48514 | 210 |
"Tools/named_thms.ML" |
52009 | 211 |
"Tools/proof_general.ML" |
48514 | 212 |
"assumption.ML" |
213 |
"axclass.ML" |
|
214 |
"config.ML" |
|
215 |
"conjunction.ML" |
|
216 |
"consts.ML" |
|
217 |
"context.ML" |
|
218 |
"context_position.ML" |
|
219 |
"conv.ML" |
|
220 |
"defs.ML" |
|
221 |
"display.ML" |
|
222 |
"drule.ML" |
|
223 |
"envir.ML" |
|
224 |
"facts.ML" |
|
225 |
"global_theory.ML" |
|
226 |
"goal.ML" |
|
227 |
"goal_display.ML" |
|
228 |
"interpretation.ML" |
|
229 |
"item_net.ML" |
|
230 |
"library.ML" |
|
231 |
"logic.ML" |
|
232 |
"more_thm.ML" |
|
233 |
"morphism.ML" |
|
234 |
"name.ML" |
|
235 |
"net.ML" |
|
236 |
"pattern.ML" |
|
237 |
"primitive_defs.ML" |
|
238 |
"proofterm.ML" |
|
48879 | 239 |
"pure_syn.ML" |
48514 | 240 |
"pure_thy.ML" |
241 |
"raw_simplifier.ML" |
|
242 |
"search.ML" |
|
243 |
"sign.ML" |
|
244 |
"simplifier.ML" |
|
51551 | 245 |
"skip_proof.ML" |
48514 | 246 |
"sorts.ML" |
247 |
"subgoal.ML" |
|
248 |
"tactic.ML" |
|
249 |
"tactical.ML" |
|
250 |
"term.ML" |
|
251 |
"term_ord.ML" |
|
252 |
"term_sharing.ML" |
|
253 |
"term_subst.ML" |
|
254 |
"term_xml.ML" |
|
255 |
"theory.ML" |
|
256 |
"thm.ML" |
|
257 |
"type.ML" |
|
258 |
"type_infer.ML" |
|
259 |
"type_infer_context.ML" |
|
260 |
"unify.ML" |
|
261 |
"variable.ML" |
|
262 |