src/Pure/Isar/context_rules.ML
Tue, 15 Jul 2025 11:56:24 +0200 wenzelm more accurate warning;
Tue, 15 Jul 2025 11:26:31 +0200 wenzelm clarified signature;
Tue, 15 Jul 2025 10:48:45 +0200 wenzelm explicit "dest" rules: no longer declare [elim_format, elim];
Mon, 14 Jul 2025 11:18:10 +0200 wenzelm clarified output;
Fri, 11 Jul 2025 21:39:03 +0200 wenzelm more robust: no failure on bad rule;
Fri, 11 Jul 2025 21:36:22 +0200 wenzelm more accurate delete operation via authentic index --- minor performance tuning;
Fri, 11 Jul 2025 15:17:42 +0200 wenzelm minor performance tuning;
Fri, 11 Jul 2025 11:52:43 +0200 wenzelm clarified signature: rule declarations work via "info" as internal rule (which coincides with external rule);
Thu, 10 Jul 2025 12:40:45 +0200 wenzelm clarified modules;
Wed, 09 Jul 2025 11:09:00 +0200 wenzelm clarified signature: anticipate use in src/Provers/classical.ML;
Tue, 08 Jul 2025 12:10:00 +0200 wenzelm clarified signature;
Mon, 07 Jul 2025 22:11:44 +0200 wenzelm efficient rule declarations in canonical order, for update of netpairs and print operation;
Sun, 06 Jul 2025 14:58:00 +0200 wenzelm tuned messages;
Sun, 06 Jul 2025 14:53:20 +0200 wenzelm clarified signature: more explicit type Bires.kind;
Sun, 06 Jul 2025 13:58:41 +0200 wenzelm tuned;
Sun, 06 Jul 2025 11:33:23 +0200 wenzelm just one type Bires.netpair, based on Bires.tag with explicit weight;
Sat, 05 Jul 2025 15:53:52 +0200 wenzelm clarified modules;
Sat, 05 Jul 2025 15:03:26 +0200 wenzelm clarified signature;
Sat, 05 Jul 2025 14:39:24 +0200 wenzelm tuned signature: more explicit types;
Sat, 05 Jul 2025 14:19:45 +0200 wenzelm clarified modules: explicit structure Bires;
Fri, 25 Apr 2025 11:22:25 +0200 wenzelm more scalable: discontinue odd shortcuts from 6b3739fee456, which produce bulky strings internally;
Sat, 22 Apr 2023 21:00:24 +0200 wenzelm tuned: concise combinators instead of bulky case-expressions;
Wed, 20 Oct 2021 18:13:17 +0200 wenzelm discontinued obsolete "val extend = I" for data slots;
Sun, 18 Feb 2018 15:05:21 +0100 wenzelm tuned signature;
Fri, 16 Feb 2018 18:26:13 +0100 wenzelm tuned;
Wed, 06 Dec 2017 18:59:33 +0100 wenzelm prefer control symbol antiquotations;
Fri, 25 Sep 2015 20:37:59 +0200 wenzelm moved remaining display.ML to more_thm.ML;
Sun, 30 Aug 2015 13:08:00 +0200 wenzelm trim context for persistent storage;
Fri, 28 Aug 2015 11:13:22 +0200 wenzelm tuned signature;
Wed, 26 Nov 2014 20:05:34 +0100 wenzelm renamed "pairself" to "apply2", in accordance to @{apply 2};
Mon, 31 Mar 2014 12:35:39 +0200 wenzelm some shortcuts for chunks, which sometimes avoid bulky string output;
Tue, 18 Mar 2014 15:29:58 +0100 wenzelm more antiquotations;
Fri, 23 Aug 2013 20:35:50 +0200 wenzelm added Theory.setup convenience;
Sat, 27 Apr 2013 20:50:20 +0200 wenzelm uniform Proof.context for hyp_subst_tac;
Sat, 30 Mar 2013 13:40:19 +0100 wenzelm more item markup;
Fri, 29 Mar 2013 22:14:27 +0100 wenzelm Pretty.item markup for improved readability of lists of items;
Sun, 06 Nov 2011 21:51:46 +0100 wenzelm more explicit representation of rule_attribute vs. declaration_attribute vs. mixed_attribute;
Mon, 20 Sep 2010 16:05:25 +0200 wenzelm renamed structure PureThy to Pure_Thy and moved most content to Global_Theory, to emphasize that this is global-only;
Sat, 15 May 2010 23:16:32 +0200 wenzelm refer directly to structure Keyword and Parse;
Sun, 08 Nov 2009 16:30:41 +0100 wenzelm adapted Generic_Data, Proof_Data;
Sun, 01 Nov 2009 16:23:31 +0100 wenzelm tuned signature;
Sun, 01 Nov 2009 15:44:26 +0100 wenzelm modernized structure Context_Rules;
Wed, 30 Sep 2009 22:20:58 +0200 wenzelm eliminated redundant bindings;
Tue, 21 Jul 2009 01:03:18 +0200 wenzelm proper context for Display.pretty_thm etc. or old-style versions Display.pretty_thm_global, Display.pretty_thm_without_context etc.;
Sun, 15 Mar 2009 15:59:44 +0100 wenzelm simplified attribute setup;
Wed, 21 Jan 2009 23:21:44 +0100 wenzelm removed Ids;
Wed, 21 Jan 2009 16:48:15 +0100 haftmann binding replaces bstring
Sat, 09 Aug 2008 22:43:46 +0200 wenzelm unified Args.T with OuterLex.token, renamed some operations;
Fri, 28 Mar 2008 20:02:04 +0100 wenzelm Context.>> : operate on Context.generic;
Thu, 27 Mar 2008 15:32:15 +0100 wenzelm eliminated delayed theory setup
Sat, 26 Jan 2008 17:08:38 +0100 wenzelm tuned attribute syntax -- no need for eta-expansion;
Sun, 03 Jun 2007 23:16:55 +0200 wenzelm tuned Tactic signature;
Thu, 31 May 2007 23:47:36 +0200 wenzelm simplified/unified list fold;
Mon, 07 May 2007 00:49:59 +0200 wenzelm simplified DataFun interfaces;
Mon, 26 Feb 2007 23:18:24 +0100 wenzelm moved eq_thm etc. to structure Thm in Pure/more_thm.ML;
Thu, 23 Nov 2006 22:38:30 +0100 wenzelm prefer Proof.context over Context.generic;
Wed, 02 Aug 2006 22:26:41 +0200 wenzelm normalized Proof.context/method type aliases;
Thu, 27 Apr 2006 15:06:35 +0200 wenzelm tuned basic list operators (flat, maps, map_filter);
Wed, 26 Apr 2006 22:38:05 +0200 wenzelm tuned;
Wed, 15 Feb 2006 21:34:55 +0100 wenzelm removed distinct, renamed gen_distinct to distinct;
less more (0) -60 tip