wenzelm [Sun, 12 Feb 2006 21:34:26 +0100] rev 19032
tuned;
wenzelm [Sun, 12 Feb 2006 21:34:25 +0100] rev 19031
export exception SAME (for join);
join: use internal modify, no option type (handle SAME/DUP instead);
defined: simplified copy of lookup code, avoids allocation of option constructor;
added replace, which does not change equal entries;
wenzelm [Sun, 12 Feb 2006 21:34:24 +0100] rev 19030
low-level tuning of merge: maintain identity of accesses;
simplified TableFun.join;
wenzelm [Sun, 12 Feb 2006 21:34:23 +0100] rev 19029
share exception UNDEF with Table;
simplified TableFun.join;
wenzelm [Sun, 12 Feb 2006 21:34:22 +0100] rev 19028
structure Datatab: private copy avoids potential conflict of table exceptions;
simplified TableFun.join;
wenzelm [Sun, 12 Feb 2006 21:34:21 +0100] rev 19027
added eq_consts;
reverted abbrevs: try all abstraction prefixes;
wenzelm [Sun, 12 Feb 2006 21:34:20 +0100] rev 19026
minor tuning of proofs, notably induct;
wenzelm [Sun, 12 Feb 2006 21:34:18 +0100] rev 19025
simplified TableFun.join;
wenzelm [Sun, 12 Feb 2006 20:32:59 +0100] rev 19024
\usepackage{amssymb};
kleing [Sun, 12 Feb 2006 12:29:01 +0100] rev 19023
* include generalised MVT in HyperReal (contributed by Benjamin Porter)
* add non-denumerability of continuum in Real, includes closed intervals on real
(contributed by Benjamin Porter, #22 in http://www.cs.ru.nl/~freek/100/)
kleing [Sun, 12 Feb 2006 10:42:19 +0100] rev 19022
* moved ThreeDivides from Isar_examples to better suited HOL/ex
* moved 2 summation lemmas from ThreeDivides to SetInterval
kleing [Sun, 12 Feb 2006 04:31:18 +0100] rev 19021
divisibility by 3 theorem, contributed by Benjamin Porter,
#85 in http://www.cs.ru.nl/~freek/100/
wenzelm [Sat, 11 Feb 2006 17:17:55 +0100] rev 19020
replaced mixfix_conflict by mixfix_content;
wenzelm [Sat, 11 Feb 2006 17:17:54 +0100] rev 19019
added map_theory;
added rename_frees;
removed custom_accesses;
added qualified_force_prefix;
tuned local syntax;
wenzelm [Sat, 11 Feb 2006 17:17:53 +0100] rev 19018
added abbreviations: activated by init, no expressions yet;
wenzelm [Sat, 11 Feb 2006 17:17:52 +0100] rev 19017
added restore;
consts: provide abbreviations;
wenzelm [Sat, 11 Feb 2006 17:17:51 +0100] rev 19016
tuned mixfixes, mixfix_conflict;
wenzelm [Sat, 11 Feb 2006 17:17:50 +0100] rev 19015
removed custom_accesses;
added suffixes_prefixes_split, qualified_force_prefix;
wenzelm [Sat, 11 Feb 2006 17:17:49 +0100] rev 19014
added variant_name;
wenzelm [Sat, 11 Feb 2006 17:17:48 +0100] rev 19013
removed custom_accesses;
added qualified_force_prefix;
wenzelm [Sat, 11 Feb 2006 17:17:47 +0100] rev 19012
tuned;
wenzelm [Sat, 11 Feb 2006 17:17:45 +0100] rev 19011
added chop (sane version of splitAt);
added prefixes, suffixes;
mengj [Sat, 11 Feb 2006 14:25:23 +0100] rev 19010
Changed some code due to changes in reduce_axiomsN.ML.
mengj [Sat, 11 Feb 2006 14:23:35 +0100] rev 19009
Added another filter strategy.
haftmann [Fri, 10 Feb 2006 09:09:07 +0100] rev 19008
improved code generator devarification
wenzelm [Fri, 10 Feb 2006 02:22:59 +0100] rev 19007
statement: improved error msg;
wenzelm [Fri, 10 Feb 2006 02:22:57 +0100] rev 19006
* ML/Pure: generic Args/Attrib syntax everywhere;
wenzelm [Fri, 10 Feb 2006 02:22:56 +0100] rev 19005
moved fixedN to lexicon.ML;
tuned;
wenzelm [Fri, 10 Feb 2006 02:22:54 +0100] rev 19004
added mfix_delims;
tuned;
wenzelm [Fri, 10 Feb 2006 02:22:52 +0100] rev 19003
added mixfix_conflict;