Sat, 07 Apr 2012 16:41:59 +0200 wenzelm explicit checks stable_finished_theory/stable_command allow parallel asynchronous command transactions;
Fri, 06 Apr 2012 23:34:38 +0200 wenzelm discontinued obsolete last_execs (cf. cd3ab7625519);
Fri, 06 Apr 2012 14:40:00 +0200 huffman remove now-unnecessary type annotations from lift_definition commands
Fri, 06 Apr 2012 14:39:27 +0200 huffman more robust generation of quotient rules using tactics
Fri, 06 Apr 2012 13:50:07 +0200 huffman merged
Fri, 06 Apr 2012 10:37:46 +0200 huffman add function dest_Quotient
Fri, 06 Apr 2012 13:10:45 +0200 wenzelm standardized alias;
Fri, 06 Apr 2012 12:45:56 +0200 wenzelm fixed document;
Fri, 06 Apr 2012 12:10:50 +0200 wenzelm merged
Fri, 06 Apr 2012 09:35:47 +0200 huffman correct plumbing of proof contexts, so that force_rty_type won't generalize more type variables than it should
Thu, 05 Apr 2012 23:22:54 +0200 kuncar detect incorrect situations; better error messages; sanity check for quot_thm in setup_lifting_infr
Thu, 05 Apr 2012 22:00:27 +0200 kuncar make Quotient_Def.lift_raw_const working again
Thu, 05 Apr 2012 16:25:59 +0200 huffman use standard quotient lemmas to generate transfer rules
Thu, 05 Apr 2012 15:59:25 +0200 huffman add transfer lemmas for quotients
Thu, 05 Apr 2012 15:23:26 +0200 huffman define reflp directly, in the manner of symp and transp
Thu, 05 Apr 2012 14:14:16 +0200 huffman set up and use lift_definition for word operations
Thu, 05 Apr 2012 12:18:06 +0200 huffman lift_definition declares transfer_rule attribute
Thu, 05 Apr 2012 10:48:46 +0200 huffman configure transfer method for 'a word -> int
Thu, 05 Apr 2012 08:43:31 +0200 krauss added timestamps to logging of named thms
Thu, 05 Apr 2012 08:13:40 +0200 huffman merged
Wed, 04 Apr 2012 20:45:19 +0200 huffman merged
Wed, 04 Apr 2012 16:48:39 +0200 huffman add lemmas for generating transfer rules for typedefs
Thu, 05 Apr 2012 00:37:22 +0100 sultana tuned;
Wed, 04 Apr 2012 21:57:39 +0100 sultana improved import_tptp to use standard TPTP directory structure; extended the TPTP testing theory to include an example of using the import_tptp command;
Wed, 04 Apr 2012 20:40:39 +0200 Cezary Kaliszyk merge
Wed, 04 Apr 2012 20:10:21 +0200 Cezary Kaliszyk HOL/Import more precise map types
Wed, 04 Apr 2012 20:09:56 +0200 Cezary Kaliszyk HOL/Import typed matches against Isabelle typedef result
Wed, 04 Apr 2012 19:20:52 +0200 kuncar connect the Quotient package to the Lifting package
Wed, 04 Apr 2012 17:51:12 +0200 kuncar support non-open typedefs; define cr_rel in terms of a rep function for typedefs
Wed, 04 Apr 2012 16:29:17 +0100 sultana tuned;
Wed, 04 Apr 2012 16:29:16 +0100 sultana added interpretation for formula conditional;
Wed, 04 Apr 2012 16:29:16 +0100 sultana refactored tptp lex;
Wed, 04 Apr 2012 16:29:16 +0100 sultana refactored tptp yacc to bring close to official spec;
Wed, 04 Apr 2012 16:05:52 +0200 huffman transfer method generalizes over free variables in goal
Wed, 04 Apr 2012 16:03:01 +0200 huffman add bounded quantifier constant transfer_bforall, whose definition is unfolded after transfer
Wed, 04 Apr 2012 12:25:58 +0200 huffman update keywords file
Wed, 04 Apr 2012 14:27:20 +0200 huffman merged
Wed, 04 Apr 2012 11:50:08 +0200 huffman fix typos
Wed, 04 Apr 2012 13:42:01 +0200 huffman lift_definition command generates transfer rule
Wed, 04 Apr 2012 13:41:38 +0200 huffman prove_quot_theorem fixes types
Wed, 04 Apr 2012 14:08:24 +0200 bulwahn documenting options quickcheck_locale; adjusting IsarRef documentation of Quotient predicate; NEWS
Wed, 04 Apr 2012 12:22:51 +0200 bulwahn added option quickcheck_locale to allow different behaviours for handling locales in Quickcheck;
Fri, 06 Apr 2012 12:02:24 +0200 wenzelm stop node execution at first unassigned exec;
Fri, 06 Apr 2012 11:49:08 +0200 wenzelm 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 wenzelm more scalable execute/update: avoid redundant traversal of invisible/finished nodes;
Thu, 05 Apr 2012 14:34:54 +0200 wenzelm less ambitious memo_eval, since memo_result is still not robust here;
Thu, 05 Apr 2012 14:14:51 +0200 wenzelm 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 wenzelm more explicit memo_eval vs. memo_result, to enforce bottom-up execution;
Thu, 05 Apr 2012 11:58:46 +0200 wenzelm Command.memo including physical interrupts (unlike Lazy.lazy);
Thu, 05 Apr 2012 10:45:53 +0200 wenzelm tuned;
Wed, 04 Apr 2012 21:03:30 +0200 wenzelm tuned -- NB: get_theory still needs to apply Lazy.force due to interrupt instabilities;
Wed, 04 Apr 2012 17:21:39 +0200 wenzelm proper signature constraint;
Wed, 04 Apr 2012 17:14:19 +0200 wenzelm tuned comments;
Wed, 04 Apr 2012 14:19:47 +0200 wenzelm separate module for prover command execution;
Wed, 04 Apr 2012 14:00:47 +0200 wenzelm tuned;
Wed, 04 Apr 2012 10:38:04 +0200 huffman fix typo in ML structure name
Wed, 04 Apr 2012 11:15:54 +0200 wenzelm removed obsolete isar-overview manual;
Wed, 04 Apr 2012 10:04:25 +0100 sultana 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 bulwahn merged
Wed, 04 Apr 2012 10:17:54 +0200 bulwahn rudimentary handling of products in finitize_functions in Quickcheck-Narrowing
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip