src/Pure/net.ML
Tue, 08 Nov 2011 11:56:41 +0100 tuned;
Thu, 24 Jun 2010 11:28:34 +0200 Net.encode_type;
Sun, 01 Nov 2009 20:55:14 +0100 added insert_safe, delete_safe variants;
Wed, 21 Jan 2009 23:21:44 +0100 removed Ids;
Thu, 31 May 2007 23:47:36 +0200 simplified/unified list fold;
Tue, 11 Jul 2006 12:17:05 +0200 Name.bound;
Tue, 04 Jul 2006 21:22:52 +0200 added content;
Thu, 27 Apr 2006 15:06:35 +0200 tuned basic list operators (flat, maps, map_filter);
Mon, 06 Feb 2006 20:59:06 +0100 tuned;
Thu, 15 Sep 2005 17:16:56 +0200 TableFun/Symtab: curried lookup and update;
Thu, 01 Sep 2005 18:48:50 +0200 curried_lookup/update;
Mon, 01 Aug 2005 19:20:40 +0200 nameless Term.bound;
Thu, 28 Jul 2005 15:19:55 +0200 Term.bound;
Thu, 14 Jul 2005 19:28:24 +0200 tuned;
Wed, 13 Jul 2005 16:07:29 +0200 added subtract;
Wed, 06 Jul 2005 20:00:42 +0200 removed timers;
Wed, 06 Jul 2005 10:41:42 +0200 use Symtab.table instead of ordered lists;
Tue, 05 Jul 2005 13:54:20 +0200 tuned;
Mon, 04 Jul 2005 17:07:11 +0200 use fast_string_ord;
Fri, 04 Mar 2005 15:07:34 +0100 Removed practically all references to Library.foldr.
Thu, 03 Mar 2005 12:43:01 +0100 Move towards standard functions.
Thu, 29 Nov 2001 00:43:39 +0100 most general type of delete/delete_term;
Wed, 27 Oct 1999 11:13:25 +0200 now more than 256 generated bound variables possible
Thu, 29 Apr 1999 18:33:31 +0200 Eta contraction is now performed all the time during rewriting.
Wed, 23 Jul 1997 11:11:14 +0200 fixed polymorphic val;
Tue, 22 Jul 1997 17:52:47 +0200 tuned title;
Tue, 22 Jul 1997 17:47:20 +0200 added dest and merge operations;
Tue, 25 Mar 1997 10:41:44 +0100 Toby's better treatment of eta-contraction
Fri, 14 Mar 1997 10:35:30 +0100 Avoid eta-contraction in the simplifier.
Fri, 21 Feb 1997 15:31:47 +0100 Replaced "flat" by the Basis Library function List.concat
Tue, 26 Nov 1996 16:11:18 +0100 Eta-expansion of a function definition, for value polymorphism
Fri, 16 Feb 1996 12:19:47 +0100 Elimination of fully-functorial style.
Mon, 29 Jan 1996 14:16:13 +0100 inserted tabs again
Mon, 29 Jan 1996 13:56:41 +0100 removed tabs
Tue, 18 Jan 1994 07:53:35 +0100 some optimizations of Larry's
Fri, 14 Jan 1994 08:09:07 +0100 optimized net for matching of abstractions to speed up simplifier
Thu, 16 Sep 1993 12:20:38 +0200 Initial revision