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
berghofe [Thu, 18 Feb 2010 17:28:46 +0100] rev 35212
merged
berghofe [Thu, 18 Feb 2010 17:28:02 +0100] rev 35211
Use top-down rewriting to contract abbreviations.
berghofe [Thu, 18 Feb 2010 17:27:18 +0100] rev 35210
Added function rewrite_term_top for top-down rewriting.
nipkow [Thu, 18 Feb 2010 16:08:38 +0100] rev 35209
merged
nipkow [Thu, 18 Feb 2010 16:08:26 +0100] rev 35208
added lemma
wenzelm [Thu, 18 Feb 2010 23:42:57 +0100] rev 35207
merged
wenzelm [Thu, 18 Feb 2010 12:10:15 +0100] rev 35206
tuned isatest settings;
wenzelm [Thu, 18 Feb 2010 23:41:01 +0100] rev 35205
removed unused Theory_Target.begin;
Theory_Target.init: removed Locale.intern, which was accidentally introduced in 40b3630b0deb;
renamed Theory_Target.context to Theory_Target.context_cmd to emphasize that this involves Locale.intern;
tuned;
wenzelm [Thu, 18 Feb 2010 23:38:33 +0100] rev 35204
locale: more precise treatment of naming vs. binding;