arcfide / chez-srfi

SRFIs for Chez Scheme
Other
94 stars 36 forks source link

fix compose in srfi-171 and add generator-transduce #83

Closed wttr893 closed 10 months ago

wttr893 commented 11 months ago

My initial commit include an incorrect implementation of compose. When composing more than two functions it was incorrect.

Additionally transducing over generators is very useful.