blanchet [Mon, 04 Apr 2011 14:37:20 +0200] rev 42213
use the proper contexts/simpsets/etc. in the TPTP proof method
blanchet [Mon, 04 Apr 2011 13:41:56 +0200] rev 42212
merged
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
paulson [Mon, 04 Apr 2011 12:40:00 +0100] rev 42210
merged
paulson [Mon, 04 Apr 2011 12:39:14 +0100] rev 42209
Deletion of all semicolons, because they interfere with Proof General
krauss [Mon, 04 Apr 2011 09:32:50 +0200] rev 42208
raised timeouts further, for SML/NJ -- because of variations in machines/compilers, fixed timeouts can merely prevent non-termination, not enforce particular performance characteristics.
haftmann [Sun, 03 Apr 2011 11:40:32 +0200] rev 42207
tuned proofs
haftmann [Sat, 02 Apr 2011 18:07:29 +0200] rev 42206
tuned proof
wenzelm [Mon, 04 Apr 2011 15:51:45 +0200] rev 42205
direct pretty printing of parsetrees -- prevent diagnostic output from crashing due to undeclared entities;
wenzelm [Sun, 03 Apr 2011 21:59:33 +0200] rev 42204
added Position.reports convenience;
modernized Syntax.trrule constructors;
modernized Sign.add_trrules/del_trrules: internal arguments;
modernized Isar_Cmd.translations/no_translations: external arguments;
explicit syntax categories class_name/type_name, with reports via type_context;
eliminated former class_name/type_name ast translations;
tuned signatures;