Fri, 20 Sep 2013 20:21:54 +0200 haftmann tuned proofs
Fri, 20 Sep 2013 17:08:08 +0200 kuncar make SML/NJ happy
Fri, 20 Sep 2013 16:32:27 +0200 blanchet renamed "primcorec" to "primcorecursive", to open the door to a 'theory -> theory' command called "primcorec" (cf. "fun" vs. "function")
Fri, 20 Sep 2013 15:42:41 +0200 blanchet more primcorec docs
Fri, 20 Sep 2013 15:05:47 +0200 blanchet added primcorec examples with lambdas
Fri, 20 Sep 2013 14:50:06 +0200 blanchet more primcorec docs
Fri, 20 Sep 2013 14:17:47 +0200 blanchet adapted primcorec documentation to reflect the three views
Fri, 20 Sep 2013 12:09:06 +0200 blanchet updated docs
Fri, 20 Sep 2013 12:04:48 +0200 blanchet took out spurious attributes (no need for several code equations / simps for thesame constants)
Fri, 20 Sep 2013 11:44:30 +0200 blanchet have "datatype_new_compat" register induction and recursion theorems in nested case
Fri, 20 Sep 2013 10:09:16 +0200 Andreas Lochbihler prefer Code.abort over code_abort
Fri, 20 Sep 2013 00:08:42 +0200 blanchet setting the stage for safe constructor simp rules
Thu, 19 Sep 2013 23:54:54 +0200 blanchet added TODO
Thu, 19 Sep 2013 20:23:08 +0200 blanchet made tactic more reliable
Thu, 19 Sep 2013 20:03:42 +0200 blanchet killed exceptional code that is anyway no longer needed, now that the 'simp' attribute has been taken away -- this solves issues in 'primcorec'
Thu, 19 Sep 2013 20:03:41 +0200 blanchet cleaner handling of collapse theorems
Thu, 19 Sep 2013 19:35:03 +0200 wenzelm repaired latex (cf. 84522727f9d3);
Thu, 19 Sep 2013 18:59:28 +0200 blanchet updated NEWS
Thu, 19 Sep 2013 18:03:54 +0200 haftmann dropped dead code
Thu, 19 Sep 2013 17:38:03 +0200 traytel don't declare ctr view primcorec theorems as simp (they loop)
Thu, 19 Sep 2013 16:12:43 +0200 panny simplified code; eliminated some dummyTs
Thu, 19 Sep 2013 12:20:12 +0200 blanchet avoid infinite loop for unapplied terms + tuning
Thu, 19 Sep 2013 11:27:32 +0200 blanchet generalize code to handle zero-argument case gracefully (e.g. for nullay functions defined over codatatypes that corecurse through "fun"
Thu, 19 Sep 2013 11:27:30 +0200 blanchet give lambda abstractions a chance, as an alternative to function composition, for corecursion via "fun"
Thu, 19 Sep 2013 03:29:33 +0200 blanchet added auxiliary function
Thu, 19 Sep 2013 03:13:13 +0200 blanchet avoid parameter
Thu, 19 Sep 2013 02:30:45 +0200 blanchet added helper function for code equations in primcorec
Thu, 19 Sep 2013 01:15:26 +0200 blanchet updated NEWS and CONTRIBUTORS
Thu, 19 Sep 2013 01:09:25 +0200 blanchet split functionality into two functions to avoid redoing work over and over
Thu, 19 Sep 2013 01:09:25 +0200 blanchet added massaging function for primcorec code equations
Thu, 19 Sep 2013 01:09:25 +0200 blanchet simplified code
Thu, 19 Sep 2013 01:09:25 +0200 blanchet no need for beta-eta contraction
Thu, 19 Sep 2013 01:09:25 +0200 blanchet generalize helper function
Thu, 19 Sep 2013 00:32:33 +0200 panny generate more theorems (e.g. for types with only one constructor)
Wed, 18 Sep 2013 18:11:32 +0200 traytel added two functions to List (one contributed by Manuel Eberl)
Wed, 18 Sep 2013 22:59:11 +0200 panny generate constructor view theorems
Wed, 18 Sep 2013 20:54:46 +0200 wenzelm merged;
Wed, 18 Sep 2013 20:33:36 +0200 wenzelm merged;
Wed, 18 Sep 2013 20:32:49 +0200 wenzelm tuned proofs;
Wed, 18 Sep 2013 20:32:11 +0200 wenzelm tuned proofs;
Wed, 18 Sep 2013 20:09:26 +0200 wenzelm added option "jedit_auto_load";
Wed, 18 Sep 2013 16:18:17 +0200 wenzelm limit for text height;
Wed, 18 Sep 2013 16:09:38 +0200 wenzelm improved layout, with special treatment for ScrollPane;
Wed, 18 Sep 2013 15:50:59 +0200 wenzelm tuned signature;
Wed, 18 Sep 2013 15:09:15 +0200 wenzelm improved FlowLayout for wrapping of components over multiple lines;
Wed, 18 Sep 2013 13:31:44 +0200 wenzelm updated to polyml-5.5.1;
Wed, 18 Sep 2013 13:18:51 +0200 wenzelm improved printing of exception trace in Poly/ML 5.5.1;
Wed, 18 Sep 2013 11:36:12 +0200 wenzelm more antiquotations;
Wed, 18 Sep 2013 11:08:28 +0200 wenzelm moved module into plain Isabelle/ML user space;
Wed, 18 Sep 2013 20:44:10 +0200 blanchet more primcorec tactics
Wed, 18 Sep 2013 20:43:55 +0200 blanchet enrich data structure
Wed, 18 Sep 2013 19:57:59 +0200 blanchet include more "discI" rules
Wed, 18 Sep 2013 18:57:32 +0200 blanchet updated docs
Wed, 18 Sep 2013 18:57:09 +0200 blanchet tuning (alphabetical order)
Wed, 18 Sep 2013 18:56:48 +0200 blanchet removed spurious "simp"
Wed, 18 Sep 2013 18:53:24 +0200 blanchet note "discI"
Wed, 18 Sep 2013 18:12:40 +0200 blanchet tuned tactics
Wed, 18 Sep 2013 17:36:47 +0200 blanchet no need thanks to "Code.abort"
Wed, 18 Sep 2013 16:44:19 +0200 blanchet minor change related to code equations in primcorec
Wed, 18 Sep 2013 16:09:15 +0200 traytel don't unfold as eager as in 11a77e4aa98b
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip