| Fri, 15 Jul 2016 23:47:07 +0200 | 
wenzelm | 
more operations;
 | 
file |
diff |
annotate
 | 
| Sat, 02 Apr 2016 21:10:07 +0200 | 
wenzelm | 
careful export of type-dependent functions, without losing their special status;
 | 
file |
diff |
annotate
 | 
| Thu, 03 Mar 2016 11:59:03 +0100 | 
wenzelm | 
clarified modules;
 | 
file |
diff |
annotate
 | 
| Tue, 18 Nov 2014 20:56:34 +0100 | 
wenzelm | 
clarified Table.make_set: duplicate arguments are allowed, like Table.make_list or Scala Set() formation;
 | 
file |
diff |
annotate
 | 
| Tue, 11 Mar 2014 13:58:22 +0100 | 
wenzelm | 
tuned comment;
 | 
file |
diff |
annotate
 | 
| Mon, 24 Feb 2014 19:44:09 +0100 | 
wenzelm | 
optimize special case according to Library.merge (see also 8fbc355100f2, 520872460b7b);
 | 
file |
diff |
annotate
 | 
| Fri, 17 May 2013 13:46:18 +0200 | 
wenzelm | 
tuned signature;
 | 
file |
diff |
annotate
 | 
| Mon, 26 Nov 2012 20:09:51 +0100 | 
wenzelm | 
convenience operations for table as set;
 | 
file |
diff |
annotate
 | 
| Thu, 24 May 2012 15:33:45 +0200 | 
wenzelm | 
simplified Poly/ML setup -- 5.3.0 is now the common base-line;
 | 
file |
diff |
annotate
 | 
| Sat, 20 Aug 2011 22:28:53 +0200 | 
wenzelm | 
tuned Table.delete_safe: avoid potentially expensive attempt of delete;
 | 
file |
diff |
annotate
 | 
| Wed, 13 Jul 2011 16:42:14 +0200 | 
wenzelm | 
Table.lookup_key and Graph.get_entry allow to retrieve the original key, which is not necessarily identical to the given one;
 | 
file |
diff |
annotate
 | 
| Wed, 01 Sep 2010 15:33:59 +0200 | 
haftmann | 
replaced Table.map' by Table.map
 | 
file |
diff |
annotate
 | 
| Mon, 23 Aug 2010 15:11:41 +0200 | 
wenzelm | 
added ML toplevel pretty-printing for tables, using dummy for anything other than Poly/ML 5.3.0 (or later);
 | 
file |
diff |
annotate
 | 
| Sat, 06 Feb 2010 16:32:34 +0100 | 
wenzelm | 
removed unused "boundary" of Table/Graph.get_first;
 | 
file |
diff |
annotate
 | 
| Sun, 25 Oct 2009 19:14:11 +0100 | 
wenzelm | 
merge_list: no exception DUP here;
 | 
file |
diff |
annotate
 | 
| Thu, 09 Jul 2009 22:01:41 +0200 | 
wenzelm | 
renamed functor TableFun to Table, and GraphFun to Graph;
 | 
file |
diff |
annotate
 | 
| Sun, 14 Jun 2009 03:02:25 +0200 | 
wenzelm | 
improved correctness of get_first (boundary check);
 | 
file |
diff |
annotate
 | 
| Sat, 13 Jun 2009 22:01:33 +0200 | 
wenzelm | 
improved get_first: check boundary before entering subtrees;
 | 
file |
diff |
annotate
 | 
| Sat, 13 Jun 2009 19:19:14 +0200 | 
wenzelm | 
native get_first, with optional boundary;
 | 
file |
diff |
annotate
 | 
| Wed, 20 May 2009 10:37:38 +0200 | 
haftmann | 
dropped parentheses
 | 
file |
diff |
annotate
 | 
| Sun, 22 Mar 2009 11:56:22 +0100 | 
haftmann | 
added Symreltab (binary relations of symbols) instance of TableFun
 | 
file |
diff |
annotate
 | 
| Thu, 05 Mar 2009 20:55:28 +0100 | 
wenzelm | 
removed unused TableFun().fold_map and GraphFun().fold_map_nodes;
 | 
file |
diff |
annotate
 | 
| Thu, 05 Mar 2009 15:25:35 +0100 | 
wenzelm | 
TableFun.join/merge: optimize the important special case where the tables coincide -- NOTE: this changes both the operational behaviour and the result for non-standard join/eq notion;
 | 
file |
diff |
annotate
 | 
| Wed, 21 Jan 2009 23:21:44 +0100 | 
wenzelm | 
removed Ids;
 | 
file |
diff |
annotate
 | 
| Fri, 05 Dec 2008 18:42:37 +0100 | 
haftmann | 
removed Table.extend, NameSpace.extend_table
 | 
file |
diff |
annotate
 | 
| Tue, 23 Sep 2008 17:28:58 +0200 | 
wenzelm | 
added fold_rev;
 | 
file |
diff |
annotate
 | 
| Thu, 07 Aug 2008 21:07:57 +0200 | 
wenzelm | 
map_default: more explicit scope;
 | 
file |
diff |
annotate
 | 
| Wed, 09 Jul 2008 17:14:31 +0200 | 
wenzelm | 
added get_first;
 | 
file |
diff |
annotate
 | 
| Sun, 11 Nov 2007 14:00:10 +0100 | 
wenzelm | 
renamed update_list to cons_list;
 | 
file |
diff |
annotate
 | 
| Sun, 08 Jul 2007 19:51:58 +0200 | 
wenzelm | 
replaced exception TableFun/GraphFun.DUPS by TableFun/GraphFun.DUP;
 | 
file |
diff |
annotate
 | 
| Fri, 20 Oct 2006 10:44:51 +0200 | 
haftmann | 
abandoned foldl
 | 
file |
diff |
annotate
 | 
| Tue, 18 Jul 2006 08:48:11 +0200 | 
haftmann | 
added Table.map_default
 | 
file |
diff |
annotate
 | 
| Thu, 13 Jul 2006 13:42:05 +0200 | 
wenzelm | 
tuned insert_list;
 | 
file |
diff |
annotate
 | 
| Sat, 29 Apr 2006 23:16:48 +0200 | 
wenzelm | 
added insert_list;
 | 
file |
diff |
annotate
 | 
| Thu, 27 Apr 2006 15:06:35 +0200 | 
wenzelm | 
tuned basic list operators (flat, maps, map_filter);
 | 
file |
diff |
annotate
 | 
| Thu, 16 Feb 2006 18:25:56 +0100 | 
wenzelm | 
removed pointless replace;
 | 
file |
diff |
annotate
 | 
| Sun, 12 Feb 2006 21:34:25 +0100 | 
wenzelm | 
export exception SAME (for join);
 | 
file |
diff |
annotate
 | 
| Mon, 06 Feb 2006 20:59:46 +0100 | 
wenzelm | 
renamed xxx_multi to xxx_list;
 | 
file |
diff |
annotate
 | 
| Fri, 28 Oct 2005 09:35:04 +0200 | 
haftmann | 
removed obfuscating PStrStrTab
 | 
file |
diff |
annotate
 | 
| Wed, 19 Oct 2005 17:21:53 +0200 | 
haftmann | 
added table functor instance for pairs of strings
 | 
file |
diff |
annotate
 | 
| Thu, 29 Sep 2005 00:59:02 +0200 | 
wenzelm | 
tuned default operation: use internal modify;
 | 
file |
diff |
annotate
 | 
| Thu, 22 Sep 2005 07:56:04 +0200 | 
haftmann | 
added fold_map_table
 | 
file |
diff |
annotate
 | 
| Thu, 15 Sep 2005 17:16:56 +0200 | 
wenzelm | 
TableFun/Symtab: curried lookup and update;
 | 
file |
diff |
annotate
 | 
| Thu, 01 Sep 2005 18:48:54 +0200 | 
wenzelm | 
added curried_lookup/update operations -- in preparation of currying plain lookup/update;
 | 
file |
diff |
annotate
 | 
| Mon, 29 Aug 2005 08:34:24 +0200 | 
haftmann | 
canonical interface for 'default'
 | 
file |
diff |
annotate
 | 
| Thu, 25 Aug 2005 09:23:13 +0200 | 
haftmann | 
added 'default' function
 | 
file |
diff |
annotate
 | 
| Tue, 19 Jul 2005 20:47:01 +0200 | 
wenzelm | 
Inttab.defined;
 | 
file |
diff |
annotate
 | 
| Tue, 19 Jul 2005 17:21:59 +0200 | 
wenzelm | 
added defined;
 | 
file |
diff |
annotate
 | 
| Fri, 15 Jul 2005 15:44:19 +0200 | 
wenzelm | 
tuned min_key, max_key;
 | 
file |
diff |
annotate
 | 
| Tue, 05 Jul 2005 13:55:09 +0200 | 
wenzelm | 
Symtab: use fast_string_ord instead of string_ord -- affects order of Symtab.dest etc.;
 | 
file |
diff |
annotate
 | 
| Fri, 01 Jul 2005 14:42:01 +0200 | 
wenzelm | 
low-level tuning of map, fold;
 | 
file |
diff |
annotate
 | 
| Sat, 18 Jun 2005 22:42:01 +0200 | 
wenzelm | 
added member;
 | 
file |
diff |
annotate
 | 
| Fri, 17 Jun 2005 18:33:31 +0200 | 
wenzelm | 
added map', fold;
 | 
file |
diff |
annotate
 | 
| Thu, 09 Jun 2005 12:03:29 +0200 | 
wenzelm | 
added structure Inttab;
 | 
file |
diff |
annotate
 | 
| Thu, 02 Jun 2005 18:29:52 +0200 | 
wenzelm | 
exists: made non-strict;
 | 
file |
diff |
annotate
 | 
| Tue, 31 May 2005 11:53:30 +0200 | 
wenzelm | 
remove(_multi): generalized type;
 | 
file |
diff |
annotate
 | 
| Wed, 18 May 2005 11:30:59 +0200 | 
wenzelm | 
tuned;
 | 
file |
diff |
annotate
 | 
| Sun, 17 Apr 2005 19:40:34 +0200 | 
wenzelm | 
added delete_safe, insert, remove, remove_multi;
 | 
file |
diff |
annotate
 | 
| Thu, 07 Apr 2005 09:26:40 +0200 | 
wenzelm | 
tuned updates, added map_entry;
 | 
file |
diff |
annotate
 | 
| Fri, 04 Mar 2005 15:07:34 +0100 | 
skalberg | 
Removed practically all references to Library.foldr.
 | 
file |
diff |
annotate
 |