| Mon, 28 Mar 2011 22:44:14 +0200 | 
wenzelm | 
address serious problem of type inference (introduced in 6f085332c7d3): _type_constraint_ needs type scheme A --> A with proper scope of parameters, otherwise term "(f :: _ => _) :: 'c => 'c" will get type "'a => 'b", for example;
 | 
file |
diff |
annotate
 | 
| Fri, 29 Oct 2010 22:54:54 +0200 | 
wenzelm | 
more sharing of operations, without aliases;
 | 
file |
diff |
annotate
 | 
| Mon, 13 Sep 2010 13:20:18 +0200 | 
wenzelm | 
tuned signature;
 | 
file |
diff |
annotate
 | 
| Mon, 13 Sep 2010 12:42:08 +0200 | 
wenzelm | 
Type_Infer.finish: index 0 -- freshness supposedly via Name.invents;
 | 
file |
diff |
annotate
 | 
| Mon, 13 Sep 2010 11:35:55 +0200 | 
wenzelm | 
simplified Type_Infer: eliminated separate datatypes pretyp/preterm -- only assign is_paramT TVars;
 | 
file |
diff |
annotate
 | 
| Sun, 12 Sep 2010 22:28:59 +0200 | 
wenzelm | 
Type_Infer.preterm: eliminated separate Constraint;
 | 
file |
diff |
annotate
 | 
| Sun, 12 Sep 2010 21:24:23 +0200 | 
wenzelm | 
Type_Infer.infer_types: plain error instead of kernel exception TYPE;
 | 
file |
diff |
annotate
 | 
| Sun, 12 Sep 2010 20:47:47 +0200 | 
wenzelm | 
load type_infer.ML later -- proper context for Type_Infer.infer_types;
 | 
file |
diff |
annotate
 | 
| Sun, 12 Sep 2010 19:55:45 +0200 | 
wenzelm | 
common Type.appl_error, which also covers explicit constraints;
 | 
file |
diff |
annotate
 | 
| Sun, 12 Sep 2010 19:04:02 +0200 | 
wenzelm | 
eliminated aliases of Type.constraint;
 | 
file |
diff |
annotate
 | 
| Sun, 12 Sep 2010 17:39:02 +0200 | 
wenzelm | 
tuned;
 | 
file |
diff |
annotate
 | 
| Sun, 12 Sep 2010 16:06:03 +0200 | 
wenzelm | 
tuned messages;
 | 
file |
diff |
annotate
 | 
| Tue, 01 Jun 2010 11:30:57 +0200 | 
berghofe | 
merged
 | 
file |
diff |
annotate
 | 
| Tue, 01 Jun 2010 11:16:16 +0200 | 
berghofe | 
assign now applies meet before update_new to avoid misleading error message.
 | 
file |
diff |
annotate
 | 
| Thu, 27 May 2010 17:41:27 +0200 | 
wenzelm | 
renamed structure TypeInfer to Type_Infer, keeping the old name as legacy alias for some time;
 | 
file |
diff |
annotate
 | 
| Sat, 06 Feb 2010 20:57:07 +0100 | 
wenzelm | 
fixed spelling;
 | 
file |
diff |
annotate
 | 
| Thu, 23 Jul 2009 16:53:00 +0200 | 
wenzelm | 
paramify_vars: Term_Subst.map_atypsT_same
 | 
file |
diff |
annotate
 | 
| Thu, 23 Jul 2009 09:38:22 +0200 | 
berghofe | 
Purely functional type inference.
 | 
file |
diff |
annotate
 | 
| Fri, 17 Jul 2009 22:51:18 +0200 | 
wenzelm | 
tuned;
 | 
file |
diff |
annotate
 | 
| Tue, 14 Jul 2009 12:10:01 +0200 | 
wenzelm | 
tuned paramify_vars: Term_Subst.map_atypsT_option;
 | 
file |
diff |
annotate
 | 
| Thu, 09 Jul 2009 22:48:12 +0200 | 
wenzelm | 
renamed structure TermSubst to Term_Subst;
 | 
file |
diff |
annotate
 | 
| Fri, 27 Feb 2009 16:38:52 +0100 | 
wenzelm | 
eliminated NJ's List.nth;
 | 
file |
diff |
annotate
 | 
| Wed, 21 Jan 2009 23:21:44 +0100 | 
wenzelm | 
removed Ids;
 | 
file |
diff |
annotate
 | 
| 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
 |