Tue, 13 Mar 2012 16:56:56 +0100 wenzelm prefer abs_def over def_raw;
Tue, 13 Mar 2012 16:40:06 +0100 wenzelm prefer abs_def over def_raw;
Tue, 13 Mar 2012 16:22:18 +0100 wenzelm improved attribute "abs_def" to handle object-equality as well;
Tue, 13 Mar 2012 14:44:27 +0100 wenzelm merged
Tue, 13 Mar 2012 12:04:07 +0000 paulson More structured proofs about cardinal arithmetic
Tue, 13 Mar 2012 14:44:16 +0100 wenzelm tuned proofs;
Tue, 13 Mar 2012 14:17:42 +0100 wenzelm refined 'interpret': reset facts ("this") and print_result, which merely consist of internal / protected statement;
Tue, 13 Mar 2012 13:31:26 +0100 wenzelm tuned proofs -- eliminated pointless chaining of facts after 'interpret';
Tue, 13 Mar 2012 12:51:52 +0100 wenzelm proper printing of empty binding (again, cf. 93f6f24010c2);
Tue, 13 Mar 2012 11:23:39 +0100 wenzelm tuned;
Tue, 13 Mar 2012 11:22:39 +0100 wenzelm tuned strip_alls;
Tue, 13 Mar 2012 11:21:26 +0100 wenzelm allow redefining pretty/markup modes (not output due to bootstrap issues) -- to support reloading of theory src/HOL/src/Tools/Code_Generator;
Mon, 12 Mar 2012 23:33:50 +0100 wenzelm some grouping of Par_List operations, to adjust granularity;
Mon, 12 Mar 2012 23:16:54 +0100 wenzelm Par_List.map is already smart;
Mon, 12 Mar 2012 23:16:02 +0100 wenzelm some support for grouped list operations;
Mon, 12 Mar 2012 22:22:47 +0100 wenzelm merged;
Mon, 12 Mar 2012 22:11:10 +0100 noschinl merged
Mon, 12 Mar 2012 21:34:45 +0100 noschinl NEWS
Mon, 12 Mar 2012 21:34:43 +0100 noschinl use eventually_elim method
Mon, 12 Mar 2012 21:28:10 +0100 noschinl add eventually_elim method
Mon, 12 Mar 2012 21:42:40 +0100 noschinl merged
Mon, 12 Mar 2012 21:41:11 +0100 noschinl tuned proofs
Mon, 12 Mar 2012 15:12:22 +0100 noschinl tuned pred_set_conv lemmas. Skipped lemmas changing the lemmas generated by inductive_set
Mon, 12 Mar 2012 15:11:24 +0100 noschinl tuned simpset
Mon, 12 Mar 2012 21:31:22 +0100 wenzelm activate_notes in parallel -- to speedup main operation of locale interpretation;
Mon, 12 Mar 2012 20:44:10 +0100 wenzelm refined activate_notes: simultaneous transformation before activation;
Mon, 12 Mar 2012 19:09:38 +0100 wenzelm tuned headers;
Mon, 12 Mar 2012 16:57:29 +0000 paulson merged
Mon, 12 Mar 2012 16:14:25 +0000 paulson Structured proofs in ZF
Mon, 12 Mar 2012 17:27:52 +0100 wenzelm refined define_command vs. run_command: static tokenization vs. dynamic parsing, to increase the chance that the proper transaction is run after redefining commands (NB: requires slightly more space and time for document state);
Mon, 12 Mar 2012 16:04:00 +0100 wenzelm updated polyml/build option to prefer included libffi;
Mon, 12 Mar 2012 15:31:30 +0100 wenzelm tuned signature;
Mon, 12 Mar 2012 13:53:26 +0100 wenzelm clarified prepare_positions: always retain source positions to allow using it as formal information, not just markup reports;
Sun, 11 Mar 2012 22:06:13 +0100 wenzelm merged
Sun, 11 Mar 2012 20:18:38 +0100 bulwahn renewing Executable_Relation
Sun, 11 Mar 2012 22:06:12 +0100 wenzelm tuned;
Sun, 11 Mar 2012 14:09:01 +0100 wenzelm more direct Name_Space.defined_entry;
Sun, 11 Mar 2012 13:54:08 +0100 wenzelm eliminated old-fashioned 'constrains' element;
Sun, 11 Mar 2012 13:39:16 +0100 wenzelm modernized locale expression, with some fluctuation of arguments;
Sat, 10 Mar 2012 23:45:47 +0100 wenzelm simplified span class in conformance to Scala version;
Sat, 10 Mar 2012 23:28:42 +0100 wenzelm discontinued specific entity markup, which causes confusion with "kind" names with spaces (e.g. "type name");
Sat, 10 Mar 2012 23:00:32 +0100 wenzelm merged
Sat, 10 Mar 2012 16:39:55 +0100 bulwahn adding tags to quickcheck's result
Sat, 10 Mar 2012 23:00:07 +0100 wenzelm clarified idents for activated locales, with subtle change of semantics: insert/merge wrt. term equality, but avoid redundant_ident on retrieval;
Sat, 10 Mar 2012 22:02:45 +0100 wenzelm eliminated dead code;
Sat, 10 Mar 2012 21:25:59 +0100 wenzelm clarified total_ident_ord, swapping first argument back to normal (unlike e464f84f3680) -- NB: "fast" ord is erratic anyway;
Sat, 10 Mar 2012 20:58:40 +0100 wenzelm misc tuning and simplification;
Sat, 10 Mar 2012 20:02:15 +0100 wenzelm tuned;
Sat, 10 Mar 2012 19:49:32 +0100 wenzelm clarified Pattern.matchess;
Sat, 10 Mar 2012 17:07:10 +0100 wenzelm tuned;
Sat, 10 Mar 2012 16:49:34 +0100 wenzelm more precise alignment of begin/end, proof/qed;
Fri, 09 Mar 2012 22:05:15 +0100 wenzelm merged
Fri, 09 Mar 2012 21:50:27 +0100 haftmann beautified
Fri, 09 Mar 2012 21:17:21 +0100 haftmann more precise checking for wellformedness of mapper, before and after morphism application
Fri, 09 Mar 2012 20:50:28 +0100 haftmann reject mapper terms with type variables not contained in the term's type
Fri, 09 Mar 2012 20:17:16 +0100 haftmann always bracket case expressions in Scala
Fri, 09 Mar 2012 20:04:19 +0100 wenzelm tuned signature;
Fri, 09 Mar 2012 17:24:42 +0000 paulson merges
Fri, 09 Mar 2012 17:24:00 +0000 paulson More calculation-based cardinality proofs
Fri, 09 Mar 2012 15:39:06 +0000 sultana split make_tptp_parser into two scripts, for parser and lib respectively;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip