src/Pure/General/table.ML
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;
Wed, 01 Sep 2010 15:33:59 +0200 haftmann replaced Table.map' by Table.map
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);
Sat, 06 Feb 2010 16:32:34 +0100 wenzelm removed unused "boundary" of Table/Graph.get_first;
Sun, 25 Oct 2009 19:14:11 +0100 wenzelm merge_list: no exception DUP here;
Thu, 09 Jul 2009 22:01:41 +0200 wenzelm renamed functor TableFun to Table, and GraphFun to Graph;
Sun, 14 Jun 2009 03:02:25 +0200 wenzelm improved correctness of get_first (boundary check);
Sat, 13 Jun 2009 22:01:33 +0200 wenzelm improved get_first: check boundary before entering subtrees;
Sat, 13 Jun 2009 19:19:14 +0200 wenzelm native get_first, with optional boundary;
Wed, 20 May 2009 10:37:38 +0200 haftmann dropped parentheses
Sun, 22 Mar 2009 11:56:22 +0100 haftmann added Symreltab (binary relations of symbols) instance of TableFun
Thu, 05 Mar 2009 20:55:28 +0100 wenzelm removed unused TableFun().fold_map and GraphFun().fold_map_nodes;
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;
Wed, 21 Jan 2009 23:21:44 +0100 wenzelm removed Ids;
Fri, 05 Dec 2008 18:42:37 +0100 haftmann removed Table.extend, NameSpace.extend_table
Tue, 23 Sep 2008 17:28:58 +0200 wenzelm added fold_rev;
Thu, 07 Aug 2008 21:07:57 +0200 wenzelm map_default: more explicit scope;
Wed, 09 Jul 2008 17:14:31 +0200 wenzelm added get_first;
Sun, 11 Nov 2007 14:00:10 +0100 wenzelm renamed update_list to cons_list;
Sun, 08 Jul 2007 19:51:58 +0200 wenzelm replaced exception TableFun/GraphFun.DUPS by TableFun/GraphFun.DUP;
Fri, 20 Oct 2006 10:44:51 +0200 haftmann abandoned foldl
Tue, 18 Jul 2006 08:48:11 +0200 haftmann added Table.map_default
Thu, 13 Jul 2006 13:42:05 +0200 wenzelm tuned insert_list;
Sat, 29 Apr 2006 23:16:48 +0200 wenzelm added insert_list;
Thu, 27 Apr 2006 15:06:35 +0200 wenzelm tuned basic list operators (flat, maps, map_filter);
Thu, 16 Feb 2006 18:25:56 +0100 wenzelm removed pointless replace;
Sun, 12 Feb 2006 21:34:25 +0100 wenzelm export exception SAME (for join);
Mon, 06 Feb 2006 20:59:46 +0100 wenzelm renamed xxx_multi to xxx_list;
Fri, 28 Oct 2005 09:35:04 +0200 haftmann removed obfuscating PStrStrTab
Wed, 19 Oct 2005 17:21:53 +0200 haftmann added table functor instance for pairs of strings
less more (0) -50 -30 tip