blanchet [Wed, 24 Apr 2013 15:42:00 +0200] rev 51762
derive "map_cong"
blanchet [Wed, 24 Apr 2013 14:15:01 +0200] rev 51761
renamed "map_cong" axiom to "map_cong0" in preparation for real "map_cong"
blanchet [Wed, 24 Apr 2013 14:14:36 +0200] rev 51760
killed dead code
blanchet [Wed, 24 Apr 2013 14:05:16 +0200] rev 51759
eta-contracted weak congruence rules (like in the old package)
blanchet [Wed, 24 Apr 2013 13:16:21 +0200] rev 51758
honor user-specified name for map function
blanchet [Wed, 24 Apr 2013 13:16:20 +0200] rev 51757
honor user-specified set function names
blanchet [Wed, 24 Apr 2013 13:16:20 +0200] rev 51756
parse set function name
nipkow [Wed, 24 Apr 2013 12:26:28 +0200] rev 51755
merged
nipkow [Wed, 24 Apr 2013 12:25:56 +0200] rev 51754
tuned
traytel [Wed, 24 Apr 2013 12:15:06 +0200] rev 51753
took out workaround for bug fixed in 5af40820948b
traytel [Wed, 24 Apr 2013 11:36:11 +0200] rev 51752
merged
traytel [Wed, 24 Apr 2013 11:06:53 +0200] rev 51751
slightly more aggressive syntax translation for printing case expressions
haftmann [Wed, 24 Apr 2013 11:32:54 +0200] rev 51750
avoid odd reinit after sublocale declaration
nipkow [Wed, 24 Apr 2013 10:23:47 +0200] rev 51749
moved defs into locale to reduce unnecessary polymorphism; tuned
haftmann [Tue, 23 Apr 2013 19:40:33 +0200] rev 51748
dropped dead code
haftmann [Tue, 23 Apr 2013 19:31:24 +0200] rev 51747
documentation and NEWS
blanchet [Tue, 23 Apr 2013 17:46:12 +0200] rev 51746
avoid accidental specialization of the types in the "map" property of codatatypes
blanchet [Tue, 23 Apr 2013 17:15:44 +0200] rev 51745
simplify "Inl () = Inr ()" as well (not entirely clear why this is necessary)
blanchet [Tue, 23 Apr 2013 17:13:14 +0200] rev 51744
more examples
blanchet [Tue, 23 Apr 2013 16:49:14 +0200] rev 51743
tuning
blanchet [Tue, 23 Apr 2013 16:41:59 +0200] rev 51742
fix bugs in expand tactic w.r.t. datatypes with "needless" discriminators (e.g. lists with is_Nil instead of ~= Nil)
blanchet [Tue, 23 Apr 2013 16:30:30 +0200] rev 51741
tuning
blanchet [Tue, 23 Apr 2013 16:30:29 +0200] rev 51740
tuned_comment
traytel [Tue, 23 Apr 2013 11:43:09 +0200] rev 51739
(co)rec is (just as the (un)fold) the unique morphism;