Thu, 23 Aug 2007 15:47:42 +0200 huffman move bin_nth stuff to its own subsection
Wed, 22 Aug 2007 21:09:21 +0200 huffman removed Word/Size.thy;
Wed, 22 Aug 2007 20:59:19 +0200 huffman typed print translation for CARD('a);
Wed, 22 Aug 2007 18:53:54 +0200 huffman rename type pls to num0
Wed, 22 Aug 2007 17:58:37 +0200 huffman move constant definitions to their respective subsections
Wed, 22 Aug 2007 17:13:42 +0200 chaieb tuned;
Wed, 22 Aug 2007 17:13:41 +0200 chaieb More selective generalization : a*b is generalized whenever none of a and b is a number
Wed, 22 Aug 2007 17:13:40 +0200 chaieb imports Presburger; no need for Main
Wed, 22 Aug 2007 16:55:46 +0200 huffman move bool list operations from WordBitwise to WordBoolList
Wed, 22 Aug 2007 16:54:43 +0200 huffman Word/WordBoolList.thy
Wed, 22 Aug 2007 16:44:35 +0200 huffman move if_simps from BinBoolList to Num_Lemmas
Wed, 22 Aug 2007 12:21:17 +0200 chaieb Axioms for class no longer use object-universal quantifiers
Wed, 22 Aug 2007 02:04:30 +0200 huffman move bool list stuff from WordDefinition and WordArith to new WordBoolList theory
Wed, 22 Aug 2007 01:42:35 +0200 huffman move bool list stuff from BinOperations to BinBoolList;
Tue, 21 Aug 2007 21:50:23 +0200 nipkow Added mod cancellation simproc
Tue, 21 Aug 2007 20:59:35 +0200 huffman remove redundant lemmas
Tue, 21 Aug 2007 20:53:37 +0200 huffman declare conj_absorb [simp]
Tue, 21 Aug 2007 20:52:18 +0200 huffman replace iszero_number_of_Pls with iszero_0 in rel_simps
Tue, 21 Aug 2007 20:51:10 +0200 huffman add lemma of_int_power
Tue, 21 Aug 2007 20:50:12 +0200 huffman Isar-style proof for lfp_ordinal_induct
Tue, 21 Aug 2007 20:05:40 +0200 wenzelm ProofContext.restore_mode;
Tue, 21 Aug 2007 20:05:38 +0200 wenzelm added inner syntax mode, includes former type_mode and is_stmt;
Tue, 21 Aug 2007 18:30:11 +0200 paulson Modified message for sendback
Tue, 21 Aug 2007 18:27:41 +0200 paulson "sendback" to PG for one-line proof reconstructions
Tue, 21 Aug 2007 18:27:14 +0200 paulson Deleted the partially-typed translation and the combinator code.
Tue, 21 Aug 2007 17:24:57 +0200 huffman move BIT datatype stuff from Num_Lemmas to BinGeneral
Tue, 21 Aug 2007 17:20:41 +0200 huffman simplify termination proof
Tue, 21 Aug 2007 16:52:47 +0200 huffman simplify proof of word_of_int
Tue, 21 Aug 2007 13:30:38 +0200 haftmann improved evaluation interface
Tue, 21 Aug 2007 13:30:36 +0200 haftmann moved ordered_ab_semigroup_add to OrderedGroup.thy
Tue, 21 Aug 2007 09:07:04 +0200 haftmann updated
Tue, 21 Aug 2007 03:17:03 +0200 huffman move udvd, div and mod stuff from WordDefinition to WordArith
Tue, 21 Aug 2007 03:02:27 +0200 huffman move order-related stuff from WordDefinition to WordArith
Tue, 21 Aug 2007 02:30:14 +0200 huffman add lemma one_less_power
Tue, 21 Aug 2007 02:15:13 +0200 huffman move scast/ucast stuff to its own subsection
Tue, 21 Aug 2007 01:07:05 +0200 huffman move shifting-related constant definitions from WordDefinition to WordShift
Tue, 21 Aug 2007 00:24:10 +0200 wenzelm use HOL-ex later;
Mon, 20 Aug 2007 23:41:43 +0200 wenzelm standard_parse_term: added pp/check argument, include disambig here (from sign.ML);
Mon, 20 Aug 2007 23:41:40 +0200 wenzelm inner syntax: added parse_term/prop;
Mon, 20 Aug 2007 23:41:37 +0200 wenzelm read_def_terms: moved disambig to syntax.ML;
Mon, 20 Aug 2007 23:41:35 +0200 wenzelm tuned CRITICAL sections;
Mon, 20 Aug 2007 23:35:51 +0200 huffman remove redundant lemma int_number_of
Mon, 20 Aug 2007 23:00:17 +0200 huffman AC rules for bitwise logical operators no longer declared simp
Mon, 20 Aug 2007 22:57:50 +0200 huffman move bit simps from BinOperations to BitSyntax
Mon, 20 Aug 2007 22:48:24 +0200 huffman minimize imports
Mon, 20 Aug 2007 21:31:10 +0200 huffman reorganize into subsections
Mon, 20 Aug 2007 20:44:03 +0200 wenzelm prepare_dummies: NAMED_CRITICAL;
Mon, 20 Aug 2007 20:44:02 +0200 wenzelm with_modes []: non-critical;
Mon, 20 Aug 2007 20:44:01 +0200 wenzelm tuned signature;
Mon, 20 Aug 2007 20:44:00 +0200 wenzelm File.read/write/append: non-critical (basic IO operations already thread-safe);
Mon, 20 Aug 2007 20:43:59 +0200 wenzelm TextIO.inputLine: non-critical (assume exclusive ownership);
Mon, 20 Aug 2007 20:43:58 +0200 wenzelm tuned merge operations via pointer_eq;
Mon, 20 Aug 2007 20:38:32 +0200 huffman cleaned up; declared more simp rules
Mon, 20 Aug 2007 20:36:19 +0200 krauss issue a warning, when encountering redundant equations (covered by prece3ding clauses)
Mon, 20 Aug 2007 19:52:52 +0200 huffman remove int_of_nat
Mon, 20 Aug 2007 19:52:24 +0200 huffman remove int_of_nat; fix abs instance
Mon, 20 Aug 2007 19:51:01 +0200 huffman use overloaded bitwise operators at type int
Mon, 20 Aug 2007 19:14:18 +0200 huffman use class instead of axclass
Mon, 20 Aug 2007 18:54:51 +0200 wenzelm theory header: fixed import;
Mon, 20 Aug 2007 18:11:09 +0200 huffman headers for document generation
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip