haftmann [Mon, 22 Feb 2010 09:15:10 +0100] rev 35272
switched notations for pointwise and multiset order
haftmann [Mon, 22 Feb 2010 09:15:10 +0100] rev 35271
NEWS
haftmann [Fri, 19 Feb 2010 16:56:39 +0100] rev 35270
NEWS
haftmann [Fri, 19 Feb 2010 16:52:30 +0100] rev 35269
merged
haftmann [Fri, 19 Feb 2010 16:52:00 +0100] rev 35268
switched notations for pointwise and multiset order
haftmann [Fri, 19 Feb 2010 14:47:01 +0100] rev 35267
moved remaning class operations from Algebras.thy to Groups.thy
haftmann [Fri, 19 Feb 2010 14:47:00 +0100] rev 35266
hide fact range_def
haftmann [Fri, 19 Feb 2010 14:47:00 +0100] rev 35265
dropped reference to type classes
haftmann [Fri, 19 Feb 2010 14:46:59 +0100] rev 35264
NEWS
wenzelm [Sun, 21 Feb 2010 23:05:37 +0100] rev 35263
filter out authentic const syntax;
wenzelm [Sun, 21 Feb 2010 22:35:02 +0100] rev 35262
slightly more abstract syntax mark/unmark operations;
wenzelm [Sun, 21 Feb 2010 21:41:29 +0100] rev 35261
tuned;
wenzelm [Sun, 21 Feb 2010 21:33:11 +0100] rev 35260
NEWS: authentic syntax for *all* term constants;
wenzelm [Sun, 21 Feb 2010 21:12:26 +0100] rev 35259
concrete syntax for all constructors, to workaround authentic syntax problem with domain package;
wenzelm [Sun, 21 Feb 2010 21:11:44 +0100] rev 35258
adapted to authentic syntax;
wenzelm [Sun, 21 Feb 2010 21:10:24 +0100] rev 35257
adapted to authentic syntax;
misc cleanup and modernization;
wenzelm [Sun, 21 Feb 2010 21:10:01 +0100] rev 35256
adapted to authentic syntax;
wenzelm [Sun, 21 Feb 2010 21:08:25 +0100] rev 35255
authentic syntax for *all* term constants;
wenzelm [Sun, 21 Feb 2010 21:04:17 +0100] rev 35254
binder notation for default print_mode -- to avoid strange output if "xsymbols" is not active;
wenzelm [Sun, 21 Feb 2010 20:55:12 +0100] rev 35253
tuned headers;
tuned proofs;
wenzelm [Sun, 21 Feb 2010 20:54:40 +0100] rev 35252
simplified syntax -- to make it work for authentic syntax;
wenzelm [Sun, 21 Feb 2010 20:54:07 +0100] rev 35251
modernized notation -- to make it work for authentic syntax;
wenzelm [Sun, 21 Feb 2010 20:53:50 +0100] rev 35250
proper markup of const syntax;
wenzelm [Sat, 20 Feb 2010 23:23:04 +0100] rev 35249
more precise dependencies;
nipkow [Sat, 20 Feb 2010 16:20:38 +0100] rev 35248
added lemma
nipkow [Sat, 20 Feb 2010 08:53:51 +0100] rev 35247
moved reduced Induct/SList back from AFP.
haftmann [Sat, 20 Feb 2010 07:52:06 +0100] rev 35246
adjusted to changes in cs b987b803616d
wenzelm [Fri, 19 Feb 2010 22:37:43 +0100] rev 35245
disabled some old (fragile) isatests;
wenzelm [Fri, 19 Feb 2010 22:31:58 +0100] rev 35244
tuned settings;
activated kodkodi, i.e. HOL-Nitpick_Examples;
wenzelm [Fri, 19 Feb 2010 22:29:30 +0100] rev 35243
fixed document;
wenzelm [Fri, 19 Feb 2010 22:25:26 +0100] rev 35242
eliminated opaque signature matching -- tends to cause problems with toplevel pp for abstract types;
wenzelm [Fri, 19 Feb 2010 22:06:52 +0100] rev 35241
made SML/NJ happy;
wenzelm [Fri, 19 Feb 2010 22:06:01 +0100] rev 35240
tuned;
wenzelm [Fri, 19 Feb 2010 21:31:14 +0100] rev 35239
authentic term syntax;
more precise treatment of naming vs. binding;
misc tuning;
wenzelm [Fri, 19 Feb 2010 20:41:34 +0100] rev 35238
Thm.def_binding;
wenzelm [Fri, 19 Feb 2010 20:39:48 +0100] rev 35237
moved ancient Drule.get_def to OldGoals.get_def;
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 19 Feb 2010 17:37:33 +0100] rev 35236
quote the constant and theorem name with @{text}
wenzelm [Fri, 19 Feb 2010 17:03:53 +0100] rev 35235
merged
wenzelm [Fri, 19 Feb 2010 16:49:23 +0100] rev 35234
merged
wenzelm [Fri, 19 Feb 2010 16:45:21 +0100] rev 35233
local Simplifier.context;
tuned tactic setup;
wenzelm [Fri, 19 Feb 2010 16:11:45 +0100] rev 35232
renamed Simplifier.theory_context to Simplifier.global_context to emphasize that this is not the real thing;
wenzelm [Fri, 19 Feb 2010 11:56:11 +0100] rev 35231
tuned message;
wenzelm [Fri, 19 Feb 2010 11:49:44 +0100] rev 35230
Lin_Arith.pre_tac: inherit proper simplifier context, and get rid of posthoc renaming of bound variables;
haftmann [Fri, 19 Feb 2010 16:42:37 +0100] rev 35229
merged
haftmann [Fri, 19 Feb 2010 11:06:22 +0100] rev 35228
context theorem is optional
haftmann [Fri, 19 Feb 2010 11:06:22 +0100] rev 35227
added dest_comb
haftmann [Fri, 19 Feb 2010 11:06:21 +0100] rev 35226
a simple concept for datatype invariants
haftmann [Fri, 19 Feb 2010 11:06:21 +0100] rev 35225
using Code.bare_thms_of_cert
haftmann [Fri, 19 Feb 2010 11:06:20 +0100] rev 35224
simplified
haftmann [Fri, 19 Feb 2010 11:06:20 +0100] rev 35223
added code_abstype keyword
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 19 Feb 2010 13:54:19 +0100] rev 35222
Initial version of HOL quotient package.
blanchet [Fri, 19 Feb 2010 09:35:18 +0100] rev 35221
merge
blanchet [Thu, 18 Feb 2010 18:48:07 +0100] rev 35220
added support for nonstandard "nat"s to Nitpick and fixed bugs in binary "nat"s and "int"s
blanchet [Thu, 18 Feb 2010 10:38:37 +0100] rev 35219
fix bug in Nitpick's monotonicity code w.r.t. binary integers
wenzelm [Thu, 18 Feb 2010 23:43:14 +0100] rev 35218
merged
huffman [Thu, 18 Feb 2010 14:28:26 -0800] rev 35217
merged
huffman [Thu, 18 Feb 2010 14:21:44 -0800] rev 35216
get rid of many duplicate simp rule warnings
huffman [Thu, 18 Feb 2010 13:29:59 -0800] rev 35215
get rid of warnings about duplicate simp rules in all HOLCF theories
huffman [Thu, 18 Feb 2010 12:36:09 -0800] rev 35214
HOLCF-FOCUS depends on ex/Stream.thy
huffman [Thu, 18 Feb 2010 08:08:51 -0800] rev 35213
fix looping call to simplifier