urbanc [Wed, 15 Feb 2006 19:11:10 +0100] rev 19045
added lemma pt_perm_compose'
nipkow [Wed, 15 Feb 2006 19:01:09 +0100] rev 19044
got rid of superfluous linorder_neqE-instance for int.
webertj [Wed, 15 Feb 2006 18:10:09 +0100] rev 19043
typo in a comment fixed
haftmann [Wed, 15 Feb 2006 17:09:45 +0100] rev 19042
exported some interfaces useful for other code generator approaches
haftmann [Wed, 15 Feb 2006 17:09:25 +0100] rev 19041
some fixes
haftmann [Wed, 15 Feb 2006 17:09:06 +0100] rev 19040
exported specifications_of
haftmann [Tue, 14 Feb 2006 17:07:48 +0100] rev 19039
added theory of executable rational numbers
haftmann [Tue, 14 Feb 2006 17:07:11 +0100] rev 19038
improved handling of iml abstractions
paulson [Tue, 14 Feb 2006 13:03:00 +0100] rev 19037
fixed tracing
berghofe [Mon, 13 Feb 2006 17:02:54 +0100] rev 19036
Adapted to Context.generic syntax.
mengj [Mon, 13 Feb 2006 14:05:43 +0100] rev 19035
Fixed a bug of type unification.
wenzelm [Sun, 12 Feb 2006 21:34:28 +0100] rev 19034
* ML/Pure/General: improved join interface for tables;
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;
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;