| Wed, 18 Jun 2008 22:32:02 +0200 | wenzelm | improved error output -- variant/mark bounds; | file | diff | annotate |
| Thu, 04 Oct 2007 20:29:24 +0200 | wenzelm | replaced literal 'a by Name.aT; | file | diff | annotate |
| Sat, 29 Sep 2007 21:39:49 +0200 | wenzelm | added fixate_params; | file | diff | annotate |
| Sun, 23 Sep 2007 22:23:33 +0200 | wenzelm | constrain: canonical argument order; | file | diff | annotate |
| Fri, 31 Aug 2007 23:17:22 +0200 | wenzelm | exported is_param; | file | diff | annotate |
| Thu, 30 Aug 2007 15:04:44 +0200 | wenzelm | infer_types: general check_typs instead of Type.cert_typ_mode; | file | diff | annotate |
| Tue, 14 Aug 2007 23:23:00 +0200 | wenzelm | infer_types: depend on Type.mode; | file | diff | annotate |
| Mon, 23 Apr 2007 20:44:10 +0200 | wenzelm | added paramify_vars; | file | diff | annotate |
| Sun, 15 Apr 2007 14:31:57 +0200 | wenzelm | moved get_sort to sign.ML; | file | diff | annotate |
| Sat, 14 Apr 2007 17:38:30 +0200 | wenzelm | tuned comment; | file | diff | annotate |
| Sat, 14 Apr 2007 17:36:05 +0200 | wenzelm | Term.string_of_vname; | file | diff | annotate |
| Wed, 04 Oct 2006 14:17:38 +0200 | haftmann | insert replacing ins ins_int ins_string | file | diff | annotate |
| Wed, 27 Sep 2006 21:13:11 +0200 | wenzelm | internal params: Vartab instead of AList; | file | diff | annotate |
| Thu, 21 Sep 2006 19:04:49 +0200 | wenzelm | tuned; | file | diff | annotate |
| Wed, 19 Jul 2006 12:12:04 +0200 | wenzelm | Name.context for used''; | file | diff | annotate |
| Tue, 11 Jul 2006 12:17:01 +0200 | wenzelm | Name.invent_list; | file | diff | annotate |
| Fri, 05 May 2006 21:59:45 +0200 | wenzelm | added syntax for _type_constraint_; | file | diff | annotate |
| Thu, 27 Apr 2006 15:06:35 +0200 | wenzelm | tuned basic list operators (flat, maps, map_filter); | file | diff | annotate |
| Tue, 25 Apr 2006 22:23:30 +0200 | wenzelm | refer to structure Type instead of Sorts; | file | diff | annotate |
| Wed, 15 Feb 2006 21:34:55 +0100 | wenzelm | removed distinct, renamed gen_distinct to distinct; | file | diff | annotate |
| Sat, 11 Feb 2006 17:17:47 +0100 | wenzelm | tuned; | file | diff | annotate |
| Fri, 10 Feb 2006 02:22:37 +0100 | wenzelm | decode: observe Syntax.constN; | file | diff | annotate |
| Tue, 07 Feb 2006 19:56:45 +0100 | wenzelm | renamed gen_duplicates to duplicates; | file | diff | annotate |
| Mon, 06 Feb 2006 20:59:06 +0100 | wenzelm | tuned; | file | diff | annotate |
| Fri, 02 Dec 2005 22:54:48 +0100 | wenzelm | added mixfixT; | file | diff | annotate |
| Tue, 20 Sep 2005 08:21:49 +0200 | haftmann | slight adaptions to library changes | file | diff | annotate |
| Tue, 06 Sep 2005 16:59:57 +0200 | wenzelm | AList.defined; | file | diff | annotate |
| Tue, 06 Sep 2005 08:30:43 +0200 | haftmann | introduced some new-style AList operations | file | diff | annotate |
| Fri, 01 Jul 2005 22:35:41 +0200 | wenzelm | avoid polyeq; | file | diff | annotate |
| Sat, 11 Jun 2005 22:15:51 +0200 | wenzelm | accomodate changed #classes; | file | diff | annotate |
| Thu, 02 Jun 2005 18:29:55 +0200 | wenzelm | tuned; | file | diff | annotate |
| Thu, 03 Mar 2005 12:43:01 +0100 | skalberg | Move towards standard functions. | file | diff | annotate |
| Sun, 13 Feb 2005 17:15:14 +0100 | skalberg | Deleted Library.option type. | file | diff | annotate |
| Tue, 22 Jun 2004 09:51:39 +0200 | wenzelm | tuned certify_typ/term; | file | diff | annotate |
| Mon, 21 Jun 2004 16:40:44 +0200 | wenzelm | Type.cert_typ; | file | diff | annotate |
| Tue, 01 Jun 2004 12:33:50 +0200 | wenzelm | removed obsolete sort 'logic'; | file | diff | annotate |
| Sat, 29 May 2004 15:03:59 +0200 | wenzelm | improved output; refer to Pretty.pp; | file | diff | annotate |
| Fri, 21 May 2004 21:25:34 +0200 | wenzelm | incorporate type inference interface from type.ML; | file | diff | annotate |
| Sat, 01 May 2004 22:08:57 +0200 | wenzelm | improved Term.invent_names; | file | diff | annotate |
| Mon, 21 Oct 2002 17:16:24 +0200 | berghofe | Replaced variantlist (quadratic) by gen_names (linear). | file | diff | annotate |
| Mon, 07 Oct 2002 19:01:51 +0200 | nipkow | take/drop -> splitAt | file | diff | annotate |
| Thu, 30 Mar 2000 14:20:42 +0200 | wenzelm | support polymorphic Vars; | file | diff | annotate |
| Wed, 05 Jan 2000 11:37:44 +0100 | wenzelm | support for dummy variables (anyT, logicT); | file | diff | annotate |
| Wed, 29 Sep 1999 13:52:01 +0200 | wenzelm | handle Sorts.DOMAIN; | file | diff | annotate |
| Fri, 09 Oct 1998 15:28:04 +0200 | nipkow | Unified treatment of type error msgs. | file | diff | annotate |
| Fri, 09 Oct 1998 14:36:48 +0200 | nipkow | More pretty breaks in error msgs. | file | diff | annotate |
| Mon, 25 May 1998 21:11:46 +0200 | wenzelm | remove seq2, scan (use seq2, foldl_map from library.ML); | file | diff | annotate |
| Mon, 06 Oct 1997 18:40:24 +0200 | wenzelm | eliminated raise_term, raise_typ; | file | diff | annotate |
| Wed, 09 Jul 1997 16:54:17 +0200 | wenzelm | improved type checking errors; | file | diff | annotate |
| Fri, 18 Apr 1997 11:55:14 +0200 | wenzelm | tuned err msg; | file | diff | annotate |
| Thu, 17 Apr 1997 19:05:01 +0200 | wenzelm | tuned error msgs; | file | diff | annotate |
| Thu, 17 Apr 1997 18:46:58 +0200 | wenzelm | improved type check error messages; | file | diff | annotate |
| Wed, 16 Apr 1997 18:15:32 +0200 | wenzelm | Type inference (isolated from type.ML, completely reimplemented). | file | diff | annotate |