Wed, 04 Apr 2012 11:50:08 +0200 fix typos
huffman [Wed, 04 Apr 2012 11:50:08 +0200] rev 47352
fix typos
Wed, 04 Apr 2012 13:42:01 +0200 lift_definition command generates transfer rule
huffman [Wed, 04 Apr 2012 13:42:01 +0200] rev 47351
lift_definition command generates transfer rule
Wed, 04 Apr 2012 13:41:38 +0200 prove_quot_theorem fixes types
huffman [Wed, 04 Apr 2012 13:41:38 +0200] rev 47350
prove_quot_theorem fixes types
Wed, 04 Apr 2012 14:08:24 +0200 documenting options quickcheck_locale; adjusting IsarRef documentation of Quotient predicate; NEWS
bulwahn [Wed, 04 Apr 2012 14:08:24 +0200] rev 47349
documenting options quickcheck_locale; adjusting IsarRef documentation of Quotient predicate; NEWS
Wed, 04 Apr 2012 12:22:51 +0200 added option quickcheck_locale to allow different behaviours for handling locales in Quickcheck;
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;
Fri, 06 Apr 2012 12:02:24 +0200 stop node execution at first unassigned exec;
wenzelm [Fri, 06 Apr 2012 12:02:24 +0200] rev 47347
stop node execution at first unassigned exec;
Fri, 06 Apr 2012 11:49:08 +0200 discontinued Document.update_perspective side-entry (cf. 546adfa8a6fc) -- NB: re-assignment is always necessary due to non-monotonic cancel_execution;
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;
Thu, 05 Apr 2012 22:33:52 +0200 more scalable execute/update: avoid redundant traversal of invisible/finished nodes;
wenzelm [Thu, 05 Apr 2012 22:33:52 +0200] rev 47345
more scalable execute/update: avoid redundant traversal of invisible/finished nodes; tuned;
Thu, 05 Apr 2012 14:34:54 +0200 less ambitious memo_eval, since memo_result is still not robust here;
wenzelm [Thu, 05 Apr 2012 14:34:54 +0200] rev 47344
less ambitious memo_eval, since memo_result is still not robust here;
Thu, 05 Apr 2012 14:14:51 +0200 less aggressive discontinue_execution before document update, to avoid unstable execs that need to be re-assigned;
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;
Thu, 05 Apr 2012 13:01:54 +0200 more explicit memo_eval vs. memo_result, to enforce bottom-up execution;
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;
Thu, 05 Apr 2012 11:58:46 +0200 Command.memo including physical interrupts (unlike Lazy.lazy);
wenzelm [Thu, 05 Apr 2012 11:58:46 +0200] rev 47341
Command.memo including physical interrupts (unlike Lazy.lazy); re-assign unstable exec, i.e. reset interrupted transaction; node result as direct exec -- avoid potential interrupt instability of Lazy.map;
Thu, 05 Apr 2012 10:45:53 +0200 tuned;
wenzelm [Thu, 05 Apr 2012 10:45:53 +0200] rev 47340
tuned;
Wed, 04 Apr 2012 21:03:30 +0200 tuned -- NB: get_theory still needs to apply Lazy.force due to interrupt instabilities;
wenzelm [Wed, 04 Apr 2012 21:03:30 +0200] rev 47339
tuned -- NB: get_theory still needs to apply Lazy.force due to interrupt instabilities;
Wed, 04 Apr 2012 17:21:39 +0200 proper signature constraint;
wenzelm [Wed, 04 Apr 2012 17:21:39 +0200] rev 47338
proper signature constraint;
Wed, 04 Apr 2012 17:14:19 +0200 tuned comments;
wenzelm [Wed, 04 Apr 2012 17:14:19 +0200] rev 47337
tuned comments;
Wed, 04 Apr 2012 14:19:47 +0200 separate module for prover command execution;
wenzelm [Wed, 04 Apr 2012 14:19:47 +0200] rev 47336
separate module for prover command execution;
Wed, 04 Apr 2012 14:00:47 +0200 tuned;
wenzelm [Wed, 04 Apr 2012 14:00:47 +0200] rev 47335
tuned;
Wed, 04 Apr 2012 10:38:04 +0200 fix typo in ML structure name
huffman [Wed, 04 Apr 2012 10:38:04 +0200] rev 47334
fix typo in ML structure name
Wed, 04 Apr 2012 11:15:54 +0200 removed obsolete isar-overview manual;
wenzelm [Wed, 04 Apr 2012 11:15:54 +0200] rev 47333
removed obsolete isar-overview manual;
Wed, 04 Apr 2012 10:04:25 +0100 dealing with SMLNJ errors 'value type in structure doesn't match signature spec' (which originated from lack of type generalisation) and 'unresolved flex record' wrt tptp_interpret
sultana [Wed, 04 Apr 2012 10:04:25 +0100] rev 47332
dealing with SMLNJ errors 'value type in structure doesn't match signature spec' (which originated from lack of type generalisation) and 'unresolved flex record' wrt tptp_interpret
Wed, 04 Apr 2012 10:49:42 +0200 merged
bulwahn [Wed, 04 Apr 2012 10:49:42 +0200] rev 47331
merged
Wed, 04 Apr 2012 10:17:54 +0200 rudimentary handling of products in finitize_functions in Quickcheck-Narrowing
bulwahn [Wed, 04 Apr 2012 10:17:54 +0200] rev 47330
rudimentary handling of products in finitize_functions in Quickcheck-Narrowing
Wed, 04 Apr 2012 10:17:08 +0200 improved equality check for modes in predicate compiler
bulwahn [Wed, 04 Apr 2012 10:17:08 +0200] rev 47329
improved equality check for modes in predicate compiler
Wed, 04 Apr 2012 09:00:10 +0200 rename ML structure to avoid shadowing earlier name
huffman [Wed, 04 Apr 2012 09:00:10 +0200] rev 47328
rename ML structure to avoid shadowing earlier name
Wed, 04 Apr 2012 07:47:42 +0200 add type annotations to make SML happy (cf. ec6187036495)
huffman [Wed, 04 Apr 2012 07:47:42 +0200] rev 47327
add type annotations to make SML happy (cf. ec6187036495)
Tue, 03 Apr 2012 23:49:24 +0200 merged
huffman [Tue, 03 Apr 2012 23:49:24 +0200] rev 47326
merged
Tue, 03 Apr 2012 22:31:00 +0200 new transfer proof method
huffman [Tue, 03 Apr 2012 22:31:00 +0200] rev 47325
new transfer proof method
Tue, 03 Apr 2012 22:04:50 +0200 renamed Tools/transfer.ML to Tools/legacy_transfer.ML
huffman [Tue, 03 Apr 2012 22:04:50 +0200] rev 47324
renamed Tools/transfer.ML to Tools/legacy_transfer.ML
Tue, 03 Apr 2012 21:39:28 +0200 prefer prog-prove, suppress isar-overview;
wenzelm [Tue, 03 Apr 2012 21:39:28 +0200] rev 47323
prefer prog-prove, suppress isar-overview;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip