Hello,

In the first code block of Section 7.5.3.5 "Fold, Unfold & Map" of the
Guile Manual, the last call to `cons' is missing a parentheses:

    (cons 3 '(2 1)

Should be:

    (cons 3 '(2 1))

Thanks.

Attachment: signature.asc
Description: PGP signature

Reply via email to