blanchet [Thu, 25 Apr 2013 18:14:04 +0200] rev 51780
register coinductive type's coinduct rule
blanchet [Thu, 25 Apr 2013 17:25:10 +0200] rev 51779
compile
blanchet [Thu, 25 Apr 2013 17:13:24 +0200] rev 51778
adjusted stream library to coinduct attributes
blanchet [Thu, 25 Apr 2013 17:13:24 +0200] rev 51777
generate proper attributes for coinduction rules
wenzelm [Thu, 25 Apr 2013 13:22:45 +0200] rev 51776
updated to jdk-7u21;
hoelzl [Thu, 25 Apr 2013 11:59:21 +0200] rev 51775
revert #916271d52466; add non-topological linear_continuum type class; show linear_continuum_topology is a perfect_space
hoelzl [Thu, 25 Apr 2013 10:35:56 +0200] rev 51774
renamed linear_continuum_topology to connected_linorder_topology (and mention in NEWS)
hoelzl [Wed, 24 Apr 2013 13:28:30 +0200] rev 51773
spell conditional_ly_-complete lattices correct
traytel [Thu, 25 Apr 2013 10:31:10 +0200] rev 51772
specify nicer names for map, set and rel in the stream library
blanchet [Thu, 25 Apr 2013 09:25:50 +0200] rev 51771
start making "wrap_data" more robust
blanchet [Thu, 25 Apr 2013 08:56:37 +0200] rev 51770
no eta-expansion for case in split rules and case_conv
blanchet [Thu, 25 Apr 2013 08:56:10 +0200] rev 51769
simplified code -- no need for two attempts, the error we get from mixfix the first time is good (and better to get than a parse error in the specification because the user tries to use a mixfix that silently failed)
blanchet [Wed, 24 Apr 2013 22:48:22 +0200] rev 51768
proper error generated for wrong mixfix
blanchet [Wed, 24 Apr 2013 18:49:52 +0200] rev 51767
honor user-specified name for relator + generalize syntax
blanchet [Wed, 24 Apr 2013 17:47:22 +0200] rev 51766
renamed "set_natural" to "set_map", reflecting {Bl,Po,Tr} concensus
blanchet [Wed, 24 Apr 2013 17:03:43 +0200] rev 51765
added "fundef_cong" attribute to "map_cong"
traytel [Wed, 24 Apr 2013 16:43:19 +0200] rev 51764
optimized proofs
blanchet [Wed, 24 Apr 2013 16:21:23 +0200] rev 51763
apply arguments to f and g in "case_cong"
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