src/HOL/Tools/BNF/bnf_fp_def_sugar.ML
Mon, 06 Apr 2015 17:06:48 +0200 wenzelm @{command_spec} is superseded by @{command_keyword};
Tue, 31 Mar 2015 15:29:09 +0200 wenzelm more standard Long_Name operations;
Tue, 31 Mar 2015 00:11:54 +0200 wenzelm tuned signature;
Thu, 26 Mar 2015 17:10:24 +0100 blanchet store low-level (un)fold constants
Thu, 26 Mar 2015 16:42:42 +0100 blanchet export more functions
Tue, 24 Mar 2015 18:10:56 +0100 blanchet tuning
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 06:56:15 +0100 blanchet tuning
Fri, 19 Dec 2014 14:06:13 +0100 desharna Add plugin to generate transfer theorem for primrec and primcorec
Wed, 26 Nov 2014 20:05:34 +0100 wenzelm renamed "pairself" to "apply2", in accordance to @{apply 2};
Tue, 11 Nov 2014 12:30:36 +0100 desharna also generate '(co)rec_transfer' for (co)datatypes with 0 live type variables
Tue, 11 Nov 2014 10:26:08 +0100 desharna make 'rec_transfer' tactic more robust
Mon, 10 Nov 2014 21:49:48 +0100 wenzelm proper context for assume_tac (atac remains as fall-back without context);
Fri, 07 Nov 2014 20:43:13 +0100 wenzelm merged
Fri, 07 Nov 2014 16:36:55 +0100 wenzelm plain value Keywords.keywords, which might be used outside theory for bootstrap purposes;
Thu, 06 Nov 2014 15:21:59 +0100 desharna fix 'unfla' function
Tue, 21 Oct 2014 17:23:12 +0200 desharna generate 'map_o_corec' for (co)datatypes
Tue, 21 Oct 2014 17:23:11 +0200 desharna move theorem 'rec_o_map'
Tue, 21 Oct 2014 17:23:10 +0200 desharna warn for not fully mutually (co)recursive types
Thu, 16 Oct 2014 11:56:46 +0200 blanchet made SML/NJ happier
Tue, 14 Oct 2014 16:17:36 +0200 desharna generate 'sel_transfer' for (co)datatypes
Tue, 14 Oct 2014 16:17:34 +0200 desharna add 'kind' to 'cr_sugar'
Tue, 14 Oct 2014 15:39:57 +0200 desharna add 'fp_bnf' to 'bnf_sugar'
Tue, 14 Oct 2014 15:39:56 +0200 desharna preserve the structure of 'set_intros' theorem in ML
Tue, 14 Oct 2014 15:39:54 +0200 desharna preserve the structure of 'map_sel' theorem in ML
Tue, 14 Oct 2014 15:11:35 +0200 desharna preserve the structure of 'set_sel' theorem in ML
Mon, 13 Oct 2014 18:45:48 +0200 wenzelm Local_Interpretation is superseded by Plugin with formal Plugin_Name management, avoiding undeclared strings;
Wed, 08 Oct 2014 17:09:07 +0200 wenzelm added parameterized ML antiquotations @{map N}, @{fold N}, @{fold_map N}, @{split_list N};
Mon, 06 Oct 2014 13:42:48 +0200 desharna refactor 'map_sel_thms' and 'set_sel_thms'
Mon, 06 Oct 2014 13:41:37 +0200 desharna rename 'xtor_rel_thms' to 'xtor_rels'
Mon, 06 Oct 2014 13:40:56 +0200 desharna rename 'xtor_set_thmss' to 'xtor_setss'
Mon, 06 Oct 2014 13:40:31 +0200 desharna rename 'xtor_map_thms' to 'xtor_maps'
Mon, 06 Oct 2014 13:40:02 +0200 desharna rename one of the two 'rel_eq_thms' to 'rel_code_thms'
Mon, 06 Oct 2014 13:39:12 +0200 desharna rename 'xtor_co_rec_transfer_thms' to 'xtor_co_rec_transfers'
Mon, 06 Oct 2014 13:38:40 +0200 desharna rename 'dtor_set_induct_thms' to 'dtor_set_inducts'
Mon, 06 Oct 2014 13:38:13 +0200 desharna rename 'rel_xtor_co_induct_thm' to 'xtor_rel_co_induct'
Mon, 06 Oct 2014 13:36:48 +0200 desharna add 'set_inducts' to 'fp_sugar'
Mon, 06 Oct 2014 13:36:47 +0200 desharna add 'common_set_inducts' to 'fp_sugar'
Mon, 06 Oct 2014 13:36:42 +0200 desharna add 'rel_co_inducts' to 'fp_sugar'
Mon, 06 Oct 2014 13:35:29 +0200 desharna add 'common_rel_co_induct' to 'fp_sugar'
Mon, 06 Oct 2014 13:35:15 +0200 desharna add 'co_rec_transfers' to 'fp_sugar'
Mon, 06 Oct 2014 13:35:03 +0200 desharna add 'co_rec_disc_iffs' to 'fp_sugar'
Mon, 06 Oct 2014 13:34:49 +0200 desharna add 'disc_transfers' to 'fp_sugar'
Mon, 06 Oct 2014 13:34:39 +0200 desharna add 'case_transfers' to 'fp_sugar'
Mon, 06 Oct 2014 13:34:24 +0200 desharna add 'ctr_transfers' to 'fp_sugar'
Mon, 06 Oct 2014 13:34:12 +0200 desharna add 'set_cases' to 'fp_sugar'
Mon, 06 Oct 2014 13:34:04 +0200 desharna add 'set_intros' to 'fp_sugar'
Mon, 06 Oct 2014 13:33:45 +0200 desharna add 'set_sels' to 'fp_sugar'
Mon, 06 Oct 2014 13:33:36 +0200 desharna add 'set_thms' to 'fp_sugar'
Mon, 06 Oct 2014 13:33:24 +0200 desharna add 'rel_cases' to 'fp_sugar'
Mon, 06 Oct 2014 13:33:15 +0200 desharna add 'rel_intros' to 'fp_sugar'
Mon, 06 Oct 2014 13:33:04 +0200 desharna add 'rel_sels' to 'fp_sugar'
Mon, 06 Oct 2014 13:32:53 +0200 desharna add 'map_sels' to 'fp_sugar'
Mon, 06 Oct 2014 13:32:41 +0200 desharna add 'map_disc_iffs' to 'fp_sugar'
Thu, 02 Oct 2014 12:02:27 +0200 blanchet tuning
Mon, 29 Sep 2014 10:39:39 +0200 blanchet tuning
Fri, 26 Sep 2014 14:43:28 +0200 desharna refactor fp_sugar move theorems
less more (0) -100 -60 tip