Wed, 15 Feb 2006 21:34:59 +0100 cannot use section before setup;
wenzelm [Wed, 15 Feb 2006 21:34:59 +0100] rev 19048
cannot use section before setup;
Wed, 15 Feb 2006 21:34:57 +0100 used Tactic.distinct_subgoals_tac;
wenzelm [Wed, 15 Feb 2006 21:34:57 +0100] rev 19047
used Tactic.distinct_subgoals_tac;
Wed, 15 Feb 2006 21:34:55 +0100 removed distinct, renamed gen_distinct to distinct;
wenzelm [Wed, 15 Feb 2006 21:34:55 +0100] rev 19046
removed distinct, renamed gen_distinct to distinct;
Wed, 15 Feb 2006 19:11:10 +0100 added lemma pt_perm_compose'
urbanc [Wed, 15 Feb 2006 19:11:10 +0100] rev 19045
added lemma pt_perm_compose'
Wed, 15 Feb 2006 19:01:09 +0100 got rid of superfluous linorder_neqE-instance for int.
nipkow [Wed, 15 Feb 2006 19:01:09 +0100] rev 19044
got rid of superfluous linorder_neqE-instance for int.
Wed, 15 Feb 2006 18:10:09 +0100 typo in a comment fixed
webertj [Wed, 15 Feb 2006 18:10:09 +0100] rev 19043
typo in a comment fixed
Wed, 15 Feb 2006 17:09:45 +0100 exported some interfaces useful for other code generator approaches
haftmann [Wed, 15 Feb 2006 17:09:45 +0100] rev 19042
exported some interfaces useful for other code generator approaches
Wed, 15 Feb 2006 17:09:25 +0100 some fixes
haftmann [Wed, 15 Feb 2006 17:09:25 +0100] rev 19041
some fixes
Wed, 15 Feb 2006 17:09:06 +0100 exported specifications_of
haftmann [Wed, 15 Feb 2006 17:09:06 +0100] rev 19040
exported specifications_of
Tue, 14 Feb 2006 17:07:48 +0100 added theory of executable rational numbers
haftmann [Tue, 14 Feb 2006 17:07:48 +0100] rev 19039
added theory of executable rational numbers
Tue, 14 Feb 2006 17:07:11 +0100 improved handling of iml abstractions
haftmann [Tue, 14 Feb 2006 17:07:11 +0100] rev 19038
improved handling of iml abstractions
Tue, 14 Feb 2006 13:03:00 +0100 fixed tracing
paulson [Tue, 14 Feb 2006 13:03:00 +0100] rev 19037
fixed tracing
Mon, 13 Feb 2006 17:02:54 +0100 Adapted to Context.generic syntax.
berghofe [Mon, 13 Feb 2006 17:02:54 +0100] rev 19036
Adapted to Context.generic syntax.
Mon, 13 Feb 2006 14:05:43 +0100 Fixed a bug of type unification.
mengj [Mon, 13 Feb 2006 14:05:43 +0100] rev 19035
Fixed a bug of type unification.
Sun, 12 Feb 2006 21:34:28 +0100 * ML/Pure/General: improved join interface for tables;
wenzelm [Sun, 12 Feb 2006 21:34:28 +0100] rev 19034
* ML/Pure/General: improved join interface for tables;
Sun, 12 Feb 2006 21:34:27 +0100 consts: maintain thy version for efficient transfer;
wenzelm [Sun, 12 Feb 2006 21:34:27 +0100] rev 19033
consts: maintain thy version for efficient transfer; ins_sorts: Vartab.replace is slower than Vartab.update, but might avoid some copying of table structure;
Sun, 12 Feb 2006 21:34:26 +0100 tuned;
wenzelm [Sun, 12 Feb 2006 21:34:26 +0100] rev 19032
tuned;
Sun, 12 Feb 2006 21:34:25 +0100 export exception SAME (for join);
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;
Sun, 12 Feb 2006 21:34:24 +0100 low-level tuning of merge: maintain identity of accesses;
wenzelm [Sun, 12 Feb 2006 21:34:24 +0100] rev 19030
low-level tuning of merge: maintain identity of accesses; simplified TableFun.join;
Sun, 12 Feb 2006 21:34:23 +0100 share exception UNDEF with Table;
wenzelm [Sun, 12 Feb 2006 21:34:23 +0100] rev 19029
share exception UNDEF with Table; simplified TableFun.join;
Sun, 12 Feb 2006 21:34:22 +0100 structure Datatab: private copy avoids potential conflict of table exceptions;
wenzelm [Sun, 12 Feb 2006 21:34:22 +0100] rev 19028
structure Datatab: private copy avoids potential conflict of table exceptions; simplified TableFun.join;
Sun, 12 Feb 2006 21:34:21 +0100 added eq_consts;
wenzelm [Sun, 12 Feb 2006 21:34:21 +0100] rev 19027
added eq_consts; reverted abbrevs: try all abstraction prefixes;
Sun, 12 Feb 2006 21:34:20 +0100 minor tuning of proofs, notably induct;
wenzelm [Sun, 12 Feb 2006 21:34:20 +0100] rev 19026
minor tuning of proofs, notably induct;
Sun, 12 Feb 2006 21:34:18 +0100 simplified TableFun.join;
wenzelm [Sun, 12 Feb 2006 21:34:18 +0100] rev 19025
simplified TableFun.join;
Sun, 12 Feb 2006 20:32:59 +0100 \usepackage{amssymb};
wenzelm [Sun, 12 Feb 2006 20:32:59 +0100] rev 19024
\usepackage{amssymb};
Sun, 12 Feb 2006 12:29:01 +0100 * include generalised MVT in HyperReal (contributed by Benjamin Porter)
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/)
Sun, 12 Feb 2006 10:42:19 +0100 * moved ThreeDivides from Isar_examples to better suited HOL/ex
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
Sun, 12 Feb 2006 04:31:18 +0100 divisibility by 3 theorem, contributed by Benjamin Porter,
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/
Sat, 11 Feb 2006 17:17:55 +0100 replaced mixfix_conflict by mixfix_content;
wenzelm [Sat, 11 Feb 2006 17:17:55 +0100] rev 19020
replaced mixfix_conflict by mixfix_content;
Sat, 11 Feb 2006 17:17:54 +0100 added map_theory;
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;
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip