src/Pure/Isar/proof_context.ML
Fri, 25 Apr 2025 11:22:25 +0200 wenzelm more scalable: discontinue odd shortcuts from 6b3739fee456, which produce bulky strings internally;
Sun, 15 Dec 2024 20:12:45 +0100 wenzelm clarified signature (see also 2157039256d3);
Sat, 14 Dec 2024 23:48:45 +0100 wenzelm commands 'syntax_types' and 'syntax_consts' now work in a local theory context;
Sat, 14 Dec 2024 21:47:20 +0100 wenzelm syntax translations now work in a local theory context;
Sun, 08 Dec 2024 20:09:14 +0100 wenzelm more markup (without rendering): class, type constructor, term constant --- similar to free, bound, etc.;
Sat, 07 Dec 2024 23:50:18 +0100 wenzelm clarified term positions and markup: syntax = true means this is via concrete syntax;
Fri, 06 Dec 2024 13:33:25 +0100 wenzelm clarified printing of consts: rename apart from all bounds, and thus avoid old Term.declare_free_names with its adhoc policy ("as they are printed");
Mon, 02 Dec 2024 18:53:45 +0100 wenzelm clarified modules;
Mon, 02 Dec 2024 14:30:10 +0100 wenzelm more accurate extern_const: avoid clash with frees;
Mon, 02 Dec 2024 14:08:28 +0100 wenzelm more direct Proof_Context.lookup_free -- bypass redundancy of Proof_Context.check_const;
Mon, 02 Dec 2024 11:36:53 +0100 wenzelm clarified signature: uniform context;
Sun, 01 Dec 2024 22:14:13 +0100 wenzelm tuned;
Thu, 24 Oct 2024 22:05:57 +0200 wenzelm prefer rewrite_term_yoyo for improved performance and occasionally better results (conforming to Ast.normalize);
Tue, 22 Oct 2024 21:29:44 +0200 wenzelm tuned signature;
Tue, 22 Oct 2024 19:26:40 +0200 wenzelm more concise representation of term positions;
Mon, 21 Oct 2024 22:28:07 +0200 wenzelm notable performance tuning (amending a59d9b81be24 and 8976c5bc9e97): avoid costly could_beta_eta_contract, which traverses the whole term;
Mon, 21 Oct 2024 20:02:27 +0200 wenzelm tuned;
Mon, 21 Oct 2024 14:50:59 +0200 wenzelm clarified signature;
Sat, 05 Oct 2024 14:58:36 +0200 wenzelm first-class support for "unbundle no foobar_syntax" -- avoid redundant "bundle no_foobar_syntax" definitions;
Sun, 22 Sep 2024 14:33:03 +0200 wenzelm proper fbreaks (amending 53f12ab896e6);
Fri, 20 Sep 2024 14:28:13 +0200 wenzelm clarified signature: more explicit operations;
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 20:21:04 +0200 wenzelm clarified signature: more operations;
Fri, 23 Aug 2024 14:56:33 +0200 wenzelm clarified markup: more uniform;
Thu, 22 Aug 2024 15:57:30 +0200 wenzelm tuned signature: more operations;
Sun, 04 Aug 2024 12:21:13 +0200 wenzelm tuned signature: more operations;
Mon, 10 Jun 2024 14:29:33 +0200 wenzelm more robust / permissive;
Mon, 10 Jun 2024 14:05:39 +0200 wenzelm clarified signature: more operations;
Mon, 10 Jun 2024 12:44:49 +0200 wenzelm clarified operations, following pretty_thm_name;
Sun, 09 Jun 2024 19:49:42 +0200 wenzelm clarified modules;
Sat, 08 Jun 2024 16:26:47 +0200 wenzelm more accurate output of Thm_Name.T wrt. facts name space;
Tue, 02 Apr 2024 18:29:14 +0200 wenzelm clarified names: discontinue odd convention from 3 decades ago;
Wed, 10 Jan 2024 14:36:29 +0100 wenzelm clarified signature;
Wed, 10 Jan 2024 13:43:10 +0100 wenzelm clarified signature;
Wed, 10 Jan 2024 13:37:29 +0100 wenzelm tuned signature;
Wed, 10 Jan 2024 13:10:20 +0100 wenzelm clarified signature;
Tue, 09 Jan 2024 22:40:38 +0100 wenzelm clarified signature;
Tue, 09 Jan 2024 17:10:09 +0100 wenzelm misc tuning and clarification: prefer Same.operation;
Tue, 09 Jan 2024 16:04:21 +0100 wenzelm clarified signature;
Tue, 09 Jan 2024 12:18:01 +0100 wenzelm clarified signature;
Mon, 08 Jan 2024 21:53:27 +0100 wenzelm minor performance tuning;
Wed, 27 Dec 2023 16:10:10 +0100 wenzelm more accurate Global_Theory.name_facts: burrow into expression of attributed theorems;
Wed, 27 Dec 2023 13:17:55 +0100 wenzelm clarified signature;
Sun, 24 Dec 2023 12:23:50 +0100 wenzelm tuned;
Sun, 24 Dec 2023 11:13:54 +0100 wenzelm tuned;
Sat, 20 May 2023 17:42:01 +0200 wenzelm tuned signature;
Sat, 20 May 2023 16:12:37 +0200 wenzelm more robust context: fail immediately via Morphism.the_theory, instead of rarely via Thm.theory_of_thm (for non-normal thm);
Mon, 15 May 2023 14:13:58 +0200 wenzelm avoid capture of inner/outer context and thus reduce heaps sizes by 20..40% (see also dd04a8b654fc, e49bf4ebf330, 9c19e15c8548, 71467e35fc3c);
Sat, 06 May 2023 23:20:20 +0200 wenzelm back to more elementary concept of aliases as adhoc change of accesses, but now with "suppress" information (see also 31ea5c1f874d);
Fri, 05 May 2023 15:56:12 +0200 wenzelm more explicit entries for aliases, with proper checks in "strict" mode (e.g. for logical entities);
Thu, 20 Apr 2023 11:57:34 +0200 wenzelm clarified signature: explicitly distinguish theory_base_name vs. theory_long_name;
Mon, 27 Mar 2023 21:48:47 +0200 wenzelm performance tuning: prefer functor Set() over Table();
Mon, 20 Sep 2021 23:15:02 +0200 wenzelm localized command 'syntax' and 'no_syntax';
Mon, 20 Sep 2021 21:56:10 +0200 wenzelm tuned;
Mon, 20 Sep 2021 20:43:38 +0200 wenzelm clarified signature;
Sat, 04 Sep 2021 21:25:08 +0200 wenzelm clarified signature;
Thu, 13 May 2021 15:52:10 +0200 wenzelm tuned;
Sun, 02 May 2021 17:38:49 +0200 wenzelm support nested cases;
Wed, 27 May 2020 20:02:02 +0200 wenzelm tuned signature;
Fri, 03 Apr 2020 17:35:10 +0200 wenzelm less redundant markup reports;
less more (0) -300 -100 -60 tip