src/HOL/Tools/BNF/bnf_lfp_rec_sugar.ML
Mon, 05 Jan 2015 09:54:41 +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};
Thu, 13 Nov 2014 14:14:13 +0100 traytel do not introduce consts too early unnecessarily
Wed, 08 Oct 2014 17:09:07 +0200 wenzelm added parameterized ML antiquotations @{map N}, @{fold N}, @{fold_map N}, @{split_list N};
Fri, 19 Sep 2014 13:27:04 +0200 blanchet made new 'primrec' bootstrapping-capable
Fri, 19 Sep 2014 13:27:04 +0200 blanchet tuning
Fri, 19 Sep 2014 13:27:04 +0200 blanchet tuning
Thu, 11 Sep 2014 19:45:42 +0200 blanchet tuning terminology
Thu, 11 Sep 2014 18:54:36 +0200 blanchet tuning
Thu, 11 Sep 2014 18:54:36 +0200 blanchet fixed situation in 'primrec' when recursive calls are apparently nested, e.g. 'f (f x y) y', with the recursion in 'y'
Thu, 11 Sep 2014 18:54:36 +0200 blanchet tuning
Thu, 11 Sep 2014 18:54:36 +0200 blanchet fixed situation in 'primrec' whereby the original value of a constructor argument of nested type was not translated correctly to a 'map fst'
Tue, 09 Sep 2014 20:51:36 +0200 blanchet preserve case names in '(co)induct' theorems generated by prim(co)rec'
Tue, 09 Sep 2014 20:51:36 +0200 blanchet tuning
Mon, 08 Sep 2014 14:03:40 +0200 blanchet export useful functions for users of (co)recursors
Mon, 08 Sep 2014 14:03:08 +0200 blanchet wildcards in plugins
Mon, 08 Sep 2014 14:03:01 +0200 blanchet extended 'datatype_compat' to generate the expected, old-style recursor in the presence of recursion through functions
Fri, 05 Sep 2014 00:41:01 +0200 blanchet fixed infinite loops in 'register' functions + more uniform API
Mon, 01 Sep 2014 16:17:46 +0200 blanchet renamed modules defining old datatypes, as a step towards having 'datatype_new' take 'datatype's place
Thu, 24 Jul 2014 00:24:00 +0200 blanchet repaired named derivations
Mon, 14 Jul 2014 01:22:59 +0200 panny catch "not found" case
Mon, 07 Jul 2014 16:06:46 +0200 desharna add helper function map_prod
Fri, 27 Jun 2014 10:11:44 +0200 blanchet compile
Fri, 27 Jun 2014 10:11:44 +0200 blanchet tuned variable names
Tue, 13 May 2014 11:10:22 +0200 blanchet tuning
Mon, 05 May 2014 08:30:38 +0200 blanchet note correct induction schemes in 'primrec' (for N2M)
Wed, 23 Apr 2014 10:23:27 +0200 blanchet localize new size function generation code
Wed, 23 Apr 2014 10:23:26 +0200 blanchet generate size instances for new-style datatypes
Sat, 22 Mar 2014 18:19:57 +0100 wenzelm more antiquotations;
Fri, 14 Mar 2014 02:54:00 +0100 panny print warning if some constructors are missing;
Mon, 03 Mar 2014 12:48:20 +0100 blanchet rationalized internals
Thu, 27 Feb 2014 13:04:57 +0100 blanchet correct most general type for mutual recursion when several identical types are involved
Wed, 19 Feb 2014 08:34:34 +0100 blanchet adapted Nitpick to 'primrec' refactoring
Wed, 19 Feb 2014 08:34:33 +0100 blanchet moved 'primrec' up (for real this time) and removed temporary 'old_primrec'
Wed, 19 Feb 2014 08:34:32 +0100 blanchet rewrote a small portion of code to avoid dependency on low-level constant
Wed, 19 Feb 2014 08:33:59 +0100 blanchet tuning
Tue, 18 Feb 2014 23:08:59 +0100 blanchet prepare two-stage 'primrec' setup
Tue, 18 Feb 2014 23:08:58 +0100 blanchet tuning
Mon, 17 Feb 2014 22:54:38 +0100 blanchet simplified data structure by reducing the incidence of clumsy indices
Mon, 17 Feb 2014 18:18:27 +0100 blanchet tuning
Mon, 17 Feb 2014 13:31:42 +0100 blanchet name derivations in 'primrec' for code extraction from proof terms
Mon, 17 Feb 2014 13:31:42 +0100 blanchet renamed 'primrec_new' to 'primrec', overriding the old command (which it still uses as a fallback for old-style datatypes)
Mon, 17 Feb 2014 13:31:42 +0100 blanchet tuning: moved code where it belongs
Mon, 17 Feb 2014 13:31:42 +0100 blanchet have 'primrec_new' fall back on old 'primrec' when given old-style datatypes
Mon, 17 Feb 2014 13:31:41 +0100 blanchet tuning
Fri, 14 Feb 2014 15:39:43 +0100 blanchet removed assumption in 'primrec_new' that a given constructor can only occur once
Fri, 14 Feb 2014 15:03:24 +0100 blanchet allow different functions to recurse on the same type, like in the old package
Fri, 14 Feb 2014 07:53:45 +0100 blanchet have 'Ctr_Sugar' register its 'Spec_Rules'
Mon, 20 Jan 2014 18:24:56 +0100 blanchet tuned names
Mon, 20 Jan 2014 18:24:56 +0100 blanchet adjusted comments
Mon, 20 Jan 2014 18:24:56 +0100 blanchet avoid nested 'Tools' directories
less more (0) tip