nipkow [Fri, 06 Mar 2009 17:38:47 +0100] rev 30313
added lemmas
blanchet [Fri, 06 Mar 2009 17:21:17 +0100] rev 30312
Fix remaining occurrences of "'a set" in Refute, by using "'a => bool" instead.
I tested the affected symbols (card, finite, lfp, and gfp), and Refute now works better than before (i.e., more precision and more speed).
blanchet [Fri, 06 Mar 2009 15:54:33 +0100] rev 30311
merged
blanchet [Fri, 06 Mar 2009 15:31:26 +0100] rev 30310
merged
blanchet [Fri, 06 Mar 2009 15:31:07 +0100] rev 30309
Added a "nitpick_maybe" symbol, which is used by Nitpick. This will go away once Nitpick is part of HOL.
haftmann [Fri, 06 Mar 2009 15:51:18 +0100] rev 30308
merged
haftmann [Fri, 06 Mar 2009 11:10:57 +0100] rev 30307
merged
haftmann [Fri, 06 Mar 2009 11:10:18 +0100] rev 30306
set operations Int, Un, INTER, UNION, Inter, Union, empty, UNIV are now proper qualified constants with authentic syntax
haftmann [Thu, 05 Mar 2009 08:24:28 +0100] rev 30305
merged
haftmann [Thu, 05 Mar 2009 08:23:11 +0100] rev 30304
set operations Int, Un, INTER, UNION, Inter, Union, empty, UNIV are now proper qualified constants with authentic syntax
haftmann [Thu, 05 Mar 2009 08:23:10 +0100] rev 30303
tuned
haftmann [Thu, 05 Mar 2009 08:23:09 +0100] rev 30302
moved complete_lattice to Set.thy
haftmann [Thu, 05 Mar 2009 08:23:08 +0100] rev 30301
dropped Id
haftmann [Fri, 06 Mar 2009 14:51:18 +0100] rev 30300
corrected slip in NEWS
haftmann [Fri, 06 Mar 2009 14:33:42 +0100] rev 30299
merged
haftmann [Fri, 06 Mar 2009 14:33:19 +0100] rev 30298
added strict_mono predicate
wenzelm [Fri, 06 Mar 2009 11:50:32 +0100] rev 30297
Identifiers of some old CVS file versions;
wenzelm [Fri, 06 Mar 2009 11:28:07 +0100] rev 30296
recovered generated files;
wenzelm [Fri, 06 Mar 2009 11:25:54 +0100] rev 30295
more precise deps;
nipkow [Fri, 06 Mar 2009 09:35:43 +0100] rev 30294
merged
nipkow [Fri, 06 Mar 2009 09:35:29 +0100] rev 30293
Added Docs
wenzelm [Thu, 05 Mar 2009 23:12:59 +0100] rev 30292
render_tree: suppress markup only for empty body (of status messages, cf. da275b7809bd) in order to recover hilite;
wenzelm [Thu, 05 Mar 2009 21:06:59 +0100] rev 30291
removed obsolete claset_rules_of, simpset_rules_of -- as proposed in the text;
wenzelm [Thu, 05 Mar 2009 20:55:28 +0100] rev 30290
removed unused TableFun().fold_map and GraphFun().fold_map_nodes;
wenzelm [Thu, 05 Mar 2009 20:17:02 +0100] rev 30289
removed spurious occurrences of old rep_ss;
wenzelm [Thu, 05 Mar 2009 19:48:02 +0100] rev 30288
Thm.add_oracle interface: replaced old bstring by binding;
wenzelm [Thu, 05 Mar 2009 18:19:20 +0100] rev 30287
silent chmod;
wenzelm [Thu, 05 Mar 2009 17:35:37 +0100] rev 30286
Consts.abbreviate: reject schematic term variables, prevent schematic type variables (hidden polymorphism) via Term.close_schematic_term -- see also 8f84a608883d;
wenzelm [Thu, 05 Mar 2009 17:09:07 +0100] rev 30285
close_schematic_term: uniform order of types/terms;
tuned;
wenzelm [Thu, 05 Mar 2009 15:27:07 +0100] rev 30284
eliminated Consts.eq_consts tuning -- this is built into tables and name spaces already;