wenzelm [Sun, 21 Jan 2007 17:13:30 +0100] rev 22151
tuned;
wenzelm [Sun, 21 Jan 2007 16:46:40 +0100] rev 22150
*** MESSAGE REFERS TO PREVIOUS VERSION ***
@{theory}: plain ML_Context.the_context();
wenzelm [Sun, 21 Jan 2007 16:46:06 +0100] rev 22149
*** MESSAGE REFERS TO PREVIOUS VERSION ***
removed is_finished_thy;
wenzelm [Sun, 21 Jan 2007 16:43:47 +0100] rev 22148
tuned comments
wenzelm [Sun, 21 Jan 2007 16:43:46 +0100] rev 22147
simplified ML setup;
wenzelm [Sun, 21 Jan 2007 16:43:45 +0100] rev 22146
use_text: added name argument;
moved File.use to ML_Context.use;
removed the_context_finished;
wenzelm [Sun, 21 Jan 2007 16:43:44 +0100] rev 22145
moved File.use to ML_Context.use;
wenzelm [Sun, 21 Jan 2007 16:43:42 +0100] rev 22144
use_text: added name argument;
nipkow [Sun, 21 Jan 2007 13:27:41 +0100] rev 22143
Added simproc list_neq (prompted by an application)
nipkow [Sun, 21 Jan 2007 13:26:44 +0100] rev 22142
Added lists-as-multisets functions
wenzelm [Sat, 20 Jan 2007 14:27:46 +0100] rev 22141
Simple and efficient binary numerals.
wenzelm [Sat, 20 Jan 2007 14:27:45 +0100] rev 22140
added HOL/ex/Binary.thy;
wenzelm [Sat, 20 Jan 2007 14:09:27 +0100] rev 22139
tuned ML setup;
wenzelm [Sat, 20 Jan 2007 14:09:23 +0100] rev 22138
* ML within Isar: antiquotations;
wenzelm [Sat, 20 Jan 2007 14:09:22 +0100] rev 22137
added @{theory};
wenzelm [Sat, 20 Jan 2007 14:09:21 +0100] rev 22136
added the_context_finished;
eval_wrapper: Output.debug;
simplified antiq signatures;
added basic antiquotations;
tuned;
wenzelm [Sat, 20 Jan 2007 14:09:20 +0100] rev 22135
Toplevel.debug: coincide with Output.debugging;
wenzelm [Sat, 20 Jan 2007 14:09:19 +0100] rev 22134
ML tactic: proper context for compile and runtime;
wenzelm [Sat, 20 Jan 2007 14:09:18 +0100] rev 22133
tuned;
wenzelm [Sat, 20 Jan 2007 14:09:17 +0100] rev 22132
added @{simpset};
wenzelm [Sat, 20 Jan 2007 14:09:16 +0100] rev 22131
added is_finished_thy;
wenzelm [Sat, 20 Jan 2007 14:09:14 +0100] rev 22130
Output.debug: non-strict;
renamed Output.show_debug_msgs to Output.debugging (coincides with Toplevel.debug);
wenzelm [Sat, 20 Jan 2007 14:09:12 +0100] rev 22129
tuned ML setup;
added @{claset};
wenzelm [Sat, 20 Jan 2007 14:09:11 +0100] rev 22128
added @{clasimpset};
wenzelm [Sat, 20 Jan 2007 14:09:10 +0100] rev 22127
added @{claset};
wenzelm [Fri, 19 Jan 2007 22:31:17 +0100] rev 22126
tuned;
wenzelm [Fri, 19 Jan 2007 22:14:23 +0100] rev 22125
tuned;
wenzelm [Fri, 19 Jan 2007 22:10:35 +0100] rev 22124
renamed Isar/isar_output.ML to Thy/thy_output.ML;
tuned messages;
Antiquote.scan_arguments (moved from here);
moved ML context stuff to from Context to ML_Context;
wenzelm [Fri, 19 Jan 2007 22:08:32 +0100] rev 22123
moved ML context stuff to from Context to ML_Context;
theorem(s): same kind;
wenzelm [Fri, 19 Jan 2007 22:08:31 +0100] rev 22122
results: proper context;
wenzelm [Fri, 19 Jan 2007 22:08:30 +0100] rev 22121
tuned Scan.extend_lexicon;
wenzelm [Fri, 19 Jan 2007 22:08:29 +0100] rev 22120
renamed IsarOutput to ThyOutput;
tuned Scan.extend_lexicon;
moved ML context stuff to from Context to ML_Context;
wenzelm [Fri, 19 Jan 2007 22:08:28 +0100] rev 22119
moved parts to spec_parse.ML;
tuned signature -- more exports;
wenzelm [Fri, 19 Jan 2007 22:08:27 +0100] rev 22118
removed obsolete Method;
added parse (from outer_parse.ML);
moved ML context stuff to from Context to ML_Context;
tactic: no need to rebind thm/thms;
wenzelm [Fri, 19 Jan 2007 22:08:26 +0100] rev 22117
renamed IsarOutput to ThyOutput;
moved parts of OuterParse to SpecParse;
renamed OuterParse locale_target to target;
wenzelm [Fri, 19 Jan 2007 22:08:25 +0100] rev 22116
added various ML setup functions (from sign.ML, pure_thy.ML);
wenzelm [Fri, 19 Jan 2007 22:08:24 +0100] rev 22115
removed obsolete Attribute;
wenzelm [Fri, 19 Jan 2007 22:08:23 +0100] rev 22114
tuned signature;
added scan_arguments;
wenzelm [Fri, 19 Jan 2007 22:08:22 +0100] rev 22113
renamed Isar/isar_output.ML to Thy/thy_output.ML;
renamed Isar/term_style.ML to Thy/term_style.ML;
renamed Isar/thy_header.ML to Thy/thy_header.ML;
added Isar/spec_parse.ML;
added Thy/ml_context.ML;
load outer_parse.ML early, moved later parts to spec_parse.ML;
tuned order;
wenzelm [Fri, 19 Jan 2007 22:08:21 +0100] rev 22112
tuned signature of extend_lexicon;
wenzelm [Fri, 19 Jan 2007 22:08:20 +0100] rev 22111
moved ML translation interfaces to isar_cmd.ML;
wenzelm [Fri, 19 Jan 2007 22:08:19 +0100] rev 22110
moved thm/thms to ml_context.ML;
moved generic_setup, add_oracle to isar_cmd.ML;
wenzelm [Fri, 19 Jan 2007 22:08:18 +0100] rev 22109
moved inst from drule.ML to old_goals.ML;
wenzelm [Fri, 19 Jan 2007 22:08:16 +0100] rev 22108
tuned order;
wenzelm [Fri, 19 Jan 2007 22:08:15 +0100] rev 22107
renamed Isar/term_style.ML to Thy/term_style.ML;
wenzelm [Fri, 19 Jan 2007 22:08:14 +0100] rev 22106
renamed Isar/thy_header.ML to Thy/thy_header.ML;
wenzelm [Fri, 19 Jan 2007 22:08:13 +0100] rev 22105
ML context and antiquotations (material from context.ML);
added thm/thms (from pure_thy.ML);
added support for ML antiquotations;
wenzelm [Fri, 19 Jan 2007 22:08:12 +0100] rev 22104
Parsers for complex specifications (material from outer_parse.ML);
wenzelm [Fri, 19 Jan 2007 22:08:11 +0100] rev 22103
renamed Isar/isar_output.ML to Thy/thy_output.ML;
renamed Isar/term_style.ML to Thy/term_style.ML;
renamed Isar/thy_header.ML to Thy/thy_header.ML;
added Isar/spec_parse.ML;
added Thy/ml_context.ML;
wenzelm [Fri, 19 Jan 2007 22:08:10 +0100] rev 22102
moved parts of OuterParse to SpecParse;
renamed OuterParse locale_target to target;
wenzelm [Fri, 19 Jan 2007 22:08:08 +0100] rev 22101
moved parts of OuterParse to SpecParse;
wenzelm [Fri, 19 Jan 2007 22:08:07 +0100] rev 22100
HOL-Lambda: usedir -m no_brackets;
wenzelm [Fri, 19 Jan 2007 22:08:06 +0100] rev 22099
simplified ML setup;
wenzelm [Fri, 19 Jan 2007 22:08:05 +0100] rev 22098
tuned;
wenzelm [Fri, 19 Jan 2007 22:08:04 +0100] rev 22097
renamed IsarOutput to ThyOutput;
wenzelm [Fri, 19 Jan 2007 22:08:03 +0100] rev 22096
updated;