src/Pure/Thy/export_theory.ML
Sat, 12 Oct 2019 13:43:17 +0200 wenzelm more compact XML: separate environment for free variables;
Fri, 11 Oct 2019 11:16:36 +0200 wenzelm tuned signature;
Fri, 04 Oct 2019 15:30:52 +0200 wenzelm Term_XML.Encode/Decode.term uses Const "typargs";
Fri, 23 Aug 2019 14:32:51 +0200 wenzelm clarified 'thm_deps' command;
Fri, 23 Aug 2019 13:32:27 +0200 wenzelm more compact: avoid pointless PThm rudiments;
Wed, 21 Aug 2019 17:32:44 +0200 wenzelm more scalable: avoid huge intermediate XML elems;
Tue, 20 Aug 2019 19:56:31 +0200 wenzelm export thm_deps;
Mon, 19 Aug 2019 21:23:13 +0200 wenzelm clarified export of axioms and theorems (identified derivations instead of projected facts);
Thu, 15 Aug 2019 21:18:06 +0200 wenzelm more careful treatment of hidden type variable names: smash before zero_var_indexes to get standard enumeration;
Thu, 15 Aug 2019 19:35:17 +0200 wenzelm more careful treatment of standard_vars: rename apart from existing frees and avoid approximative Name.declared, proper application of unvarifyT within terms of proof;
Thu, 15 Aug 2019 16:06:57 +0200 wenzelm export facts with reconstructed proof term (if possible), but its PThm boxes need to be collected separately;
Wed, 14 Aug 2019 19:21:34 +0200 wenzelm uniform standard_vars for terms and proof terms;
Sun, 21 Jul 2019 12:11:35 +0200 wenzelm tuned;
Sat, 20 Jul 2019 12:52:29 +0200 wenzelm clarified export of sort algebra: avoid logical operations in Isabelle/Scala;
Sat, 30 Mar 2019 20:54:47 +0100 wenzelm clarified signature: more explicit type Path.binding;
Wed, 27 Mar 2019 14:47:49 +0100 wenzelm more informative Spec_Rules.Equational: support corecursion;
Tue, 26 Mar 2019 22:13:36 +0100 wenzelm more informative Spec_Rules.Equational, notably primrec argument types;
Tue, 26 Mar 2019 13:25:32 +0100 wenzelm export propositional status of consts;
Sat, 02 Feb 2019 15:52:14 +0100 wenzelm clarified signature: Path.T as in Generated_Files;
Sun, 30 Sep 2018 12:26:14 +0200 wenzelm suppress aux. locales from command 'experiment' -- avoid crash of theory Dict_Construction.Test_Dict_Construction (AFP);
Sun, 30 Sep 2018 11:58:59 +0200 wenzelm obsolete (see 6f8ae6ddc26b);
Sat, 29 Sep 2018 23:23:43 +0200 wenzelm more direct locale goal: avoid renaming of type_parameters;
Fri, 28 Sep 2018 21:16:24 +0200 wenzelm more approximative prefix syntax, including binder;
Fri, 28 Sep 2018 19:30:07 +0200 wenzelm proper syntax for locale vs. class parameters;
Wed, 26 Sep 2018 17:04:50 +0200 wenzelm clarified get_infix: avoid old ASCII input syntax;
Tue, 25 Sep 2018 20:41:27 +0200 wenzelm export locale dependencies, with approx. morphism as type/term substitution;
Sat, 22 Sep 2018 15:22:29 +0200 wenzelm obsolete (see aec64b88e708);
Fri, 21 Sep 2018 22:26:10 +0200 wenzelm clarified locale content: proper args with types for interpretation/axioms and typargs derived from the result;
Fri, 21 Sep 2018 21:06:23 +0200 wenzelm clarified error;
Fri, 21 Sep 2018 17:48:39 +0200 wenzelm clarified errors;
Thu, 20 Sep 2018 22:39:39 +0200 wenzelm clarified standardization of variables, with proper treatment of local variables;
Wed, 19 Sep 2018 22:18:36 +0200 wenzelm export semi-unfolded locale axioms;
Sun, 16 Sep 2018 22:45:34 +0200 wenzelm export plain infix syntax;
Sat, 15 Sep 2018 23:35:46 +0200 wenzelm more exports;
Mon, 03 Sep 2018 20:46:09 +0200 wenzelm more robust: parents are strict in Export_Theory.read_theory and thus approximate "commit" of exports;
Fri, 31 Aug 2018 16:17:30 +0200 wenzelm clarified signature: proper typargs;
Fri, 31 Aug 2018 15:48:37 +0200 wenzelm export locale content;
Tue, 28 Aug 2018 12:07:30 +0200 wenzelm retain original id, which is command_id/exec_id for PIDE;
Mon, 06 Aug 2018 11:06:43 +0200 wenzelm export shyps as regular typargs;
Sun, 05 Aug 2018 20:32:18 +0200 wenzelm more uniform facts: single vs. multi;
Sun, 05 Aug 2018 14:50:11 +0200 wenzelm explicit names for bound variables;
Sat, 04 Aug 2018 22:32:41 +0200 wenzelm export in foundational order;
Fri, 29 Jun 2018 14:19:52 +0200 wenzelm disallow hyps in export;
Sat, 26 May 2018 22:02:25 +0200 wenzelm export sort algebra;
Thu, 24 May 2018 16:56:14 +0200 wenzelm more exports;
Sun, 20 May 2018 20:37:11 +0200 wenzelm standardize implicit variables: non-zero indexes do occur occasionally, e.g. via RS;
Sun, 20 May 2018 16:25:27 +0200 wenzelm export facts;
Sun, 20 May 2018 15:37:16 +0200 wenzelm clarified encoding;
Sun, 20 May 2018 15:28:59 +0200 wenzelm more scalable;
Fri, 18 May 2018 16:30:20 +0200 wenzelm more exports;
Thu, 17 May 2018 17:29:17 +0200 wenzelm export more theory and session structure;
Thu, 17 May 2018 14:01:13 +0200 wenzelm misc tuning and clarification;
Wed, 16 May 2018 23:13:33 +0200 wenzelm proper PIDE positions;
Mon, 14 May 2018 11:29:22 +0200 wenzelm more general presentation hook, with document preparation as application;
Sun, 13 May 2018 21:20:28 +0200 wenzelm more uniform types vs. consts;
Sun, 13 May 2018 20:24:33 +0200 wenzelm more concise information;
Sun, 13 May 2018 16:51:50 +0200 wenzelm clarified markup;
Sun, 13 May 2018 15:55:30 +0200 wenzelm more exports;
Fri, 11 May 2018 22:59:00 +0200 wenzelm some export of foundational theory content;
less more (0) tip