src/Pure/Thy/export_theory.ML
Sat, 30 Nov 2019 15:17:23 +0100 wenzelm export spec rules;
Fri, 29 Nov 2019 20:57:04 +0100 wenzelm more informative spec rules: optional name;
Fri, 08 Nov 2019 19:06:50 +0100 wenzelm clarified modules;
Mon, 04 Nov 2019 14:56:49 +0100 wenzelm more robust expose_proofs corresponding to register_proofs/consolidate_theory;
Sun, 03 Nov 2019 18:55:35 +0100 wenzelm determine proof boxes from exported proof (NB: thm_boxes is not sufficient due to OfClass proofs);
Sat, 02 Nov 2019 12:33:38 +0100 wenzelm clarified signature;
Sat, 02 Nov 2019 12:11:00 +0100 wenzelm more direct output of XML material -- bypass Buffer.T;
Sat, 02 Nov 2019 12:02:27 +0100 wenzelm more scalable protocol_message: use XML.body directly (Output.output hook is not required);
Sat, 02 Nov 2019 10:56:53 +0100 wenzelm clarified signature;
Fri, 01 Nov 2019 18:08:46 +0100 wenzelm clarified signature (again);
Fri, 01 Nov 2019 17:53:27 +0100 wenzelm clarified signature;
Fri, 01 Nov 2019 15:47:31 +0100 wenzelm avoid redundant proof boxes for application sessions;
Fri, 01 Nov 2019 15:09:55 +0100 wenzelm more detailed proof term output;
Thu, 31 Oct 2019 22:34:16 +0100 wenzelm more accurate proof_boxes -- from actual proof body;
Thu, 31 Oct 2019 21:21:09 +0100 wenzelm clarified signature;
Thu, 31 Oct 2019 14:29:29 +0100 wenzelm clarified signature;
Tue, 22 Oct 2019 20:55:13 +0200 wenzelm clarified axiom_table: uniform space (e.g. like consts), e.g. relevant for export of HOL-ex.Join_Theory;
Mon, 21 Oct 2019 16:32:10 +0200 wenzelm export constdefs according to defs.ML;
Sun, 20 Oct 2019 22:26:44 +0200 wenzelm avoid spurious shyps (with vacous type variable);
Sun, 20 Oct 2019 21:34:29 +0200 wenzelm more robust hybrid treatment of Pure, notably for Isabelle/Dedukti;
Sun, 20 Oct 2019 20:38:22 +0200 wenzelm clarified expand_proof/expand_name: allow more detailed control via thm_header;
Sun, 20 Oct 2019 16:16:23 +0200 wenzelm option to export standardized proof terms (not scalable);
Sat, 19 Oct 2019 16:09:39 +0200 wenzelm export toplevel proof similar to named PThm;
Fri, 18 Oct 2019 22:44:19 +0200 wenzelm proper treatment of self thm_id;
Thu, 17 Oct 2019 21:03:59 +0200 wenzelm tuned signature;
Thu, 17 Oct 2019 20:56:18 +0200 wenzelm proof boxes based on proof digest (not proof term): thus it works with prune_proofs;
Thu, 17 Oct 2019 17:24:13 +0200 wenzelm clarified proof_boxes (requires prune_proofs=false);
Tue, 15 Oct 2019 21:05:35 +0200 wenzelm more support for proof terms;
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;
less more (0) -60 tip