src/Pure/Syntax/type_ext.ML
Wed, 06 Apr 2011 22:25:44 +0200 wenzelm type syntax as regular mixfix specification (type_ext for bootstrapping has been obsolete for many years);
Wed, 06 Apr 2011 21:55:41 +0200 wenzelm moved type syntax translations to syn_trans.ML;
Wed, 06 Apr 2011 12:58:13 +0200 wenzelm moved unparse material to syntax_phases.ML;
Tue, 05 Apr 2011 23:14:41 +0200 wenzelm moved decode/parse operations to standard_syntax.ML;
Tue, 05 Apr 2011 13:07:40 +0200 wenzelm more precise propagation of reports/results through some inner syntax layers;
Sun, 03 Apr 2011 21:59:33 +0200 wenzelm added Position.reports convenience;
Wed, 30 Mar 2011 22:03:50 +0200 wenzelm more informative markup_free;
Sun, 27 Mar 2011 20:55:01 +0200 wenzelm decode_term: some context-sensitive markup;
Sun, 27 Mar 2011 19:51:51 +0200 wenzelm tuned signatures;
Sun, 27 Mar 2011 19:27:31 +0200 wenzelm decode_term: more precise reports;
Sun, 27 Mar 2011 17:55:11 +0200 wenzelm decode_term/disambig: report resolved term variables for the unique (!) result;
Tue, 22 Mar 2011 16:15:50 +0100 wenzelm update_name_tr: more precise handling of explicit constraints, including positions;
Tue, 22 Mar 2011 15:32:47 +0100 wenzelm statespace syntax: strip positions -- type constraints are unexpected here;
Tue, 22 Mar 2011 14:22:40 +0100 wenzelm datatype case_tr: strip positions -- type constraints are unexpected despite the "any" category in "case_syn";
Tue, 22 Mar 2011 13:32:20 +0100 wenzelm support for encoded positions (for id_position, longid_position) as pseudo type-constraints -- still inactive;
Sun, 12 Sep 2010 19:04:02 +0200 wenzelm eliminated aliases of Type.constraint;
Mon, 31 May 2010 21:06:57 +0200 wenzelm modernized some structure names, keeping a few legacy aliases;
Thu, 29 Apr 2010 11:00:32 +0200 wenzelm uniform decoding of fixed/const syntax entities, allows to pass "\<^fixed>foo__" through the syntax layer (supersedes 1b7109c10b7b);
Wed, 28 Apr 2010 10:51:34 +0200 wenzelm get_sort: minimize sorts given in the text, while keeping those from the context unchanged (the latter are preferred);
Tue, 09 Mar 2010 14:29:47 +0100 wenzelm simplified Syntax.basic_syntax (again);
Wed, 03 Mar 2010 00:50:47 +0100 wenzelm "_type_prop" is syntax const -- recovered printing of OFCLASS;
Wed, 03 Mar 2010 00:28:22 +0100 wenzelm authentic syntax for classes and type constructors;
Sun, 21 Feb 2010 22:35:02 +0100 wenzelm slightly more abstract syntax mark/unmark operations;
Wed, 30 Sep 2009 22:20:58 +0200 wenzelm eliminated redundant bindings;
Sun, 08 Mar 2009 17:26:14 +0100 wenzelm moved basic algebra of long names from structure NameSpace to Long_Name;
Mon, 19 Jan 2009 20:05:41 +0100 wenzelm removed Ids;
Wed, 18 Jun 2008 22:32:06 +0200 wenzelm added type_constraint (formerly in type_infer.ML, which is now loaded later);
Fri, 13 Jun 2008 21:04:44 +0200 wenzelm map_const: soft version, no failure here (recovers hiding of consts, because a hidden name is illegal and rejected later);
Thu, 17 Apr 2008 16:30:53 +0200 wenzelm moved default token translations to proof_context.ML, if all fails the pretty printer falls back on plain output;
Mon, 04 Feb 2008 12:13:08 +0100 wenzelm *** MESSAGE REFERS TO 1.29 and 1.44 ***
Fri, 01 Feb 2008 08:32:26 +0100 haftmann fixed term_of_sort
Sun, 23 Sep 2007 22:23:27 +0200 wenzelm TypeInfer.constrain: canonical argument order;
Mon, 17 Sep 2007 16:36:43 +0200 wenzelm added print_mode_value (CRITICAL);
Thu, 31 May 2007 18:16:58 +0200 wenzelm decode_term: force qualified name into Const;
Sat, 21 Apr 2007 11:07:44 +0200 wenzelm TypeExt.decode_term;
Sun, 15 Apr 2007 14:32:04 +0200 wenzelm added decode_types (from type_infer.ML);
Wed, 04 Oct 2006 14:17:38 +0200 haftmann insert replacing ins ins_int ins_string
Tue, 21 Mar 2006 12:18:15 +0100 wenzelm avoid polymorphic equality;
Wed, 29 Jun 2005 15:13:44 +0200 wenzelm export no_type_brackets;
Sat, 23 Apr 2005 19:51:24 +0200 wenzelm removed token_trans.ML (some content moved to syn_ext.ML);
Sat, 16 Apr 2005 18:57:39 +0200 wenzelm Syntax.mk_trfun;
Sun, 13 Feb 2005 17:15:14 +0100 skalberg Deleted Library.option type.
Mon, 21 Jun 2004 10:25:57 +0200 kleing Merged in license change from Isabelle2004
Wed, 09 Jun 2004 18:54:26 +0200 wenzelm removed separate logtypes field of syntax;
Sat, 29 May 2004 15:07:42 +0200 wenzelm tuned _dummy_ofsort syntax;
Thu, 06 Nov 2003 20:45:02 +0100 schirmer Records:
Wed, 02 Jul 2003 16:57:57 +0200 nipkow Type antiquotations do not use the bracket syntax by default any longer.
Wed, 16 Jan 2002 23:19:34 +0100 wenzelm GPLed;
Wed, 28 Nov 2001 23:30:59 +0100 wenzelm support "_::foo" sort constraints;
Sun, 20 May 2001 11:20:41 +0200 nipkow added (no)_type_brackets
Fri, 01 Dec 2000 19:44:15 +0100 wenzelm no_brackets mode;
Wed, 14 Jun 2000 18:00:46 +0200 wenzelm tuned tappl syntax;
Sun, 21 May 2000 14:32:47 +0200 wenzelm added sort_of_term;
Tue, 07 Sep 1999 16:55:38 +0200 wenzelm logtypes: pretend "dummy" is one;
Tue, 06 Jul 1999 21:03:57 +0200 wenzelm export term_of_typ;
Tue, 20 Oct 1998 16:30:27 +0200 wenzelm no open;
Fri, 10 Oct 1997 15:47:41 +0200 wenzelm added longid syntax;
Mon, 06 Oct 1997 18:25:04 +0200 wenzelm fixed raw_term_sorts (again!);
Fri, 28 Feb 1997 16:45:38 +0100 wenzelm term_of_... now mark class, tfree, tvar;
Mon, 24 Feb 1997 09:46:12 +0100 wenzelm added "_" syntax for dummyT;
less more (0) -60 tip