src/Pure/pattern.ML
Sat, 05 Jun 2004 13:07:49 +0200 avoid implicit arguments via refs;
Tue, 01 Jun 2004 15:02:05 +0200 Removed ~10000 hack in function idx that can lead to inconsistencies
Fri, 21 May 2004 21:24:22 +0200 adapted tsig interface;
Thu, 22 Apr 2004 10:52:32 +0200 tuned;
Sat, 10 May 2003 20:53:02 +0200 Added new function eta_long.
Fri, 04 Apr 2003 17:00:25 +0200 type_of_G now applies type substitution before decomposing type.
Fri, 11 Oct 2002 12:47:52 +0200 norm_typ -> Envir.norm_type
Thu, 10 Oct 2002 19:02:23 +0200 added failure trace information to pattern unification
Fri, 31 May 2002 18:47:11 +0200 Changes to rewrite_term:
Thu, 28 Feb 2002 19:23:14 +0100 rewrite_term: Term.rename_abs;
Mon, 21 Jan 2002 14:48:11 +0100 Removed timing function.
Fri, 18 Jan 2002 18:36:19 +0100 rewrite_term: removed rew0, so no on-the-fly eta-contraction;
Thu, 17 Jan 2002 21:00:38 +0100 eta_contract with sharing (by berghofe);
Wed, 16 Jan 2002 23:18:20 +0100 added rewrite_term;
Wed, 16 Jan 2002 22:23:46 +0100 added beta_eta_contract;
Tue, 18 Dec 2001 02:17:20 +0100 tuned Type.unify;
Mon, 19 Nov 2001 17:34:02 +0100 Replaced devar by Envir.head_norm
Fri, 10 Mar 2000 14:57:06 +0100 Type.unify and Type.typ_match now use Vartab instead of association lists.
Thu, 29 Apr 1999 18:33:31 +0200 Eta contraction is now performed all the time during rewriting.
Wed, 22 Apr 1998 14:04:35 +0200 Tried to speed up the rewriter by eta-contracting all patterns beforehand and
Sat, 28 Feb 1998 15:40:03 +0100 Tried to reorganize rewriter a little. More to be done.
Fri, 14 Mar 1997 10:35:30 +0100 Avoid eta-contraction in the simplifier.
Fri, 07 Mar 1997 10:23:54 +0100 Corrected aeconv and exported it
Wed, 05 Mar 1997 10:04:45 +0100 Declares eta_contract_atom; fixed comment; some tidying
Fri, 14 Feb 1997 10:40:23 +0100 A bit more pattern-matching in eta_contract
Tue, 26 Nov 1996 16:15:50 +0100 Removal of needless function definition
Thu, 14 Mar 1996 10:40:21 +0100 Added some optimized versions of functions dealing with sets
Fri, 16 Feb 1996 12:34:18 +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
Thu, 11 Jan 1996 10:29:31 +0100 Removed bug in type unification. Negative indexes are not used any longer.
Wed, 12 Apr 1995 13:53:34 +0200 term.ML: add_loose_bnos now returns a list w/o duplicates.
Wed, 02 Nov 1994 09:09:30 +0100 Modified pattern.ML to perform proper matching of Higher-Order Patterns.
Thu, 21 Oct 1993 14:47:48 +0100 now calls new fastype_of in three places
Thu, 16 Sep 1993 12:20:38 +0200 Initial revision