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;
wenzelm [Sun, 12 Feb 2006 21:34:23 +0100] rev 19029
share exception UNDEF with Table;
simplified TableFun.join;