wenzelm [Sat, 07 Apr 2012 20:10:13 +0200] rev 47401
merged
haftmann [Sat, 07 Apr 2012 20:24:39 +0200] rev 47400
explicit constructor Nat leaves nat_of as conversion
haftmann [Fri, 06 Apr 2012 19:23:51 +0200] rev 47399
abandoned almost redundant *_foldr lemmas
haftmann [Fri, 06 Apr 2012 19:18:00 +0200] rev 47398
tuned
haftmann [Fri, 06 Apr 2012 18:17:16 +0200] rev 47397
no preference wrt. fold(l/r); prefer fold rather than foldr for iterating over lists in generated code
wenzelm [Sat, 07 Apr 2012 19:59:09 +0200] rev 47396
enable parallel proofs (cf. e8552cba702d), only affects packages so far;
disable quick_and_dirty to make packages produce proofs -- NB: 'sorry' works via "int" mode of proof commands;
wenzelm [Sat, 07 Apr 2012 19:28:44 +0200] rev 47395
added static command status markup, to emphasize accepted but unassigned/unparsed commands (notably in overview panel);
wenzelm [Sat, 07 Apr 2012 18:08:29 +0200] rev 47394
tuned proofs;
wenzelm [Sat, 07 Apr 2012 17:55:35 +0200] rev 47393
more robust update_perspective, e.g. required after reload of buffer that is not at start position;
wenzelm [Sat, 07 Apr 2012 17:49:20 +0200] rev 47392
tuned imports;
wenzelm [Sat, 07 Apr 2012 17:48:47 +0200] rev 47391
updated header keywords;
wenzelm [Sat, 07 Apr 2012 16:59:27 +0200] rev 47390
init message not bad;
wenzelm [Sat, 07 Apr 2012 16:41:59 +0200] rev 47389
explicit checks stable_finished_theory/stable_command allow parallel asynchronous command transactions;
tuned;
wenzelm [Fri, 06 Apr 2012 23:34:38 +0200] rev 47388
discontinued obsolete last_execs (cf. cd3ab7625519);
huffman [Fri, 06 Apr 2012 14:40:00 +0200] rev 47387
remove now-unnecessary type annotations from lift_definition commands
huffman [Fri, 06 Apr 2012 14:39:27 +0200] rev 47386
more robust generation of quotient rules using tactics
huffman [Fri, 06 Apr 2012 13:50:07 +0200] rev 47385
merged
huffman [Fri, 06 Apr 2012 10:37:46 +0200] rev 47384
add function dest_Quotient
wenzelm [Fri, 06 Apr 2012 13:10:45 +0200] rev 47383
standardized alias;
wenzelm [Fri, 06 Apr 2012 12:45:56 +0200] rev 47382
fixed document;
wenzelm [Fri, 06 Apr 2012 12:10:50 +0200] rev 47381
merged
huffman [Fri, 06 Apr 2012 09:35:47 +0200] rev 47380
correct plumbing of proof contexts, so that force_rty_type won't generalize more type variables than it should
kuncar [Thu, 05 Apr 2012 23:22:54 +0200] rev 47379
detect incorrect situations; better error messages; sanity check for quot_thm in setup_lifting_infr
kuncar [Thu, 05 Apr 2012 22:00:27 +0200] rev 47378
make Quotient_Def.lift_raw_const working again