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
panny [Thu, 19 Sep 2013 00:32:33 +0200] rev 53722
generate more theorems (e.g. for types with only one constructor)
traytel [Wed, 18 Sep 2013 18:11:32 +0200] rev 53721
added two functions to List (one contributed by Manuel Eberl)
panny [Wed, 18 Sep 2013 22:59:11 +0200] rev 53720
generate constructor view theorems
wenzelm [Wed, 18 Sep 2013 20:54:46 +0200] rev 53719
merged;
wenzelm [Wed, 18 Sep 2013 20:33:36 +0200] rev 53718
merged;
wenzelm [Wed, 18 Sep 2013 20:32:49 +0200] rev 53717
tuned proofs;
wenzelm [Wed, 18 Sep 2013 20:32:11 +0200] rev 53716
tuned proofs;
wenzelm [Wed, 18 Sep 2013 20:09:26 +0200] rev 53715
added option "jedit_auto_load";
allow in-place change of option "editor_continuous_checking";
wenzelm [Wed, 18 Sep 2013 16:18:17 +0200] rev 53714
limit for text height;
wenzelm [Wed, 18 Sep 2013 16:09:38 +0200] rev 53713
improved layout, with special treatment for ScrollPane;
wenzelm [Wed, 18 Sep 2013 15:50:59 +0200] rev 53712
tuned signature;
wenzelm [Wed, 18 Sep 2013 15:09:15 +0200] rev 53711
improved FlowLayout for wrapping of components over multiple lines;
wenzelm [Wed, 18 Sep 2013 13:31:44 +0200] rev 53710
updated to polyml-5.5.1;
wenzelm [Wed, 18 Sep 2013 13:18:51 +0200] rev 53709
improved printing of exception trace in Poly/ML 5.5.1;
wenzelm [Wed, 18 Sep 2013 11:36:12 +0200] rev 53708
more antiquotations;
tuned signature;
wenzelm [Wed, 18 Sep 2013 11:08:28 +0200] rev 53707
moved module into plain Isabelle/ML user space;
blanchet [Wed, 18 Sep 2013 20:44:10 +0200] rev 53706
more primcorec tactics
blanchet [Wed, 18 Sep 2013 20:43:55 +0200] rev 53705
enrich data structure
blanchet [Wed, 18 Sep 2013 19:57:59 +0200] rev 53704
include more "discI" rules
blanchet [Wed, 18 Sep 2013 18:57:32 +0200] rev 53703
updated docs
blanchet [Wed, 18 Sep 2013 18:57:09 +0200] rev 53702
tuning (alphabetical order)
blanchet [Wed, 18 Sep 2013 18:56:48 +0200] rev 53701
removed spurious "simp"
blanchet [Wed, 18 Sep 2013 18:53:24 +0200] rev 53700
note "discI"
blanchet [Wed, 18 Sep 2013 18:12:40 +0200] rev 53699
tuned tactics
blanchet [Wed, 18 Sep 2013 17:36:47 +0200] rev 53698
no need thanks to "Code.abort"
blanchet [Wed, 18 Sep 2013 16:44:19 +0200] rev 53697
minor change related to code equations in primcorec
traytel [Wed, 18 Sep 2013 16:09:15 +0200] rev 53696
don't unfold as eager as in 11a77e4aa98b
traytel [Wed, 18 Sep 2013 16:09:02 +0200] rev 53695
tuned proofs
blanchet [Wed, 18 Sep 2013 15:56:15 +0200] rev 53694
use singular to avoid confusion
blanchet [Wed, 18 Sep 2013 15:33:32 +0200] rev 53693
new tactics for constructor view
blanchet [Wed, 18 Sep 2013 15:33:32 +0200] rev 53692
tuning
blanchet [Wed, 18 Sep 2013 15:33:31 +0200] rev 53691
fixed embarrassing typo in example
blanchet [Wed, 18 Sep 2013 15:33:30 +0200] rev 53690
avoid duplicate simp rule warnings