Thu, 07 Apr 2011 12:16:25 +0200 tuned comment
blanchet [Thu, 07 Apr 2011 12:16:25 +0200] rev 42269
tuned comment
Thu, 07 Apr 2011 18:24:59 +0200 discontinued user-defined token translations;
wenzelm [Thu, 07 Apr 2011 18:24:59 +0200] rev 42268
discontinued user-defined token translations; tuned signature;
Thu, 07 Apr 2011 17:52:44 +0200 simplified printer context: uniform externing and static token translations;
wenzelm [Thu, 07 Apr 2011 17:52:44 +0200] rev 42267
simplified printer context: uniform externing and static token translations;
Thu, 07 Apr 2011 17:38:17 +0200 clarified Pretty.mark;
wenzelm [Thu, 07 Apr 2011 17:38:17 +0200] rev 42266
clarified Pretty.mark; added Pretty.mark_str, Pretty.marks_str convenience;
Wed, 06 Apr 2011 23:17:45 +0200 parallel parsing of big specifications;
wenzelm [Wed, 06 Apr 2011 23:17:45 +0200] rev 42265
parallel parsing of big specifications;
Wed, 06 Apr 2011 23:04:00 +0200 separate structure Term_Position;
wenzelm [Wed, 06 Apr 2011 23:04:00 +0200] rev 42264
separate structure Term_Position; dismantled remains of structure Type_Ext;
Wed, 06 Apr 2011 22:25:44 +0200 type syntax as regular mixfix specification (type_ext for bootstrapping has been obsolete for many years);
wenzelm [Wed, 06 Apr 2011 22:25:44 +0200] rev 42263
type syntax as regular mixfix specification (type_ext for bootstrapping has been obsolete for many years);
Wed, 06 Apr 2011 21:55:41 +0200 moved type syntax translations to syn_trans.ML;
wenzelm [Wed, 06 Apr 2011 21:55:41 +0200] rev 42262
moved type syntax translations to syn_trans.ML;
Wed, 06 Apr 2011 18:36:28 +0200 made SML/NJ happy (cf. 578a51fae383);
wenzelm [Wed, 06 Apr 2011 18:36:28 +0200] rev 42261
made SML/NJ happy (cf. 578a51fae383);
Wed, 06 Apr 2011 18:17:19 +0200 merged
wenzelm [Wed, 06 Apr 2011 18:17:19 +0200] rev 42260
merged
Wed, 06 Apr 2011 13:08:44 +0200 merged
bulwahn [Wed, 06 Apr 2011 13:08:44 +0200] rev 42259
merged
Wed, 06 Apr 2011 10:58:18 +0200 changing ensure_sort_datatype call in narrowing quickcheck (missed in 1491b7209e76)
bulwahn [Wed, 06 Apr 2011 10:58:18 +0200] rev 42258
changing ensure_sort_datatype call in narrowing quickcheck (missed in 1491b7209e76)
Tue, 05 Apr 2011 19:55:04 +0200 prove measurable_into_infprod_algebra and measure_infprod
hoelzl [Tue, 05 Apr 2011 19:55:04 +0200] rev 42257
prove measurable_into_infprod_algebra and measure_infprod
Tue, 05 Apr 2011 17:10:51 +0200 Rename extensional to extensionalD (extensional is also defined in FuncSet)
hoelzl [Tue, 05 Apr 2011 17:10:51 +0200] rev 42256
Rename extensional to extensionalD (extensional is also defined in FuncSet)
Wed, 06 Apr 2011 17:15:06 +0200 eliminated slightly odd Syntax.rep_syntax;
wenzelm [Wed, 06 Apr 2011 17:15:06 +0200] rev 42255
eliminated slightly odd Syntax.rep_syntax;
Wed, 06 Apr 2011 17:00:40 +0200 more abstract print translation;
wenzelm [Wed, 06 Apr 2011 17:00:40 +0200] rev 42254
more abstract print translation;
Wed, 06 Apr 2011 16:15:57 +0200 more abstract syntax translation;
wenzelm [Wed, 06 Apr 2011 16:15:57 +0200] rev 42253
more abstract syntax translation;
Wed, 06 Apr 2011 15:43:45 +0200 tuned;
wenzelm [Wed, 06 Apr 2011 15:43:45 +0200] rev 42252
tuned;
Wed, 06 Apr 2011 15:24:26 +0200 explicit Syntax.tokenize, Syntax.parse;
wenzelm [Wed, 06 Apr 2011 15:24:26 +0200] rev 42251
explicit Syntax.tokenize, Syntax.parse;
Wed, 06 Apr 2011 15:10:39 +0200 eliminated odd object-oriented type_context/term_context;
wenzelm [Wed, 06 Apr 2011 15:10:39 +0200] rev 42250
eliminated odd object-oriented type_context/term_context; export ProofContext.intern_skolem;
Wed, 06 Apr 2011 14:44:40 +0200 simplified standard parse/unparse;
wenzelm [Wed, 06 Apr 2011 14:44:40 +0200] rev 42249
simplified standard parse/unparse;
Wed, 06 Apr 2011 14:08:40 +0200 discontinued old-style Syntax.constrainC;
wenzelm [Wed, 06 Apr 2011 14:08:40 +0200] rev 42248
discontinued old-style Syntax.constrainC;
Wed, 06 Apr 2011 13:33:46 +0200 typed_print_translation: discontinued show_sorts argument;
wenzelm [Wed, 06 Apr 2011 13:33:46 +0200] rev 42247
typed_print_translation: discontinued show_sorts argument;
Wed, 06 Apr 2011 13:27:59 +0200 misc tuning and simplification;
wenzelm [Wed, 06 Apr 2011 13:27:59 +0200] rev 42246
misc tuning and simplification;
Wed, 06 Apr 2011 12:58:13 +0200 moved unparse material to syntax_phases.ML;
wenzelm [Wed, 06 Apr 2011 12:58:13 +0200] rev 42245
moved unparse material to syntax_phases.ML;
Wed, 06 Apr 2011 12:55:53 +0200 more symbol abbrevs;
wenzelm [Wed, 06 Apr 2011 12:55:53 +0200] rev 42244
more symbol abbrevs;
Wed, 06 Apr 2011 10:59:43 +0200 renamed Standard_Syntax to Syntax_Phases;
wenzelm [Wed, 06 Apr 2011 10:59:43 +0200] rev 42243
renamed Standard_Syntax to Syntax_Phases;
Tue, 05 Apr 2011 23:14:41 +0200 moved decode/parse operations to standard_syntax.ML;
wenzelm [Tue, 05 Apr 2011 23:14:41 +0200] rev 42242
moved decode/parse operations to standard_syntax.ML; tuned;
Tue, 05 Apr 2011 18:06:45 +0200 separate module for standard implementation of inner syntax operations;
wenzelm [Tue, 05 Apr 2011 18:06:45 +0200] rev 42241
separate module for standard implementation of inner syntax operations;
Tue, 05 Apr 2011 15:46:35 +0200 moved Isar/local_syntax.ML to Syntax/local_syntax.ML;
wenzelm [Tue, 05 Apr 2011 15:46:35 +0200] rev 42240
moved Isar/local_syntax.ML to Syntax/local_syntax.ML;
Tue, 05 Apr 2011 15:15:33 +0200 merged
wenzelm [Tue, 05 Apr 2011 15:15:33 +0200] rev 42239
merged
Tue, 05 Apr 2011 11:44:34 +0200 added "no_atp" to Cantor's paradox
blanchet [Tue, 05 Apr 2011 11:44:34 +0200] rev 42238
added "no_atp" to Cantor's paradox
Tue, 05 Apr 2011 11:39:48 +0200 renamed "const_args" option value to "args"
blanchet [Tue, 05 Apr 2011 11:39:48 +0200] rev 42237
renamed "const_args" option value to "args"
Tue, 05 Apr 2011 10:54:09 +0200 temporarily allow useless encoding of helper facts (e.g. fequal_def) instead of throwing exception
blanchet [Tue, 05 Apr 2011 10:54:09 +0200] rev 42236
temporarily allow useless encoding of helper facts (e.g. fequal_def) instead of throwing exception
Tue, 05 Apr 2011 10:47:37 +0200 updated instructions
blanchet [Tue, 05 Apr 2011 10:47:37 +0200] rev 42235
updated instructions
Tue, 05 Apr 2011 10:47:36 +0200 minor doc edits
blanchet [Tue, 05 Apr 2011 10:47:36 +0200] rev 42234
minor doc edits
Tue, 05 Apr 2011 10:37:21 +0200 killed unimplemented type encoding "preds"
blanchet [Tue, 05 Apr 2011 10:37:21 +0200] rev 42233
killed unimplemented type encoding "preds"
Tue, 05 Apr 2011 10:37:11 +0200 remove debugging code
blanchet [Tue, 05 Apr 2011 10:37:11 +0200] rev 42232
remove debugging code
Tue, 05 Apr 2011 09:38:28 +0200 removing bounded_forall code equation for characters when loading Code_Char
bulwahn [Tue, 05 Apr 2011 09:38:28 +0200] rev 42231
removing bounded_forall code equation for characters when loading Code_Char
Tue, 05 Apr 2011 09:38:23 +0200 deriving bounded_forall instances in quickcheck_exhaustive
bulwahn [Tue, 05 Apr 2011 09:38:23 +0200] rev 42230
deriving bounded_forall instances in quickcheck_exhaustive
Tue, 05 Apr 2011 08:53:52 +0200 generalizing ensure_sort_datatype for bounded_forall instances
bulwahn [Tue, 05 Apr 2011 08:53:52 +0200] rev 42229
generalizing ensure_sort_datatype for bounded_forall instances
Mon, 04 Apr 2011 19:09:10 +0200 document "type_sys" option
blanchet [Mon, 04 Apr 2011 19:09:10 +0200] rev 42228
document "type_sys" option
Mon, 04 Apr 2011 18:53:35 +0200 if "monomorphize" is enabled, mangle the type information in the names by default
blanchet [Mon, 04 Apr 2011 18:53:35 +0200] rev 42227
if "monomorphize" is enabled, mangle the type information in the names by default
Tue, 05 Apr 2011 15:04:55 +0200 use standard tables with standard argument order;
wenzelm [Tue, 05 Apr 2011 15:04:55 +0200] rev 42226
use standard tables with standard argument order;
Tue, 05 Apr 2011 14:30:40 +0200 discontinued special treatment of structure Parser -- directly accessible;
wenzelm [Tue, 05 Apr 2011 14:30:40 +0200] rev 42225
discontinued special treatment of structure Parser -- directly accessible;
Tue, 05 Apr 2011 14:25:18 +0200 discontinued special treatment of structure Ast: no pervasive content, no inclusion in structure Syntax;
wenzelm [Tue, 05 Apr 2011 14:25:18 +0200] rev 42224
discontinued special treatment of structure Ast: no pervasive content, no inclusion in structure Syntax;
Tue, 05 Apr 2011 13:07:40 +0200 more precise propagation of reports/results through some inner syntax layers;
wenzelm [Tue, 05 Apr 2011 13:07:40 +0200] rev 42223
more precise propagation of reports/results through some inner syntax layers; misc reorganization;
Mon, 04 Apr 2011 23:52:56 +0200 accumulate parsetrees in canonical reverse order;
wenzelm [Mon, 04 Apr 2011 23:52:56 +0200] rev 42222
accumulate parsetrees in canonical reverse order;
Mon, 04 Apr 2011 23:26:32 +0200 tuned;
wenzelm [Mon, 04 Apr 2011 23:26:32 +0200] rev 42221
tuned;
Mon, 04 Apr 2011 22:58:15 +0200 tuned -- removed redundancy;
wenzelm [Mon, 04 Apr 2011 22:58:15 +0200] rev 42220
tuned -- removed redundancy;
Mon, 04 Apr 2011 22:49:41 +0200 tuned signatures;
wenzelm [Mon, 04 Apr 2011 22:49:41 +0200] rev 42219
tuned signatures;
Mon, 04 Apr 2011 22:21:36 +0200 streamlined token list operations, assuming that the order of union does not matter;
wenzelm [Mon, 04 Apr 2011 22:21:36 +0200] rev 42218
streamlined token list operations, assuming that the order of union does not matter;
Mon, 04 Apr 2011 21:35:59 +0200 misc tuning and clarification;
wenzelm [Mon, 04 Apr 2011 21:35:59 +0200] rev 42217
misc tuning and clarification;
Mon, 04 Apr 2011 16:35:46 +0200 merged
wenzelm [Mon, 04 Apr 2011 16:35:46 +0200] rev 42216
merged
Mon, 04 Apr 2011 16:28:36 +0200 document "nitpick(_params)", "refute(_params)", "try", "sledgehammer(_params)", and "solve_direct"
blanchet [Mon, 04 Apr 2011 16:28:36 +0200] rev 42215
document "nitpick(_params)", "refute(_params)", "try", "sledgehammer(_params)", and "solve_direct"
Mon, 04 Apr 2011 14:44:11 +0200 refactoring generator definition in quickcheck and removing clone
bulwahn [Mon, 04 Apr 2011 14:44:11 +0200] rev 42214
refactoring generator definition in quickcheck and removing clone
Mon, 04 Apr 2011 14:37:20 +0200 use the proper contexts/simpsets/etc. in the TPTP proof method
blanchet [Mon, 04 Apr 2011 14:37:20 +0200] rev 42213
use the proper contexts/simpsets/etc. in the TPTP proof method
Mon, 04 Apr 2011 13:41:56 +0200 merged
blanchet [Mon, 04 Apr 2011 13:41:56 +0200] rev 42212
merged
Mon, 04 Apr 2011 13:27:34 +0200 make sure that Nitpick problem generation for cardinality 50 doesn't cause problems for lower cardinality by specifying the "batch_size" option
blanchet [Mon, 04 Apr 2011 13:27:34 +0200] rev 42211
make sure that Nitpick problem generation for cardinality 50 doesn't cause problems for lower cardinality by specifying the "batch_size" option
Mon, 04 Apr 2011 12:40:00 +0100 merged
paulson [Mon, 04 Apr 2011 12:40:00 +0100] rev 42210
merged
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip