src/HOL/Tools/Ctr_Sugar/ctr_sugar.ML
Wed, 04 Aug 2021 19:41:59 +0200 wenzelm clarified export of formal entities: name space info is always present, but content depends on option "export_theory";
Fri, 21 May 2021 12:29:29 +0200 wenzelm clarified modules;
Mon, 12 Oct 2020 07:25:38 +0000 haftmann consolidated names and operations
Fri, 14 Aug 2020 14:40:24 +0200 wenzelm clarified signature;
Fri, 06 Dec 2019 17:05:52 +0100 wenzelm suppress record types: not working properly;
Fri, 06 Dec 2019 15:53:09 +0100 wenzelm clarified signature;
Fri, 06 Dec 2019 15:44:55 +0100 wenzelm export datatypes;
Fri, 06 Dec 2019 11:43:29 +0100 wenzelm clarified modules;
Mon, 02 Dec 2019 15:04:38 +0100 wenzelm proper spec_rule name via naming/binding/Morphism.binding;
Fri, 29 Nov 2019 20:57:04 +0100 wenzelm more informative spec rules: optional name;
Fri, 09 Aug 2019 17:14:49 +0200 wenzelm formal position for PThm nodes;
Tue, 26 Mar 2019 22:13:36 +0100 wenzelm more informative Spec_Rules.Equational, notably primrec argument types;
Sat, 05 Jan 2019 17:24:33 +0100 wenzelm isabelle update -u control_cartouches;
Fri, 04 Jan 2019 23:22:53 +0100 wenzelm isabelle update -u control_cartouches;
Thu, 11 Jan 2018 13:48:17 +0100 wenzelm uniform use of Standard ML op-infix -- eliminated warnings;
Wed, 10 Jan 2018 15:25:09 +0100 nipkow ran isabelle update_op on all sources
Sun, 02 Jul 2017 20:13:38 +0200 haftmann proper concept of code declaration wrt. atomicity and Isar declarations
Sat, 29 Oct 2016 00:39:33 +0200 blanchet avoid code generator warnings when deleting equations in BNF commands (e.g., datatype) in locales with assumptions and similar
Mon, 12 Sep 2016 16:51:55 +0200 blanchet avoid warning triggered by code generator
Fri, 17 Jun 2016 21:25:59 +0200 blanchet avoid runtime warning with discriminators due to 'Code.del_eqn'
Mon, 06 Jun 2016 21:28:46 +0200 haftmann explicit tagging of code equations de-baroquifies interface
Sun, 29 May 2016 15:40:25 +0200 wenzelm clarified check_open_spec / read_open_spec;
Thu, 28 Apr 2016 09:43:11 +0200 wenzelm support 'assumes' in specifications, e.g. 'definition', 'inductive';
Wed, 17 Feb 2016 11:54:34 +0100 blanchet allow predicator instead of map function in 'primrec'
Mon, 15 Feb 2016 18:27:17 +0100 blanchet tuning
Mon, 15 Feb 2016 12:48:10 +0100 blanchet tuning
Tue, 01 Dec 2015 13:07:40 +0100 blanchet tuned whitespace
Mon, 02 Nov 2015 21:49:49 +0100 blanchet allow selectors and discriminators with same name as type
Tue, 06 Oct 2015 12:01:07 +0200 traytel collect the names from goals in favor of fragile exports
Thu, 01 Oct 2015 17:32:07 +0200 blanchet export '_cmd' functions
Fri, 25 Sep 2015 23:01:34 +0200 traytel restructure fresh variable generation to make exports more wellformed
Fri, 25 Sep 2015 23:01:31 +0200 traytel more canonical context threading
Fri, 04 Sep 2015 21:40:59 +0200 wenzelm close derivation *before* splitting conjuncts, like Goal.prove_common (see also 757cad5a3fe9) -- potential improvement of performance;
Thu, 03 Sep 2015 16:41:43 +0200 traytel use open/close_target rather than Local_Theory.restore to get polymorphic definitions;
Tue, 28 Jul 2015 20:59:39 +0200 wenzelm more explicit context;
Mon, 27 Jul 2015 17:44:55 +0200 wenzelm tuned signature;
Thu, 16 Jul 2015 12:23:22 +0200 traytel {r,e,d,f}tac with proper context in BNF
Sun, 05 Jul 2015 15:02:30 +0200 wenzelm simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);
Sat, 09 May 2015 14:10:10 +0200 blanchet took out unreliable 'blast' from tactic altogether
Sun, 03 May 2015 18:14:11 +0200 blanchet made split-rule tactic go beyond constructors with 20 arguments
Mon, 06 Apr 2015 17:06:48 +0200 wenzelm @{command_spec} is superseded by @{command_keyword};
Tue, 31 Mar 2015 00:11:54 +0200 wenzelm tuned signature;
Sat, 07 Mar 2015 21:32:31 +0100 wenzelm clarified Drule.gen_all: observe context more carefully;
Fri, 06 Mar 2015 15:58:56 +0100 wenzelm Thm.cterm_of and Thm.ctyp_of operate on local context;
Wed, 04 Mar 2015 19:53:18 +0100 wenzelm tuned signature -- prefer qualified names;
Tue, 03 Mar 2015 19:08:04 +0100 traytel eliminated some clones of Proof_Context.cterm_of
Mon, 05 Jan 2015 21:24:14 +0100 blanchet generate [code] only with 'code' plugin enabled
Mon, 05 Jan 2015 10:09:42 +0100 blanchet added plugins syntax to prim(co)rec
Mon, 05 Jan 2015 06:56:15 +0100 blanchet tuning
Fri, 19 Dec 2014 11:18:58 +0100 desharna generate 'disc_eq_case' for Ctr_Sugars
Mon, 05 Jan 2015 06:56:15 +0100 blanchet tuning
Fri, 19 Dec 2014 11:17:23 +0100 desharna generate 'case_distrib' for Ctr_Sugars
Wed, 26 Nov 2014 20:05:34 +0100 wenzelm renamed "pairself" to "apply2", in accordance to @{apply 2};
Thu, 13 Nov 2014 17:28:11 +0100 blanchet tuning
Mon, 10 Nov 2014 21:49:48 +0100 wenzelm proper context for assume_tac (atac remains as fall-back without context);
Wed, 15 Oct 2014 17:18:08 +0200 blanchet made SML/NJ happier
Tue, 14 Oct 2014 16:17:34 +0200 desharna add 'kind' to 'cr_sugar'
Mon, 13 Oct 2014 21:41:29 +0200 wenzelm tuned signature;
Mon, 13 Oct 2014 19:34:10 +0200 wenzelm clarified load order;
Mon, 13 Oct 2014 18:45:48 +0200 wenzelm Local_Interpretation is superseded by Plugin with formal Plugin_Name management, avoiding undeclared strings;
less more (0) -100 -60 tip