src/Pure/General/table.ML
Wed, 31 Jan 2018 14:20:39 +0100 wenzelm performance fine-tuning of hot spot;
Tue, 30 Jan 2018 16:05:33 +0100 wenzelm more operations;
Mon, 29 Jan 2018 22:25:07 +0100 wenzelm clarified operations;
Sun, 29 Oct 2017 19:39:03 +0100 wenzelm more recent polyml-test version;
Fri, 15 Jul 2016 23:47:07 +0200 wenzelm more operations;
Sat, 02 Apr 2016 21:10:07 +0200 wenzelm careful export of type-dependent functions, without losing their special status;
Thu, 03 Mar 2016 11:59:03 +0100 wenzelm clarified modules;
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;
Tue, 11 Mar 2014 13:58:22 +0100 wenzelm tuned comment;
Mon, 24 Feb 2014 19:44:09 +0100 wenzelm optimize special case according to Library.merge (see also 8fbc355100f2, 520872460b7b);
Fri, 17 May 2013 13:46:18 +0200 wenzelm tuned signature;
Mon, 26 Nov 2012 20:09:51 +0100 wenzelm convenience operations for table as set;
Thu, 24 May 2012 15:33:45 +0200 wenzelm simplified Poly/ML setup -- 5.3.0 is now the common base-line;
Sat, 20 Aug 2011 22:28:53 +0200 wenzelm tuned Table.delete_safe: avoid potentially expensive attempt of delete;
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
Thu, 29 Sep 2005 00:59:02 +0200 wenzelm tuned default operation: use internal modify;
Thu, 22 Sep 2005 07:56:04 +0200 haftmann added fold_map_table
Thu, 15 Sep 2005 17:16:56 +0200 wenzelm TableFun/Symtab: curried lookup and update;
Thu, 01 Sep 2005 18:48:54 +0200 wenzelm added curried_lookup/update operations -- in preparation of currying plain lookup/update;
Mon, 29 Aug 2005 08:34:24 +0200 haftmann canonical interface for 'default'
Thu, 25 Aug 2005 09:23:13 +0200 haftmann added 'default' function
Tue, 19 Jul 2005 20:47:01 +0200 wenzelm Inttab.defined;
Tue, 19 Jul 2005 17:21:59 +0200 wenzelm added defined;
Fri, 15 Jul 2005 15:44:19 +0200 wenzelm tuned min_key, max_key;
Tue, 05 Jul 2005 13:55:09 +0200 wenzelm Symtab: use fast_string_ord instead of string_ord -- affects order of Symtab.dest etc.;
Fri, 01 Jul 2005 14:42:01 +0200 wenzelm low-level tuning of map, fold;
Sat, 18 Jun 2005 22:42:01 +0200 wenzelm added member;
Fri, 17 Jun 2005 18:33:31 +0200 wenzelm added map', fold;
Thu, 09 Jun 2005 12:03:29 +0200 wenzelm added structure Inttab;
Thu, 02 Jun 2005 18:29:52 +0200 wenzelm exists: made non-strict;
Tue, 31 May 2005 11:53:30 +0200 wenzelm remove(_multi): generalized type;
less more (0) -60 tip