src/Pure/type.ML
Sat, 10 Nov 2007 23:03:57 +0100 wenzelm similar_types: uniform treatment of TFrees/TVars;
Wed, 07 Nov 2007 16:42:56 +0100 wenzelm tuned signature;
Thu, 11 Oct 2007 19:10:24 +0200 wenzelm replaced Term.equiv_types by Type.similar_types;
Thu, 04 Oct 2007 20:29:24 +0200 wenzelm replaced literal 'a by Name.aT;
Thu, 30 Aug 2007 15:04:42 +0200 wenzelm maintain mode in context (get/set/restore_mode);
Tue, 14 Aug 2007 23:22:58 +0200 wenzelm type mode: models certification mode (default, syntax, abbrev);
Sun, 08 Jul 2007 19:51:58 +0200 wenzelm replaced exception TableFun/GraphFun.DUPS by TableFun/GraphFun.DUP;
Thu, 31 May 2007 23:47:36 +0200 wenzelm simplified/unified list fold;
Fri, 29 Dec 2006 17:24:45 +0100 wenzelm Sorts.minimal_classes;
Fri, 15 Dec 2006 00:08:06 +0100 wenzelm avoid conflict with Alice keywords: renamed pack -> implode, unpack -> explode, any -> many, avoided assert;
Tue, 31 Oct 2006 09:29:06 +0100 haftmann fixed type signature of Type.varify
Tue, 10 Oct 2006 13:59:13 +0200 haftmann gen_rem(s) abandoned in favour of remove / subtract
Thu, 21 Sep 2006 19:05:41 +0200 wenzelm serial numbers for types;
Fri, 15 Sep 2006 22:56:13 +0200 wenzelm renamed Term.map_term_types to Term.map_types (cf. Term.fold_types);
Tue, 11 Jul 2006 12:16:54 +0200 wenzelm replaced Term.variant(list) by Name.variant(_list);
Wed, 07 Jun 2006 02:01:28 +0200 wenzelm renamed Type.(un)varifyT to Logic.(un)varifyT;
Mon, 22 May 2006 21:27:01 +0200 wenzelm export raw_unifys, could_unifys;
Sat, 20 May 2006 23:37:04 +0200 wenzelm export raw_matches;
Tue, 16 May 2006 13:01:24 +0200 wenzelm more abstract interface to classes/arities;
Fri, 05 May 2006 21:59:47 +0200 wenzelm replaced Sorts.DOMAIN by general Sorts.CLASS_ERROR;
Tue, 02 May 2006 00:20:40 +0200 wenzelm tuned;
Sun, 30 Apr 2006 22:50:09 +0200 wenzelm build classes/arities: refer to operations in sorts.ML;
Tue, 25 Apr 2006 22:23:24 +0200 wenzelm added inter_sort;
Tue, 21 Mar 2006 12:18:15 +0100 wenzelm avoid polymorphic equality;
Sat, 11 Mar 2006 21:23:10 +0100 wenzelm got rid of type Sign.sg;
Tue, 07 Feb 2006 19:56:45 +0100 wenzelm renamed gen_duplicates to duplicates;
Mon, 06 Feb 2006 20:59:57 +0100 wenzelm TableFun: renamed xxx_multi to xxx_list;
Mon, 06 Feb 2006 11:01:28 +0100 haftmann subsituted gen_duplicates / has_duplicates for duplicates whenever appropriate
Sat, 08 Oct 2005 22:39:42 +0200 wenzelm added could_unify;
Tue, 04 Oct 2005 19:01:37 +0200 wenzelm minor tweaks for Poplog/ML;
Tue, 20 Sep 2005 08:21:49 +0200 haftmann slight adaptions to library changes
Thu, 15 Sep 2005 17:16:56 +0200 wenzelm TableFun/Symtab: curried lookup and update;
Thu, 01 Sep 2005 18:48:50 +0200 wenzelm curried_lookup/update;
Mon, 29 Aug 2005 16:18:04 +0200 wenzelm use AList operations;
Thu, 28 Jul 2005 15:20:03 +0200 wenzelm typ_match, unify: canonical argument order;
Tue, 19 Jul 2005 17:21:57 +0200 wenzelm tuned match, unify;
Fri, 01 Jul 2005 14:19:36 +0200 berghofe Moved eq_type from envir.ML to type.ML
Fri, 17 Jun 2005 18:33:29 +0200 wenzelm Symtab.fold;
Sat, 11 Jun 2005 22:15:55 +0200 wenzelm name space of classes and types maintained in tsig;
Thu, 09 Jun 2005 12:03:27 +0200 wenzelm renamed cert_typ_raw to cert_typ_abbrev;
Sun, 05 Jun 2005 23:07:27 +0200 wenzelm added Type.freeze(_type);
Thu, 21 Apr 2005 19:12:03 +0200 berghofe - Eliminated nodup_vars check.
Fri, 04 Mar 2005 15:07:34 +0100 skalberg Removed practically all references to Library.foldr.
Thu, 03 Mar 2005 12:43:01 +0100 skalberg Move towards standard functions.
Sun, 13 Feb 2005 17:15:14 +0100 skalberg Deleted Library.option type.
Tue, 22 Jun 2004 10:05:47 +0200 wenzelm tuned;
Tue, 22 Jun 2004 09:51:39 +0200 wenzelm tuned certify_typ/term;
Mon, 21 Jun 2004 16:40:55 +0200 wenzelm tuned certify_typ;
Wed, 09 Jun 2004 18:55:28 +0200 wenzelm tuned messages;
Sat, 29 May 2004 15:05:25 +0200 wenzelm removed norm_typ; improved output; refer to Pretty.pp;
Fri, 21 May 2004 21:26:19 +0200 wenzelm major cleanup of tsig datastructures and extend/merge operations; fixes old bugs in classes/arities code; proper treatment of nonterminals and syntax-only types;
Mon, 21 Oct 2002 17:15:40 +0200 berghofe Removed add_env because Vartab.map was too slow for large environments.
Sat, 12 Jan 2002 16:38:42 +0100 wenzelm paramify_dummies: proper treatment of maxidx;
Tue, 18 Dec 2001 02:18:38 +0100 wenzelm tuned interface of unify, param;
Fri, 14 Dec 2001 11:54:47 +0100 wenzelm varify returns newly introduced variables;
Wed, 28 Nov 2001 23:29:21 +0100 wenzelm Syntax.typ_of_term: pass intern sort fn;
Fri, 16 Nov 2001 15:24:39 +0100 wenzelm ext_tsig_classes: rebuild_tsig!!!!!
Thu, 01 Feb 2001 20:45:54 +0100 wenzelm ext_classrel: certify_class;
Sat, 18 Nov 2000 19:48:34 +0100 wenzelm export freeze_thaw_type;
Thu, 03 Aug 2000 00:41:07 +0200 wenzelm typ_no_norm;
less more (0) -100 -60 tip