unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#73787: Typo in manual: Missing parentheses in SRFI-1
@ 2024-10-13 11:11 8dcc
  2024-10-13 12:59 ` bug#73787: [patch]: " Dr. Arne Babenhauserheide via Bug reports for GUILE, GNU's Ubiquitous Extension Language
  0 siblings, 1 reply; 2+ messages in thread
From: 8dcc @ 2024-10-13 11:11 UTC (permalink / raw)
  To: 73787

[-- Attachment #1: Type: text/plain, Size: 205 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 255 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-10-13 12:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-13 11:11 bug#73787: Typo in manual: Missing parentheses in SRFI-1 8dcc
2024-10-13 12:59 ` bug#73787: [patch]: " Dr. Arne Babenhauserheide via Bug reports for GUILE, GNU's Ubiquitous Extension Language

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).