src/HOL/BNF/Tools/bnf_fp_n2m_sugar.ML
Wed, 06 Nov 2013 01:57:22 +0100 reverted too aggressive 7cb8442298f0
Wed, 06 Nov 2013 01:06:01 +0100 generalize more aggressively
Tue, 05 Nov 2013 16:47:10 +0100 get mutually recursive maps as well
Tue, 05 Nov 2013 13:23:27 +0100 fixed subtle name shadowing bug
Tue, 05 Nov 2013 12:40:58 +0100 use right permutation in 'map2'
Tue, 05 Nov 2013 11:55:45 +0100 stronger normalization, to increase n2m cache effectiveness
Tue, 05 Nov 2013 11:17:42 +0100 make local theory operations non-pervasive (makes more intuitive sense)
Tue, 05 Nov 2013 05:48:08 +0100 added some N2M caching
Tue, 05 Nov 2013 05:48:08 +0100 also generalize fixed types
Tue, 05 Nov 2013 05:48:08 +0100 generalize types when synthetizing n2m (co)recursors, to facilitate reuse
Tue, 05 Nov 2013 05:48:08 +0100 nicer error message in case of duplicates
Mon, 04 Nov 2013 15:44:43 +0100 better error handling
Mon, 04 Nov 2013 14:46:38 +0100 more robust n2m w.r.t. 'let's
Mon, 04 Nov 2013 11:03:13 +0100 made n2m code more robust w.r.t. advanced constructs (e.g. lambdas)
Mon, 04 Nov 2013 10:52:41 +0100 handle constructor syntax in n2m primcorec
Mon, 04 Nov 2013 10:52:41 +0100 tuning
Mon, 04 Nov 2013 10:52:41 +0100 make code more robust w.r.t. applied/unapplied map (primrec vs. primcorec)
Mon, 21 Oct 2013 09:31:19 +0200 tuning
Wed, 02 Oct 2013 16:29:40 +0200 don't register equations of the form 'f x = ...' as simp rules, even if they are safe (noncorecursive), because they unfold too aggresively concepts users are likely to want to stay folded
Tue, 01 Oct 2013 14:13:24 +0200 got rid of dead feature
Tue, 01 Oct 2013 14:05:25 +0200 renamed theory file
Sat, 28 Sep 2013 22:47:17 +0200 make SML/NJ more happy;
Tue, 24 Sep 2013 00:01:10 +0200 register codatatypes with Nitpick
Fri, 20 Sep 2013 11:44:30 +0200 have "datatype_new_compat" register induction and recursion theorems in nested case
Tue, 17 Sep 2013 01:09:51 +0200 return right theorems
Fri, 13 Sep 2013 02:26:59 +0200 don't wrongly destroy sum types in coiterators
Mon, 09 Sep 2013 14:22:11 +0200 include map theorems in datastructure for "primcorec"
Mon, 09 Sep 2013 13:47:58 +0200 enriched data structure with necessary theorems
Fri, 30 Aug 2013 11:27:23 +0200 moved files related to "primrec_new", "primcorec", and "datatype_compat" from bitbucket co-rec repository