author | wenzelm |
Sat, 02 Apr 2016 20:33:34 +0200 | |
changeset 62818 | 2733b240bfea |
parent 62817 | 744bfd770123 |
child 62845 | 31177a9c3025 |
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 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
|
4 |
global_theories Pure |
48514 | 5 |
files |
6 |
"Concurrent/cache.ML" |
|
60908 | 7 |
"Concurrent/counter.ML" |
52050 | 8 |
"Concurrent/event_timer.ML" |
48514 | 9 |
"Concurrent/future.ML" |
10 |
"Concurrent/lazy.ML" |
|
11 |
"Concurrent/mailbox.ML" |
|
62508
d0b68218ea55
discontinued RAW session: bootstrap directly from isabelle_process RAW_ML_SYSTEM;
wenzelm
parents:
62505
diff
changeset
|
12 |
"Concurrent/multithreading.ML" |
48514 | 13 |
"Concurrent/par_exn.ML" |
14 |
"Concurrent/par_list.ML" |
|
15 |
"Concurrent/single_assignment.ML" |
|
61556 | 16 |
"Concurrent/standard_thread.ML" |
48514 | 17 |
"Concurrent/synchronized.ML" |
18 |
"Concurrent/task_queue.ML" |
|
62519 | 19 |
"Concurrent/timeout.ML" |
62508
d0b68218ea55
discontinued RAW session: bootstrap directly from isabelle_process RAW_ML_SYSTEM;
wenzelm
parents:
62505
diff
changeset
|
20 |
"Concurrent/unsynchronized.ML" |
48514 | 21 |
"General/alist.ML" |
22 |
"General/antiquote.ML" |
|
23 |
"General/balanced_tree.ML" |
|
24 |
"General/basics.ML" |
|
25 |
"General/binding.ML" |
|
26 |
"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
|
27 |
"General/change_table.ML" |
55672
5e25cc741ab9
support for completion within the formal context;
wenzelm
parents:
55516
diff
changeset
|
28 |
"General/completion.ML" |
62508
d0b68218ea55
discontinued RAW session: bootstrap directly from isabelle_process RAW_ML_SYSTEM;
wenzelm
parents:
62505
diff
changeset
|
29 |
"General/exn.ML" |
48514 | 30 |
"General/file.ML" |
31 |
"General/graph.ML" |
|
49561 | 32 |
"General/graph_display.ML" |
48514 | 33 |
"General/heap.ML" |
59064 | 34 |
"General/input.ML" |
48514 | 35 |
"General/integer.ML" |
36 |
"General/linear_set.ML" |
|
37 |
"General/long_name.ML" |
|
38 |
"General/name_space.ML" |
|
39 |
"General/ord_list.ML" |
|
40 |
"General/output.ML" |
|
41 |
"General/path.ML" |
|
42 |
"General/position.ML" |
|
43 |
"General/pretty.ML" |
|
44 |
"General/print_mode.ML" |
|
45 |
"General/properties.ML" |
|
46 |
"General/queue.ML" |
|
62585 | 47 |
"General/random.ML" |
48514 | 48 |
"General/same.ML" |
49 |
"General/scan.ML" |
|
50 |
"General/seq.ML" |
|
51 |
"General/sha1.ML" |
|
50800
c0fb2839d1a9
recovered buffered sockets from 11f622794ad6 -- requires Poly/ML 5.5.x;
wenzelm
parents:
50686
diff
changeset
|
52 |
"General/socket_io.ML" |
48514 | 53 |
"General/source.ML" |
54 |
"General/stack.ML" |
|
55 |
"General/symbol.ML" |
|
56 |
"General/symbol_pos.ML" |
|
57 |
"General/table.ML" |
|
58 |
"General/timing.ML" |
|
59 |
"General/url.ML" |
|
60 |
"Isar/args.ML" |
|
61 |
"Isar/attrib.ML" |
|
62 |
"Isar/auto_bind.ML" |
|
63 |
"Isar/bundle.ML" |
|
64 |
"Isar/class.ML" |
|
65 |
"Isar/class_declaration.ML" |
|
66 |
"Isar/code.ML" |
|
67 |
"Isar/context_rules.ML" |
|
68 |
"Isar/element.ML" |
|
59901 | 69 |
"Isar/experiment.ML" |
48514 | 70 |
"Isar/expression.ML" |
71 |
"Isar/generic_target.ML" |
|
61677 | 72 |
"Isar/interpretation.ML" |
48514 | 73 |
"Isar/isar_cmd.ML" |
74 |
"Isar/keyword.ML" |
|
75 |
"Isar/local_defs.ML" |
|
76 |
"Isar/local_theory.ML" |
|
77 |
"Isar/locale.ML" |
|
78 |
"Isar/method.ML" |
|
79 |
"Isar/named_target.ML" |
|
80 |
"Isar/object_logic.ML" |
|
81 |
"Isar/obtain.ML" |
|
82 |
"Isar/outer_syntax.ML" |
|
83 |
"Isar/overloading.ML" |
|
84 |
"Isar/parse.ML" |
|
85 |
"Isar/parse_spec.ML" |
|
86 |
"Isar/proof.ML" |
|
87 |
"Isar/proof_context.ML" |
|
88 |
"Isar/proof_display.ML" |
|
89 |
"Isar/proof_node.ML" |
|
90 |
"Isar/rule_cases.ML" |
|
91 |
"Isar/runtime.ML" |
|
92 |
"Isar/spec_rules.ML" |
|
93 |
"Isar/specification.ML" |
|
60630 | 94 |
"Isar/subgoal.ML" |
48514 | 95 |
"Isar/token.ML" |
96 |
"Isar/toplevel.ML" |
|
97 |
"Isar/typedecl.ML" |
|
62498 | 98 |
"ML/exn_debugger.ML" |
62355 | 99 |
"ML/exn_properties.ML" |
62508
d0b68218ea55
discontinued RAW session: bootstrap directly from isabelle_process RAW_ML_SYSTEM;
wenzelm
parents:
62505
diff
changeset
|
100 |
"ML/fixed_int_dummy.ML" |
56072 | 101 |
"ML/ml_antiquotation.ML" |
62355 | 102 |
"ML/ml_compiler.ML" |
62508
d0b68218ea55
discontinued RAW session: bootstrap directly from isabelle_process RAW_ML_SYSTEM;
wenzelm
parents:
62505
diff
changeset
|
103 |
"ML/ml_compiler0.ML" |
62817 | 104 |
"ML/ml_compiler1.ML" |
105 |
"ML/ml_compiler2.ML" |
|
48514 | 106 |
"ML/ml_context.ML" |
62508
d0b68218ea55
discontinued RAW session: bootstrap directly from isabelle_process RAW_ML_SYSTEM;
wenzelm
parents:
62505
diff
changeset
|
107 |
"ML/ml_debugger.ML" |
48514 | 108 |
"ML/ml_env.ML" |
58928
23d0ffd48006
plain value Keywords.keywords, which might be used outside theory for bootstrap purposes;
wenzelm
parents:
58846
diff
changeset
|
109 |
"ML/ml_file.ML" |
62508
d0b68218ea55
discontinued RAW session: bootstrap directly from isabelle_process RAW_ML_SYSTEM;
wenzelm
parents:
62505
diff
changeset
|
110 |
"ML/ml_heap.ML" |
48514 | 111 |
"ML/ml_lex.ML" |
62508
d0b68218ea55
discontinued RAW session: bootstrap directly from isabelle_process RAW_ML_SYSTEM;
wenzelm
parents:
62505
diff
changeset
|
112 |
"ML/ml_name_space.ML" |
60908 | 113 |
"ML/ml_options.ML" |
62665 | 114 |
"ML/ml_pp.ML" |
62818 | 115 |
"ML/ml_pervasive.ML" |
62508
d0b68218ea55
discontinued RAW session: bootstrap directly from isabelle_process RAW_ML_SYSTEM;
wenzelm
parents:
62505
diff
changeset
|
116 |
"ML/ml_pretty.ML" |
d0b68218ea55
discontinued RAW session: bootstrap directly from isabelle_process RAW_ML_SYSTEM;
wenzelm
parents:
62505
diff
changeset
|
117 |
"ML/ml_profiling.ML" |
62459 | 118 |
"ML/ml_statistics.ML" |
48514 | 119 |
"ML/ml_syntax.ML" |
62508
d0b68218ea55
discontinued RAW session: bootstrap directly from isabelle_process RAW_ML_SYSTEM;
wenzelm
parents:
62505
diff
changeset
|
120 |
"ML/ml_system.ML" |
50450
358b6020f8b6
generalized notion of active area, where sendback is just one application;
wenzelm
parents:
50255
diff
changeset
|
121 |
"PIDE/active.ML" |
48514 | 122 |
"PIDE/command.ML" |
57905
c0c5652e796e
separate module Command_Span: mostly syntactic representation;
wenzelm
parents:
56801
diff
changeset
|
123 |
"PIDE/command_span.ML" |
48514 | 124 |
"PIDE/document.ML" |
52530
99dd8b4ef3fe
explicit module Document_ID as source of globally unique identifiers across ML/Scala;
wenzelm
parents:
52211
diff
changeset
|
125 |
"PIDE/document_id.ML" |
52605 | 126 |
"PIDE/execution.ML" |
48514 | 127 |
"PIDE/markup.ML" |
128 |
"PIDE/protocol.ML" |
|
59714
ae322325adbb
tuned protocol -- resolve command positions in ML;
wenzelm
parents:
59470
diff
changeset
|
129 |
"PIDE/protocol_message.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
|
130 |
"PIDE/query_operation.ML" |
56208 | 131 |
"PIDE/resources.ML" |
56210 | 132 |
"PIDE/session.ML" |
48514 | 133 |
"PIDE/xml.ML" |
134 |
"PIDE/yxml.ML" |
|
135 |
"Proof/extraction.ML" |
|
136 |
"Proof/proof_checker.ML" |
|
137 |
"Proof/proof_rewrite_rules.ML" |
|
138 |
"Proof/proof_syntax.ML" |
|
139 |
"Proof/reconstruct.ML" |
|
140 |
"ROOT.ML" |
|
141 |
"Syntax/ast.ML" |
|
142 |
"Syntax/lexicon.ML" |
|
143 |
"Syntax/local_syntax.ML" |
|
144 |
"Syntax/mixfix.ML" |
|
145 |
"Syntax/parser.ML" |
|
146 |
"Syntax/printer.ML" |
|
147 |
"Syntax/simple_syntax.ML" |
|
148 |
"Syntax/syntax.ML" |
|
149 |
"Syntax/syntax_ext.ML" |
|
150 |
"Syntax/syntax_phases.ML" |
|
151 |
"Syntax/syntax_trans.ML" |
|
152 |
"Syntax/term_position.ML" |
|
52211
66bc827e37f8
explicit support for type annotations within printed syntax trees;
wenzelm
parents:
52050
diff
changeset
|
153 |
"Syntax/type_annotation.ML" |
62584 | 154 |
"System/bash.ML" |
155 |
"System/bash_windows.ML" |
|
48681
181b91e1d1c1
prefer general Command_Line.tool wrapper (cf. Scala version);
wenzelm
parents:
48646
diff
changeset
|
156 |
"System/command_line.ML" |
48514 | 157 |
"System/invoke_scala.ML" |
158 |
"System/isabelle_process.ML" |
|
159 |
"System/isabelle_system.ML" |
|
52584 | 160 |
"System/message_channel.ML" |
48514 | 161 |
"System/options.ML" |
162 |
"System/system_channel.ML" |
|
61619 | 163 |
"Thy/document_antiquotations.ML" |
48514 | 164 |
"Thy/html.ML" |
165 |
"Thy/latex.ML" |
|
61441 | 166 |
"Thy/markdown.ML" |
48514 | 167 |
"Thy/present.ML" |
168 |
"Thy/term_style.ML" |
|
169 |
"Thy/thy_header.ML" |
|
170 |
"Thy/thy_info.ML" |
|
171 |
"Thy/thy_output.ML" |
|
172 |
"Thy/thy_syntax.ML" |
|
50686 | 173 |
"Tools/build.ML" |
48514 | 174 |
"Tools/named_thms.ML" |
58660 | 175 |
"Tools/plugin.ML" |
48514 | 176 |
"assumption.ML" |
177 |
"axclass.ML" |
|
178 |
"config.ML" |
|
179 |
"conjunction.ML" |
|
180 |
"consts.ML" |
|
181 |
"context.ML" |
|
182 |
"context_position.ML" |
|
183 |
"conv.ML" |
|
184 |
"defs.ML" |
|
185 |
"drule.ML" |
|
186 |
"envir.ML" |
|
187 |
"facts.ML" |
|
188 |
"global_theory.ML" |
|
189 |
"goal.ML" |
|
190 |
"goal_display.ML" |
|
191 |
"item_net.ML" |
|
192 |
"library.ML" |
|
193 |
"logic.ML" |
|
59026
30b8a5825a9c
removed some add-ons from modules that are relevant for the inference kernel;
wenzelm
parents:
58928
diff
changeset
|
194 |
"more_pattern.ML" |
48514 | 195 |
"more_thm.ML" |
59026
30b8a5825a9c
removed some add-ons from modules that are relevant for the inference kernel;
wenzelm
parents:
58928
diff
changeset
|
196 |
"more_unify.ML" |
48514 | 197 |
"morphism.ML" |
198 |
"name.ML" |
|
199 |
"net.ML" |
|
58009 | 200 |
"par_tactical.ML" |
48514 | 201 |
"pattern.ML" |
202 |
"primitive_defs.ML" |
|
203 |
"proofterm.ML" |
|
48879 | 204 |
"pure_syn.ML" |
48514 | 205 |
"pure_thy.ML" |
206 |
"raw_simplifier.ML" |
|
207 |
"search.ML" |
|
208 |
"sign.ML" |
|
209 |
"simplifier.ML" |
|
51551 | 210 |
"skip_proof.ML" |
48514 | 211 |
"sorts.ML" |
212 |
"tactic.ML" |
|
213 |
"tactical.ML" |
|
214 |
"term.ML" |
|
215 |
"term_ord.ML" |
|
216 |
"term_sharing.ML" |
|
217 |
"term_subst.ML" |
|
218 |
"term_xml.ML" |
|
219 |
"theory.ML" |
|
220 |
"thm.ML" |
|
221 |
"type.ML" |
|
222 |
"type_infer.ML" |
|
223 |
"type_infer_context.ML" |
|
224 |
"unify.ML" |
|
225 |
"variable.ML" |