huffman [Wed, 04 Apr 2012 16:05:52 +0200] rev 47356
transfer method generalizes over free variables in goal
huffman [Wed, 04 Apr 2012 16:03:01 +0200] rev 47355
add bounded quantifier constant transfer_bforall, whose definition is unfolded after transfer
huffman [Wed, 04 Apr 2012 12:25:58 +0200] rev 47354
update keywords file
huffman [Wed, 04 Apr 2012 14:27:20 +0200] rev 47353
merged
huffman [Wed, 04 Apr 2012 11:50:08 +0200] rev 47352
fix typos
huffman [Wed, 04 Apr 2012 13:42:01 +0200] rev 47351
lift_definition command generates transfer rule
huffman [Wed, 04 Apr 2012 13:41:38 +0200] rev 47350
prove_quot_theorem fixes types
bulwahn [Wed, 04 Apr 2012 14:08:24 +0200] rev 47349
documenting options quickcheck_locale; adjusting IsarRef documentation of Quotient predicate; NEWS
bulwahn [Wed, 04 Apr 2012 12:22:51 +0200] rev 47348
added option quickcheck_locale to allow different behaviours for handling locales in Quickcheck;
added examples of quickcheck_locale option;
trying to speed up Quickcheck_Examples;
wenzelm [Fri, 06 Apr 2012 12:02:24 +0200] rev 47347
stop node execution at first unassigned exec;
wenzelm [Fri, 06 Apr 2012 11:49:08 +0200] rev 47346
discontinued Document.update_perspective side-entry (cf. 546adfa8a6fc) -- NB: re-assignment is always necessary due to non-monotonic cancel_execution;
wenzelm [Thu, 05 Apr 2012 22:33:52 +0200] rev 47345
more scalable execute/update: avoid redundant traversal of invisible/finished nodes;
tuned;
wenzelm [Thu, 05 Apr 2012 14:34:54 +0200] rev 47344
less ambitious memo_eval, since memo_result is still not robust here;
wenzelm [Thu, 05 Apr 2012 14:14:51 +0200] rev 47343
less aggressive discontinue_execution before document update, to avoid unstable execs that need to be re-assigned;
wenzelm [Thu, 05 Apr 2012 13:01:54 +0200] rev 47342
more explicit memo_eval vs. memo_result, to enforce bottom-up execution;
edit of perspective touches node superficially, to ensure revisit after update;