blanchet [Fri, 20 Sep 2013 15:42:41 +0200] rev 53752
more primcorec docs
blanchet [Fri, 20 Sep 2013 15:05:47 +0200] rev 53751
added primcorec examples with lambdas
blanchet [Fri, 20 Sep 2013 14:50:06 +0200] rev 53750
more primcorec docs
blanchet [Fri, 20 Sep 2013 14:17:47 +0200] rev 53749
adapted primcorec documentation to reflect the three views
blanchet [Fri, 20 Sep 2013 12:09:06 +0200] rev 53748
updated docs
blanchet [Fri, 20 Sep 2013 12:04:48 +0200] rev 53747
took out spurious attributes (no need for several code equations / simps for thesame constants)
blanchet [Fri, 20 Sep 2013 11:44:30 +0200] rev 53746
have "datatype_new_compat" register induction and recursion theorems in nested case
Andreas Lochbihler [Fri, 20 Sep 2013 10:09:16 +0200] rev 53745
prefer Code.abort over code_abort
blanchet [Fri, 20 Sep 2013 00:08:42 +0200] rev 53744
setting the stage for safe constructor simp rules
blanchet [Thu, 19 Sep 2013 23:54:54 +0200] rev 53743
added TODO
blanchet [Thu, 19 Sep 2013 20:23:08 +0200] rev 53742
made tactic more reliable
blanchet [Thu, 19 Sep 2013 20:03:42 +0200] rev 53741
killed exceptional code that is anyway no longer needed, now that the 'simp' attribute has been taken away -- this solves issues in 'primcorec'
blanchet [Thu, 19 Sep 2013 20:03:41 +0200] rev 53740
cleaner handling of collapse theorems
wenzelm [Thu, 19 Sep 2013 19:35:03 +0200] rev 53739
repaired latex (cf. 84522727f9d3);
blanchet [Thu, 19 Sep 2013 18:59:28 +0200] rev 53738
updated NEWS
haftmann [Thu, 19 Sep 2013 18:03:54 +0200] rev 53737
dropped dead code
traytel [Thu, 19 Sep 2013 17:38:03 +0200] rev 53736
don't declare ctr view primcorec theorems as simp (they loop)
panny [Thu, 19 Sep 2013 16:12:43 +0200] rev 53735
simplified code; eliminated some dummyTs
blanchet [Thu, 19 Sep 2013 12:20:12 +0200] rev 53734
avoid infinite loop for unapplied terms + tuning
blanchet [Thu, 19 Sep 2013 11:27:32 +0200] rev 53733
generalize code to handle zero-argument case gracefully (e.g. for nullay functions defined over codatatypes that corecurse through "fun"
blanchet [Thu, 19 Sep 2013 11:27:30 +0200] rev 53732
give lambda abstractions a chance, as an alternative to function composition, for corecursion via "fun"
blanchet [Thu, 19 Sep 2013 03:29:33 +0200] rev 53731
added auxiliary function
blanchet [Thu, 19 Sep 2013 03:13:13 +0200] rev 53730
avoid parameter
blanchet [Thu, 19 Sep 2013 02:30:45 +0200] rev 53729
added helper function for code equations in primcorec
blanchet [Thu, 19 Sep 2013 01:15:26 +0200] rev 53728
updated NEWS and CONTRIBUTORS
blanchet [Thu, 19 Sep 2013 01:09:25 +0200] rev 53727
split functionality into two functions to avoid redoing work over and over
blanchet [Thu, 19 Sep 2013 01:09:25 +0200] rev 53726
added massaging function for primcorec code equations
blanchet [Thu, 19 Sep 2013 01:09:25 +0200] rev 53725
simplified code
blanchet [Thu, 19 Sep 2013 01:09:25 +0200] rev 53724
no need for beta-eta contraction
blanchet [Thu, 19 Sep 2013 01:09:25 +0200] rev 53723
generalize helper function