wenzelm [Thu, 29 Dec 2011 15:54:37 +0100] rev 46042
comments;
huffman [Thu, 29 Dec 2011 18:54:07 +0100] rev 46041
remove constant 'ccpo.lub', re-use constant 'Sup' instead
nipkow [Thu, 29 Dec 2011 17:43:54 +0100] rev 46040
merged
nipkow [Thu, 29 Dec 2011 17:43:40 +0100] rev 46039
tuned
haftmann [Thu, 29 Dec 2011 15:14:44 +0100] rev 46038
conversions from sets to predicates and vice versa; extensionality on predicates
haftmann [Thu, 29 Dec 2011 15:14:44 +0100] rev 46037
added implementation of pred_of_set
haftmann [Thu, 29 Dec 2011 14:23:40 +0100] rev 46036
fundamental theorems on Set.bind
wenzelm [Thu, 29 Dec 2011 14:44:44 +0100] rev 46035
updated generated files;
haftmann [Thu, 29 Dec 2011 13:42:21 +0100] rev 46034
qualified Finite_Set.fold
haftmann [Thu, 29 Dec 2011 13:41:41 +0100] rev 46033
qualified Finite_Set.fold
haftmann [Thu, 29 Dec 2011 10:47:56 +0100] rev 46032
dropped redundant setup
haftmann [Thu, 29 Dec 2011 10:47:56 +0100] rev 46031
tuned declaration
haftmann [Thu, 29 Dec 2011 10:47:55 +0100] rev 46030
attribute code_abbrev superseedes code_unfold_post; tuned text
haftmann [Thu, 29 Dec 2011 10:47:55 +0100] rev 46029
attribute code_abbrev superseedes code_unfold_post; tuned names and spacing
haftmann [Thu, 29 Dec 2011 10:47:55 +0100] rev 46028
attribute code_abbrev superseedes code_unfold_post
haftmann [Thu, 29 Dec 2011 10:47:55 +0100] rev 46027
semiring_numeral_0_eq_0, semiring_numeral_1_eq_1 now [simp], superseeding corresponding simp rules on type nat; attribute code_abbrev superseedes code_unfold_post
haftmann [Thu, 29 Dec 2011 10:47:54 +0100] rev 46026
semiring_numeral_0_eq_0, semiring_numeral_1_eq_1 now [simp], superseeding corresponding simp rules on type nat
wenzelm [Wed, 28 Dec 2011 22:08:44 +0100] rev 46025
merged
huffman [Wed, 28 Dec 2011 20:05:52 +0100] rev 46024
merged
huffman [Wed, 28 Dec 2011 20:05:28 +0100] rev 46023
restate some lemmas to respect int/bin distinction
huffman [Wed, 28 Dec 2011 19:15:28 +0100] rev 46022
simplify some proofs
huffman [Wed, 28 Dec 2011 18:50:35 +0100] rev 46021
add lemma word_eq_iff
huffman [Wed, 28 Dec 2011 18:33:03 +0100] rev 46020
restate lemma word_1_no in terms of Numeral1
huffman [Wed, 28 Dec 2011 18:27:34 +0100] rev 46019
remove recursion combinator bin_rec;
define AND for type int directly with function package
huffman [Wed, 28 Dec 2011 16:24:28 +0100] rev 46018
simplify definition of XOR for type int;
reorder some lemmas
huffman [Wed, 28 Dec 2011 16:10:49 +0100] rev 46017
simplify definition of OR for type int;
reorder some lemmas
huffman [Wed, 28 Dec 2011 16:04:58 +0100] rev 46016
simplify definition of NOT for type int
huffman [Wed, 28 Dec 2011 13:20:46 +0100] rev 46015
add several new tests, most of which don't work yet
huffman [Wed, 28 Dec 2011 12:55:37 +0100] rev 46014
fix typos
huffman [Wed, 28 Dec 2011 12:52:23 +0100] rev 46013
remove some duplicate lemmas
huffman [Wed, 28 Dec 2011 10:48:39 +0100] rev 46012
simplify proof
huffman [Wed, 28 Dec 2011 10:30:43 +0100] rev 46011
replace 'lemmas' with explicit 'lemma'
huffman [Wed, 28 Dec 2011 07:58:17 +0100] rev 46010
add section headings
huffman [Tue, 27 Dec 2011 18:26:15 +0100] rev 46009
remove duplicate lemma lists
wenzelm [Wed, 28 Dec 2011 20:03:13 +0100] rev 46008
reverted some changes for set->predicate transition, according to "hg log -u berghofe -r Isabelle2007:Isabelle2008";
tuned proofs;
wenzelm [Wed, 28 Dec 2011 15:08:12 +0100] rev 46007
disable kodkodi for now to prevent isatest failure of HOL-Nitpick_Examples due to 'a set constructor;
prefer explicit version information;
wenzelm [Wed, 28 Dec 2011 14:38:14 +0100] rev 46006
updated platform information;
wenzelm [Wed, 28 Dec 2011 13:13:27 +0100] rev 46005
discontinued broken macbroy5 and thus the obsolete ppc-darwin platform;
wenzelm [Wed, 28 Dec 2011 13:08:18 +0100] rev 46004
more selective target "full" -- avoid failure of HOL-Datatype_Benchmark on 32bit platforms;
wenzelm [Wed, 28 Dec 2011 13:00:51 +0100] rev 46003
print case syntax depending on "show_cases" configuration option;
huffman [Tue, 27 Dec 2011 15:38:45 +0100] rev 46002
merged
huffman [Tue, 27 Dec 2011 15:37:33 +0100] rev 46001
redefine some binary operations on integers work on abstract numerals instead of Int.Pls and Int.Min
huffman [Tue, 27 Dec 2011 13:16:22 +0100] rev 46000
remove some uses of Int.succ and Int.pred
huffman [Tue, 27 Dec 2011 12:49:03 +0100] rev 45999
removed unused lemmas
huffman [Tue, 27 Dec 2011 12:37:11 +0100] rev 45998
remove redundant syntax declaration
huffman [Tue, 27 Dec 2011 12:27:06 +0100] rev 45997
use 'induct arbitrary' instead of 'rule_format' attribute
huffman [Tue, 27 Dec 2011 12:05:03 +0100] rev 45996
declare simp rules immediately, instead of using 'declare' commands
huffman [Tue, 27 Dec 2011 11:38:55 +0100] rev 45995
declare word_of_int_{0,1} [simp], for consistency with word_of_int_bin
haftmann [Tue, 27 Dec 2011 09:45:10 +0100] rev 45994
be explicit about Finite_Set.fold
haftmann [Tue, 27 Dec 2011 09:15:26 +0100] rev 45993
dropped fact whose names clash with corresponding facts on canonical fold
haftmann [Tue, 27 Dec 2011 09:15:26 +0100] rev 45992
prefer canonical fold on lists
haftmann [Tue, 27 Dec 2011 09:15:26 +0100] rev 45991
be explicit about Finite_Set.fold
haftmann [Mon, 26 Dec 2011 22:17:10 +0100] rev 45990
incorporated More_Set and More_List into the Main body -- to be consolidated later
haftmann [Mon, 26 Dec 2011 22:17:10 +0100] rev 45989
moved theorem requiring multisets from More_List to Multiset
haftmann [Mon, 26 Dec 2011 22:17:10 +0100] rev 45988
NEWS: unavoidable fact renames
haftmann [Mon, 26 Dec 2011 18:32:43 +0100] rev 45987
dropped disfruitful `constant signatures`
haftmann [Mon, 26 Dec 2011 18:32:43 +0100] rev 45986
moved various set operations to theory Set (resp. Product_Type)
haftmann [Mon, 26 Dec 2011 17:40:43 +0100] rev 45985
dropped Executable_Set wrapper theory
haftmann [Sun, 25 Dec 2011 08:42:33 +0100] rev 45984
updated certificate
haftmann [Sat, 24 Dec 2011 16:14:59 +0100] rev 45983
NEWS: `set` is now a proper type constructor