wenzelm [Sun, 01 Apr 2012 21:45:25 +0200] rev 47252
more precise type annotation (cf. 6523a21076a8);
wenzelm [Sun, 01 Apr 2012 20:42:19 +0200] rev 47251
nothing specific about named target;
wenzelm [Sun, 01 Apr 2012 20:36:33 +0200] rev 47250
clarified Generic_Target.notes: always perform Attrib.partial_evaluation;
more uniform Generic_Target.theory_notes/locale_notes: apply facts to all target contexts;
wenzelm [Sun, 01 Apr 2012 19:07:32 +0200] rev 47249
added Attrib.global_notes/local_notes/generic_notes convenience;
wenzelm [Sun, 01 Apr 2012 19:04:52 +0200] rev 47248
simplified;
wenzelm [Sun, 01 Apr 2012 18:01:19 +0200] rev 47247
tuned signature;
wenzelm [Sun, 01 Apr 2012 15:23:43 +0200] rev 47246
clarified Named_Target.target_declaration: propagate through other levels as well;
tuned signature;
wenzelm [Sun, 01 Apr 2012 14:29:22 +0200] rev 47245
Local_Theory.map_contexts with explicit level indication: 0 = main target at bottom;
Local_Theory.target refers to bottom;
tuned signature;
huffman [Sun, 01 Apr 2012 09:12:03 +0200] rev 47244
tuned proofs
huffman [Sat, 31 Mar 2012 22:45:46 +0200] rev 47243
merged
huffman [Sat, 31 Mar 2012 20:09:24 +0200] rev 47242
tuned proof
huffman [Sat, 31 Mar 2012 19:10:58 +0200] rev 47241
add lemma power_le_one
wenzelm [Sat, 31 Mar 2012 19:38:41 +0200] rev 47240
tuned;
wenzelm [Sat, 31 Mar 2012 19:26:23 +0200] rev 47239
tuned signature;
wenzelm [Sat, 31 Mar 2012 19:09:59 +0200] rev 47238
more direct Local_Defs.contract;
eliminated slightly odd Local_Defs.trans_term/trans_prop;
wenzelm [Sat, 31 Mar 2012 15:29:49 +0200] rev 47237
more precise Local_Defs.expand wrt. *local* prems only;
wenzelm [Sat, 31 Mar 2012 15:21:35 +0200] rev 47236
tuned comment;
wenzelm [Fri, 30 Mar 2012 21:08:00 +0200] rev 47235
more robust Scala 2.9.x interpreter invocation -- avoid separate interpreter thread and thus deadlock of Swing_Thread.now;
wenzelm [Fri, 30 Mar 2012 19:36:41 +0200] rev 47234
tuned;
haftmann [Fri, 30 Mar 2012 18:56:46 +0200] rev 47233
dropped empty files
haftmann [Fri, 30 Mar 2012 18:56:02 +0200] rev 47232
dropped now obsolete Cset theories
wenzelm [Fri, 30 Mar 2012 17:25:34 +0200] rev 47231
merged
wenzelm [Fri, 30 Mar 2012 17:22:17 +0200] rev 47230
tuned proofs, less guesswork;
huffman [Fri, 30 Mar 2012 17:21:36 +0200] rev 47229
merged
huffman [Fri, 30 Mar 2012 16:44:23 +0200] rev 47228
load Tools/numeral.ML in Num.thy
huffman [Fri, 30 Mar 2012 16:43:07 +0200] rev 47227
tuned proof
huffman [Fri, 30 Mar 2012 15:56:12 +0200] rev 47226
set up numeral reorient simproc in Num.thy
huffman [Fri, 30 Mar 2012 15:43:30 +0200] rev 47225
remove redundant simp rule
huffman [Fri, 30 Mar 2012 15:24:24 +0200] rev 47224
add simp rules for eve/odd on numerals
huffman [Fri, 30 Mar 2012 14:27:29 +0200] rev 47223
remove content-free theory ex/Arithmetic_Series_Complex.thy
huffman [Fri, 30 Mar 2012 14:25:32 +0200] rev 47222
rephrase lemmas about arithmetic series using numeral '2'
huffman [Fri, 30 Mar 2012 14:00:18 +0200] rev 47221
rephrase lemma card_Pow using '2' instead of 'Suc (Suc 0)'
huffman [Fri, 30 Mar 2012 12:32:35 +0200] rev 47220
replace lemmas eval_nat_numeral with a simpler reformulation
huffman [Fri, 30 Mar 2012 12:02:23 +0200] rev 47219
restate various simp rules for word operations using pred_numeral
huffman [Fri, 30 Mar 2012 11:52:26 +0200] rev 47218
new lemmas for simplifying subtraction on nat numerals
huffman [Fri, 30 Mar 2012 11:16:35 +0200] rev 47217
removed redundant nat-specific copies of theorems
huffman [Fri, 30 Mar 2012 10:41:27 +0200] rev 47216
move more theorems from Nat_Numeral.thy to Num.thy
wenzelm [Fri, 30 Mar 2012 15:25:47 +0200] rev 47215
"invariant" is free in main HOL (cf. 56adbf5bcc82, e64ffc96a49f);
wenzelm [Fri, 30 Mar 2012 13:12:02 +0200] rev 47214
more robust ISABELLE_JDK_HOME settings, based on exisiting JAVA_HOME provided by isatest shell environment (which depends a lot on the host);
wenzelm [Fri, 30 Mar 2012 11:48:24 +0200] rev 47213
more explicit isatest environment settings (from private .bashrc);
huffman [Fri, 30 Mar 2012 09:55:03 +0200] rev 47212
merged
huffman [Fri, 30 Mar 2012 08:15:29 +0200] rev 47211
fix search-and-replace errors
huffman [Fri, 30 Mar 2012 08:04:28 +0200] rev 47210
move lemma card_UNIV_bool from Nat_Numeral.thy to Finite_Set.thy
huffman [Fri, 30 Mar 2012 09:08:29 +0200] rev 47209
add constant pred_numeral k = numeral k - (1::nat);
replace several simp rules from Nat_Numeral.thy with new ones that use pred_numeral
huffman [Fri, 30 Mar 2012 08:11:52 +0200] rev 47208
move lemmas from Nat_Numeral.thy to Nat.thy
huffman [Fri, 30 Mar 2012 08:10:28 +0200] rev 47207
move lemmas from Nat_Numeral to Int.thy and Num.thy
bulwahn [Fri, 30 Mar 2012 09:32:18 +0200] rev 47206
merged
bulwahn [Fri, 30 Mar 2012 08:44:01 +0200] rev 47205
adding theory to prove completeness of the exhaustive generators
bulwahn [Fri, 30 Mar 2012 08:19:31 +0200] rev 47204
refine bindings in quickcheck_common: do not conceal and do not declare as simps
bulwahn [Fri, 30 Mar 2012 08:19:29 +0200] rev 47203
hiding fact not so aggressively
haftmann [Fri, 30 Mar 2012 09:04:29 +0200] rev 47202
power on predicate relations
sultana [Fri, 30 Mar 2012 00:01:30 +0100] rev 47201
made Mirabelle-SH's 'trivial' check optional;
wenzelm [Thu, 29 Mar 2012 22:52:24 +0200] rev 47200
merged
wenzelm [Thu, 29 Mar 2012 22:43:50 +0200] rev 47199
more specific notion of partiality (cf. Scala version);
kuncar [Thu, 29 Mar 2012 21:13:48 +0200] rev 47198
use qualified names for rsp and rep_eq theorems in quotient_def
bulwahn [Thu, 29 Mar 2012 17:40:44 +0200] rev 47197
announcing NEWS (cf. 446cfc760ccf)