On Tue, Sep 2, 2025 at 3:59 AM Peter McGoron <[email protected]> wrote:
> The take-right and drop-right example still uses `take` and `drop` > instead of `take-right` and `take-drop`, so it should be modified to > > (append (drop-right flist i) (take-right flist i)) = flist > Thanks. Fixed, noted in errata, and pushed. It astounds me that we are still improving this excellent SRFI almost 33 years after it was first proposed.
