src/HOL/Tools/BNF/bnf_lfp_compat.ML
Fri, 30 Dec 2016 15:40:35 +0100 blanchet more uniform errors in '(prim)(co)rec(ursive)' variants
Wed, 28 Dec 2016 17:22:16 +0100 blanchet print constants in 'primrec', 'primcorec(ursive)', 'corec(ursive)', like in 'definition' and 'fun(ction)'
Mon, 12 Sep 2016 23:17:55 +0200 blanchet make (co)induct component of 'fp_sugar' optional, for the benefit of nonuniform (co)datatypes and other similar extensions
Thu, 01 Sep 2016 14:38:44 +0200 blanchet more robustness
Tue, 23 Aug 2016 15:19:32 +0200 traytel tuned signature
Mon, 06 Jun 2016 21:28:46 +0200 haftmann explicit tagging of code equations de-baroquifies interface
Thu, 28 Apr 2016 09:43:11 +0200 wenzelm support 'assumes' in specifications, e.g. 'definition', 'inductive';
Mon, 25 Apr 2016 19:23:20 +0200 blanchet generalize code to avoid making assumptions about type variable names
Wed, 02 Mar 2016 10:02:12 +0100 traytel respect qualification when noting theorems in prim(co)rec
Tue, 16 Feb 2016 22:28:19 +0100 traytel make predicator a first-class bnf citizen
Thu, 16 Jul 2015 12:23:22 +0200 traytel {r,e,d,f}tac with proper context in BNF
Fri, 10 Apr 2015 19:05:00 +0200 blanchet have 'primrec' return definitions
Fri, 10 Apr 2015 18:23:01 +0200 blanchet renamed ML funs
Mon, 06 Apr 2015 17:06:48 +0200 wenzelm @{command_spec} is superseded by @{command_keyword};
Sat, 07 Mar 2015 00:45:15 +0100 wenzelm tuned;
Wed, 26 Nov 2014 20:05:34 +0100 wenzelm renamed "pairself" to "apply2", in accordance to @{apply 2};
Wed, 15 Oct 2014 17:15:11 +0200 blanchet tuned whitespace
Mon, 13 Oct 2014 21:41:29 +0200 wenzelm tuned signature;
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};
Fri, 26 Sep 2014 14:43:26 +0200 desharna refactor fp_sugar move theorems
Fri, 26 Sep 2014 14:41:54 +0200 desharna refactor fp_sugar move theorems
Fri, 26 Sep 2014 14:41:15 +0200 desharna refactor fp_sugar move theorems
Wed, 17 Sep 2014 12:09:33 +0200 blanchet tweaked compatibility layer
Wed, 17 Sep 2014 08:23:53 +0200 blanchet support (finite values of) codatatypes in Quickcheck
Mon, 15 Sep 2014 12:11:41 +0200 blanchet tuning
Mon, 15 Sep 2014 10:49:07 +0200 blanchet generate 'code' attribute only if 'code' plugin is enabled
Thu, 11 Sep 2014 19:45:42 +0200 blanchet tuning terminology
Thu, 11 Sep 2014 18:54:36 +0200 blanchet speed up old Nominal by killing type variables
Tue, 09 Sep 2014 20:51:36 +0200 blanchet made SML/NJ happier
Mon, 08 Sep 2014 15:54:33 +0200 blanchet export right sorts
Mon, 08 Sep 2014 14:03:08 +0200 blanchet wildcards in plugins
Mon, 08 Sep 2014 14:03:02 +0200 blanchet improved 'datatype_compat' further for recursion through functions
Mon, 08 Sep 2014 14:03:02 +0200 blanchet no type-based lookup -- these fail in the general, ambiguous case
Mon, 08 Sep 2014 14:03:02 +0200 blanchet tuning
Mon, 08 Sep 2014 14:03:01 +0200 blanchet properly note theorems for split recursors
Mon, 08 Sep 2014 14:03:01 +0200 blanchet tuning
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 added 'plugins' option to control which hooks are enabled
Fri, 05 Sep 2014 00:41:01 +0200 blanchet named interpretations
Thu, 04 Sep 2014 09:02:43 +0200 blanchet tuned size function generation
Wed, 03 Sep 2014 22:49:05 +0200 blanchet introduced local interpretation mechanism for BNFs, to solve issues with datatypes in locales
Wed, 03 Sep 2014 00:06:19 +0200 blanchet more compatibility functions
Wed, 03 Sep 2014 00:06:18 +0200 blanchet codatatypes are not datatypes
Tue, 02 Sep 2014 12:11:04 +0200 blanchet made SML/NJ happier
Mon, 01 Sep 2014 19:58:25 +0200 blanchet avoid more 'bad background theory' issues
Mon, 01 Sep 2014 19:28:00 +0200 blanchet drop hopeless feature -- unfolding of BNF datatype info without a prior 'datatype_compat'
Mon, 01 Sep 2014 18:42:02 +0200 blanchet ported to use new-style datatypes
Mon, 01 Sep 2014 17:34:03 +0200 blanchet ported Refute to use new datatypes when possible
Mon, 01 Sep 2014 16:34:38 +0200 blanchet added primrec compatibility function
Mon, 01 Sep 2014 16:17:47 +0200 blanchet more work on compatibility interfaces
Mon, 01 Sep 2014 16:17:47 +0200 blanchet implemented compatibility definition of datatype
Mon, 01 Sep 2014 16:17:47 +0200 blanchet implemented compatibility interpretation
Mon, 01 Sep 2014 16:17:47 +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:46 +0200 blanchet tuning
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
Mon, 18 Aug 2014 17:19:58 +0200 blanchet reordered some (co)datatype property names for more consistency
Thu, 07 Aug 2014 12:17:41 +0200 blanchet tuning
Tue, 05 Aug 2014 20:25:12 +0200 blanchet more correct clique computation for N2M
less more (0) -60 tip