Fri, 25 Nov 2011 22:10:51 +0100 wenzelm increased stack limits (again, cf. d9cf3520083c and 77c3e74bd954);
Fri, 25 Nov 2011 21:29:11 +0100 wenzelm explicit change_parser thread, which avoids undirected Future.fork with its tendency towards hundreds of worker threads;
Fri, 25 Nov 2011 21:27:16 +0100 wenzelm tuned proofs;
Fri, 25 Nov 2011 18:37:14 +0100 wenzelm retain stderr and include it in syslog, which is buffered and thus increases the chance that users see remains from crashes etc.;
Fri, 25 Nov 2011 16:32:29 +0100 wenzelm prefer Parser.make_gram over Parser.merge_gram, to approximate n-ary merges on theory import;
Fri, 25 Nov 2011 14:23:36 +0100 wenzelm recovered structural equality from 9d97bd3c086a, otherwise update_perspective might be issued over and over again, canceling a pending/slow execution;
Fri, 25 Nov 2011 13:14:58 +0100 wenzelm proper intro? declarations -- NB: elim? indexes on major premise, which is too flexible here and easily leads to inefficiences (cf. a0336f8b6558);
Fri, 25 Nov 2011 10:52:30 +0100 bulwahn improved example to only use quotient_definitions; added lemmas to serve as possible replacement for the existing RBT theory
Fri, 25 Nov 2011 00:18:59 +0000 Christian Urban in a local context, also the free variable case needs to be analysed default tip
Thu, 24 Nov 2011 21:41:58 +0100 wenzelm speed-up proof;
Thu, 24 Nov 2011 21:15:20 +0100 wenzelm more abstract datatype stamp, which avoids pointless allocation of mutable cells;
Thu, 24 Nov 2011 21:01:06 +0100 wenzelm modernized some old-style infix operations, which were left over from the time of ML proof scripts;
Thu, 24 Nov 2011 20:45:34 +0100 wenzelm simplified -- empty_ss already contains minimal mksimps;
Thu, 24 Nov 2011 19:58:37 +0100 nipkow Abstract interpretation is now based uniformly on annotated programs,
Wed, 23 Nov 2011 23:31:32 +0100 wenzelm tuned;
Wed, 23 Nov 2011 23:07:59 +0100 wenzelm tuned;
Wed, 23 Nov 2011 22:59:39 +0100 wenzelm modernized some old-style infix operations, which were left over from the time of ML proof scripts;
Wed, 23 Nov 2011 22:07:55 +0100 wenzelm tuned;
Wed, 23 Nov 2011 13:46:46 +0100 wenzelm updated according to bdcaa3f3a2f4;
Wed, 23 Nov 2011 13:41:42 +0100 wenzelm updated proof;
Wed, 23 Nov 2011 07:44:56 +0100 nipkow tuned
Wed, 23 Nov 2011 07:00:01 +0100 huffman remove outdated comment
Mon, 21 Nov 2011 23:29:53 +0100 wenzelm NEWS;
Mon, 21 Nov 2011 23:04:45 +0100 wenzelm simplified read_instantiate -- no longer need to assign values, since rule attributes are now static;
Mon, 21 Nov 2011 23:03:31 +0100 wenzelm drop vacuous decls;
Mon, 21 Nov 2011 21:38:08 +0100 wenzelm tuned;
Mon, 21 Nov 2011 19:52:50 +0100 wenzelm tuned header;
Mon, 21 Nov 2011 18:07:13 +0100 kuncar misspelled name
Sun, 20 Nov 2011 21:28:07 +0100 wenzelm eliminated obsolete "standard";
Sun, 20 Nov 2011 21:07:10 +0100 wenzelm eliminated obsolete "standard";
Sun, 20 Nov 2011 21:07:06 +0100 wenzelm eliminated obsolete "standard";
Sun, 20 Nov 2011 21:05:23 +0100 wenzelm eliminated obsolete "standard";
Sun, 20 Nov 2011 20:59:30 +0100 wenzelm eliminated obsolete "standard";
Sun, 20 Nov 2011 20:26:13 +0100 wenzelm explicit is better than implicit;
Sun, 20 Nov 2011 20:15:02 +0100 wenzelm eliminated obsolete "standard";
Sun, 20 Nov 2011 17:57:09 +0100 wenzelm tuned signature;
Sun, 20 Nov 2011 17:44:41 +0100 wenzelm 'lemmas' / 'theorems' commands allow 'for' fixes and standardize the result before storing;
Sun, 20 Nov 2011 17:32:27 +0100 wenzelm updated comment;
Sun, 20 Nov 2011 17:04:59 +0100 wenzelm more uniform signature;
Sun, 20 Nov 2011 16:59:37 +0100 wenzelm uniform cert_vars/read_vars;
Sun, 20 Nov 2011 16:58:12 +0100 wenzelm eliminated dead code;
Sun, 20 Nov 2011 15:21:22 +0100 wenzelm clarified certify vs. sharing;
Sun, 20 Nov 2011 13:29:12 +0100 wenzelm tuned;
Sat, 19 Nov 2011 21:23:16 +0100 wenzelm NEWS;
Sat, 19 Nov 2011 21:18:38 +0100 wenzelm added ML antiquotation @{attributes};
Sat, 19 Nov 2011 17:20:17 +0100 wenzelm merged
Sat, 19 Nov 2011 12:42:21 +0100 blanchet made SML/NJ happy
Sat, 19 Nov 2011 16:16:33 +0100 wenzelm simplified Locale.add_thmss, after partial evaluation of attributes;
Sat, 19 Nov 2011 15:34:37 +0100 wenzelm misc tuning;
Sat, 19 Nov 2011 15:04:36 +0100 wenzelm tuned;
Sat, 19 Nov 2011 14:31:43 +0100 wenzelm refined partial evaluation of attributes: avoid duplication of facts for plain declarations;
Sat, 19 Nov 2011 13:36:38 +0100 wenzelm discontinued slightly odd write_prv, which would still write .prv files the first time, and deprive add-on tools from date stamp change (cf. 157e74588c49);
Sat, 19 Nov 2011 13:02:50 +0100 wenzelm do not store vacuous theorem specifications -- relevant for frugal local theory content;
Sat, 19 Nov 2011 12:33:18 +0100 wenzelm put structural attributes of 'obtains' in outer declarations, to make it actually work in local theory;
Fri, 18 Nov 2011 22:32:57 +0100 wenzelm sequential lemmas to accomodate static rule attributes;
Fri, 18 Nov 2011 21:55:24 +0100 wenzelm partial evaluation of locale facts leads to static scoping of rule attributes;
Fri, 18 Nov 2011 21:50:50 +0100 wenzelm tuned message;
Fri, 18 Nov 2011 16:42:31 +0100 blanchet gave SML/NJ a chance
Fri, 18 Nov 2011 14:47:08 +0100 blanchet more robust options
Fri, 18 Nov 2011 13:50:01 +0100 bulwahn adding another example for lifting definitions
Fri, 18 Nov 2011 13:42:07 +0100 bulwahn improving header
Fri, 18 Nov 2011 11:47:12 +0100 blanchet more "metis" calls in example
Fri, 18 Nov 2011 11:47:12 +0100 blanchet be more silent when auto minimizing
Fri, 18 Nov 2011 11:47:12 +0100 blanchet less offensive terminology
Fri, 18 Nov 2011 11:47:12 +0100 blanchet more "metis" calls in example
Fri, 18 Nov 2011 11:47:12 +0100 blanchet minor textual improvement
Fri, 18 Nov 2011 11:47:12 +0100 blanchet pull variables (Var) out of lambdas, so that the Isabelle theorems closely mirror the Metis lambda-lifted ones
Fri, 18 Nov 2011 11:47:12 +0100 blanchet wrap lambdas earlier, to get more control over beta/eta
Fri, 18 Nov 2011 11:47:12 +0100 blanchet move eta-contraction to before translation to Metis, to ensure everything stays in sync
Fri, 18 Nov 2011 11:47:12 +0100 blanchet avoid that var names get changed by resolution in Metis lambda-lifting
Fri, 18 Nov 2011 11:47:12 +0100 blanchet better threading of type encodings between Sledgehammer and "metis"
Fri, 18 Nov 2011 11:47:12 +0100 blanchet fixed bugs in lambda-lifting code -- ensure distinct names for variables
Fri, 18 Nov 2011 11:47:12 +0100 blanchet protect prefix against variant mutations
Fri, 18 Nov 2011 11:47:12 +0100 blanchet example cleanup
Fri, 18 Nov 2011 11:47:12 +0100 blanchet example cleanup
Fri, 18 Nov 2011 11:47:12 +0100 blanchet don't propagate user-set "type_enc" or "lam_trans" to Metis calls
Fri, 18 Nov 2011 11:47:12 +0100 blanchet don't needlessly pass "lam_lifted" option to "metis" call for SMT proof
Fri, 18 Nov 2011 11:47:12 +0100 blanchet avoid spurious messages in "lam_lifting" mode
Fri, 18 Nov 2011 11:47:12 +0100 blanchet eta-contract to avoid needless "lambda" wrappers
Fri, 18 Nov 2011 11:47:12 +0100 blanchet quiet down SMT
Fri, 18 Nov 2011 11:47:12 +0100 blanchet more aggressive lambda hiding (if we anyway need to pass an option to Metis)
Fri, 18 Nov 2011 11:47:12 +0100 blanchet updated Sledgehammer docs
Fri, 18 Nov 2011 11:47:12 +0100 blanchet don't pass "lam_lifted" option to "metis" unless there's a good reason
Fri, 18 Nov 2011 11:47:12 +0100 blanchet no needless reconstructors
Fri, 18 Nov 2011 11:47:12 +0100 blanchet removed more clutter
Fri, 18 Nov 2011 11:47:12 +0100 blanchet removed needless baggage
Fri, 18 Nov 2011 06:50:05 +0100 huffman Word.thy: reduce usage of numeral-representation-dependent thms like number_of_is_id in proofs
Fri, 18 Nov 2011 04:56:35 +0100 huffman merged
Thu, 17 Nov 2011 18:31:00 +0100 huffman Groups.thy: generalize several lemmas from class ab_group_add to class group_add
Thu, 17 Nov 2011 15:07:46 +0100 huffman HOL-Word: removed more duplicate theorems
Thu, 17 Nov 2011 14:52:05 +0100 huffman HOL-Word: removed many duplicate theorems (see NEWS)
Thu, 17 Nov 2011 14:24:10 +0100 huffman Word.thy: rearrange to instantiate arithmetic classes together with arithmetic operations
Thu, 17 Nov 2011 12:38:03 +0100 huffman move definitions of bitwise operators into appropriate document section
Thu, 17 Nov 2011 12:29:48 +0100 huffman HOL-Word: add simp rules for bin_rest, bin_last; shorten several proofs
Thu, 17 Nov 2011 08:07:54 +0100 huffman HOL-NSA: add number_semiring instance, reformulate several lemmas using '2' instead of '1+1'
Thu, 17 Nov 2011 07:55:09 +0100 huffman simplify implementation of approx_reorient_simproc
(0) -30000 -10000 -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 +10000 +30000 tip