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"