bug#20375: doc. error in v 2.0.11, Section 7.6.2.5

2016-06-23 Thread Andy Wingo
On Mon 20 Apr 2015 04:20, Matt Wette writes: > The reference manual for guile 2.0.11 has an error in Section 7.6.2.5 > on rnrs lists. The statement "identical to the fold ..." is not quite > correct. The section says: > > fold-left combine nil list1 list2 . . . [Scheme Procedure] fold-right > c

bug#20375: doc. error in v 2.0.11, Section 7.6.2.5

2015-04-19 Thread Matt Wette
The reference manual for guile 2.0.11 has an error in Section 7.6.2.5 on rnrs lists. The statement "identical to the fold ..." is not quite correct. The section says: fold-left combine nil list1 list2 . . . [Scheme Procedure] fold-right combine nil list1 list2 . . . [Scheme Procedure] These