src/HOL/Tools/BNF/bnf_fp_util.ML
Thu, 07 Apr 2016 17:56:22 +0200 traytel derive (co)rec uniformly from (un)fold
Tue, 05 Apr 2016 09:54:17 +0200 traytel single uniqueness theorems for map, (un)fold, (co)rec for mutual (co)datatypes
Sun, 03 Apr 2016 10:25:17 +0200 traytel tuned names
Mon, 28 Mar 2016 12:05:47 +0200 blanchet generalized ML function
Mon, 28 Mar 2016 12:05:47 +0200 blanchet added '_legacy' suffixes
Mon, 28 Mar 2016 12:05:47 +0200 blanchet generalized ML interface
Tue, 22 Mar 2016 07:57:01 +0100 blanchet added timers to N2M
Tue, 22 Mar 2016 07:18:36 +0100 traytel document that n2m does not depend on most things in fp_sugar in its type
Mon, 14 Mar 2016 21:37:49 +0100 blanchet generalized ML function
Wed, 17 Feb 2016 17:08:36 +0100 blanchet making 'pred_inject' a first-class BNF citizen
Mon, 11 Jan 2016 13:15:14 +0100 blanchet tuning
Mon, 11 Jan 2016 13:15:14 +0100 blanchet exported ML function
Thu, 07 Jan 2016 15:53:39 +0100 wenzelm more uniform treatment of package internals;
Mon, 27 Jul 2015 17:44:55 +0200 wenzelm tuned signature;
Thu, 16 Jul 2015 17:25:48 +0200 blanchet tuning
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);
Wed, 01 Apr 2015 19:17:41 +0200 blanchet simplified code
Tue, 31 Mar 2015 00:21:07 +0200 wenzelm merged
Tue, 31 Mar 2015 00:11:54 +0200 wenzelm tuned signature;
Mon, 30 Mar 2015 22:34:59 +0200 wenzelm support for strictly private name space entries;
Mon, 30 Mar 2015 20:59:14 +0200 blanchet export more low-level theorems in data structure (partly for 'corec')
Thu, 26 Mar 2015 17:10:24 +0100 blanchet store low-level (un)fold constants
Tue, 10 Mar 2015 20:53:16 +0100 blanchet tuning
Fri, 06 Mar 2015 23:56:43 +0100 wenzelm clarified context;
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
Wed, 26 Nov 2014 20:05:34 +0100 wenzelm renamed "pairself" to "apply2", in accordance to @{apply 2};
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: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: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:37:38 +0200 desharna rename 'xtor_co_rec_o_map_thms' to 'xtor_co_rec_o_maps'
Thu, 25 Sep 2014 16:35:56 +0200 desharna generate 'corec_transfer' for codatatypes
Thu, 25 Sep 2014 16:35:53 +0200 desharna generate 'rec_transfer' for datatypes
Thu, 25 Sep 2014 16:35:51 +0200 desharna generate 'dtor_corec_transfer' for codatatypes
Thu, 25 Sep 2014 16:35:50 +0200 desharna generate 'ctor_rec_transfer' for datatypes
Mon, 01 Sep 2014 14:14:47 +0200 traytel goal generation for xtor_co_rec_transfer
Thu, 25 Sep 2014 09:01:14 +0200 traytel even more deads go to the end (continuation of e3a01b73579f)
Sat, 13 Sep 2014 18:08:38 +0200 blanchet imported patch phantoms
Tue, 09 Sep 2014 20:51:36 +0200 blanchet nicer case names in the N2M case, similar to those generated by the old package (e.g. 'Cons_tree' instead of just 'Cons')
Tue, 09 Sep 2014 20:51:36 +0200 blanchet generalized 'datatype' LaTeX antiquotation and added 'codatatype'
Mon, 08 Sep 2014 14:03:01 +0200 blanchet tuning
Thu, 04 Sep 2014 09:02:43 +0200 blanchet moved code around
Wed, 03 Sep 2014 00:31:37 +0200 blanchet tuning
Mon, 01 Sep 2014 16:17:47 +0200 blanchet more compatibility between old- and new-style datatypes
Mon, 01 Sep 2014 16:17:47 +0200 blanchet made transfer functions slightly more general
Mon, 18 Aug 2014 17:19:58 +0200 blanchet reordered some (co)datatype property names for more consistency
Wed, 30 Jul 2014 10:50:28 +0200 desharna generate 'set_induct' theorem for codatatypes
Fri, 25 Jul 2014 11:26:10 +0200 blanchet tuning
Wed, 16 Jul 2014 10:13:00 +0200 desharna generate 'rel_sel' theorem for (co)datatypes
Mon, 07 Jul 2014 16:06:46 +0200 desharna refactor some tactics
Mon, 07 Jul 2014 16:06:46 +0200 desharna generate 'rel_cases' theorem for (co)datatypes
Thu, 03 Jul 2014 11:30:02 +0200 desharna generate 'rel_intros' theorem for (co)datatypes
Wed, 02 Jul 2014 17:01:49 +0200 desharna generate 'corec_code' theorem for codatatypes
Fri, 27 Jun 2014 10:11:44 +0200 blanchet tuned variable names
Wed, 23 Apr 2014 10:23:27 +0200 blanchet no need to make 'size' generation an interpretation -- overkill
less more (0) -60 tip