src/Pure/pure_thy.ML
Tue, 22 Oct 2024 12:03:46 +0200 wenzelm clarified markers for syntax consts: avoid overlap with logical consts;
Fri, 18 Oct 2024 14:20:09 +0200 wenzelm more inner-syntax markup;
Tue, 08 Oct 2024 12:10:35 +0200 wenzelm more inner-syntax markup;
Sun, 06 Oct 2024 22:56:07 +0200 wenzelm more inner-syntax markup, without pretty blocks;
Sun, 22 Sep 2024 15:58:55 +0200 wenzelm clarified inner syntax markup: use "notation" uniformly;
Fri, 20 Sep 2024 23:36:33 +0200 wenzelm more inner syntax markup: Pure;
Tue, 17 Sep 2024 17:51:55 +0200 wenzelm more explicit context for syn_ext/mixfix operations, but it often degenerates to background theory;
Fri, 23 Aug 2024 22:47:51 +0200 wenzelm more markup for syntax consts;
Fri, 22 Dec 2023 21:03:16 +0100 wenzelm clarified signature: downgrade old-style Global_Theory.add_defs to Global_Theory.add_def without attributes;
Mon, 04 Dec 2023 12:10:39 +0100 wenzelm clarified modules;
Wed, 20 Oct 2021 18:13:17 +0200 wenzelm discontinued obsolete "val extend = I" for data slots;
Tue, 21 Sep 2021 12:25:40 +0200 wenzelm clarified modules;
Mon, 20 Sep 2021 20:22:32 +0200 wenzelm clarified signature;
Fri, 17 Jul 2020 14:56:55 +0200 wenzelm prefer conservative extend/merge of theory naming;
Tue, 21 Apr 2020 22:19:59 +0200 wenzelm clarified signature: avoid clash with Isabelle/Scala Term.OFCLASS on case-insensible file-system;
Fri, 13 Mar 2020 16:12:50 +0100 wenzelm some uses of "' " as witness for this feature;
Sat, 23 Nov 2019 14:48:44 +0100 wenzelm clarified signature;
Wed, 24 Jul 2019 10:49:01 +0200 wenzelm avoid global syntax for MinProof (amending e31271559de8);
Sun, 21 Jul 2019 15:19:07 +0200 wenzelm global declaration of abstract syntax for proof terms, with qualified names;
Sun, 25 Feb 2018 15:44:46 +0100 wenzelm eliminated ASCII syntax from Pure bootstrap;
Sun, 25 Feb 2018 12:59:08 +0100 wenzelm notation for dummy sort;
Tue, 13 Dec 2016 11:51:42 +0100 wenzelm more symbols;
Thu, 04 Aug 2016 21:30:20 +0200 wenzelm prefer hardwired "nothing";
Fri, 01 Apr 2016 16:15:31 +0200 wenzelm explicit property for unbreakable block;
Wed, 30 Mar 2016 15:15:12 +0200 wenzelm clarified simple mixfix;
Tue, 29 Mar 2016 21:17:29 +0200 wenzelm more position information for type mixfix;
Sun, 06 Mar 2016 16:19:02 +0100 wenzelm clarified treatment of fragments of Isabelle symbols during bootstrap;
Sat, 09 Jan 2016 12:35:07 +0100 wenzelm discontinued \<struct> syntax;
Tue, 29 Dec 2015 14:58:15 +0100 wenzelm former "xsymbols" syntax is used by default, and ASCII replacement syntax with print mode "ASCII";
Tue, 22 Sep 2015 22:42:48 +0200 wenzelm tuned signature;
Tue, 22 Sep 2015 22:38:22 +0200 wenzelm eliminated separate type Theory.dep: use typeargs uniformly for consts/types;
Tue, 22 Sep 2015 14:32:23 +0200 wenzelm HOL typedef with explicit dependency checks according to Ondrey Kuncar, 07-Jul-2015, 16-Jul-2015, 30-Jul-2015;
Wed, 09 Sep 2015 14:47:41 +0200 wenzelm eliminated \<Colon> from syntax of constraints;
Mon, 22 Sep 2014 21:28:57 +0200 wenzelm discontinued old "xnum" token category;
Sun, 06 Apr 2014 15:43:45 +0200 wenzelm more source positions;
Fri, 21 Mar 2014 20:33:56 +0100 wenzelm more qualified names;
Fri, 21 Mar 2014 15:12:03 +0100 wenzelm more qualified names;
Fri, 21 Mar 2014 12:34:50 +0100 wenzelm more qualified names;
Fri, 21 Mar 2014 11:42:32 +0100 wenzelm more qualified names;
Fri, 21 Mar 2014 11:06:39 +0100 wenzelm tuned signature;
Fri, 21 Mar 2014 10:45:03 +0100 wenzelm tuned signature;
Thu, 20 Mar 2014 22:40:12 +0100 wenzelm produce qualified names more directly;
Wed, 22 Jan 2014 15:10:33 +0100 wenzelm inner syntax token language allows regular quoted strings;
Sat, 18 Jan 2014 19:15:12 +0100 wenzelm support for nested text cartouches;
Fri, 23 Aug 2013 20:35:50 +0200 wenzelm added Theory.setup convenience;
Tue, 28 May 2013 23:06:32 +0200 wenzelm explicit support for type annotations within printed syntax trees;
Sun, 26 May 2013 21:05:03 +0200 wenzelm tuned;
Sun, 26 May 2013 20:42:43 +0200 wenzelm tuned signature;
Sat, 25 May 2013 15:37:53 +0200 wenzelm syntax translations always depend on context;
Thu, 04 Apr 2013 12:06:23 +0200 wenzelm added var_position in analogy to longid_position, for typing reports on input;
Sun, 30 Dec 2012 16:23:30 +0100 wenzelm uniform notation for == and \<equiv> (cf. 3e3c2af5e8a5);
Wed, 19 Dec 2012 22:26:26 +0100 nipkow removed odd associativity of ==
Wed, 03 Oct 2012 14:58:56 +0200 wenzelm allow position constraints to coexist with 0 or 1 sort constraints;
Mon, 01 Oct 2012 16:37:22 +0200 wenzelm report sort assignment of visible type variables;
Wed, 15 Feb 2012 13:24:22 +0100 wenzelm renamed "xstr" to "str_token";
Mon, 16 Jan 2012 21:50:15 +0100 wenzelm position constraints for numerals enable PIDE markup;
Thu, 01 Dec 2011 12:25:27 +0100 wenzelm renamed inner syntax categories "num" to "num_token" and "xnum" to "xnum_token";
Mon, 14 Nov 2011 17:48:26 +0100 wenzelm inner syntax positions for string literals;
Mon, 07 Nov 2011 16:41:16 +0100 wenzelm discontinued numbered structure indexes (legacy feature);
Mon, 22 Aug 2011 23:39:05 +0200 wenzelm special treatment of structure index 1 in Pure, including legacy warning;
less more (0) -300 -100 -60 tip