bug#73787: Typo in manual: Missing parentheses in SRFI-1

8dcc <[email protected]> Sun, 13 Oct 2024 13:11:24 +0200
Newsgroups gmane.lisp.guile.bugs
Message-ID <[email protected]>
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.
signature.asc (application/pgp-signature, 255 B)
-----BEGIN PGP SIGNATURE-----

iIkEARYKADEWIQTUTzhu/xoaL6QFXoQijBBJZTF/mgUCZwuq3BMcOGRjYy5naXRA
Z21haWwuY29tAAoJECKMEEllMX+ak7AA/1dBQDWwjQqJMdd0/kHz+euDMzUxz9bW
kCwxCRjCGIYKAQDyZNcmXTMzkTMeJjk2xV5KmAWrajMWezYmKE22XtNGAA==
=zaMf
-----END PGP SIGNATURE-----