[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Typo in the SRFI

This page is part of the web mail archives of SRFI 31 from before July 7th, 2015. The new archives for SRFI 31 contain all messages, not just those from before July 7th, 2015.



Just would like to point out that you're one parenthesis shy in your
example code.

(define F (procedure (F N)
                ((procedure (G K L)
                   (if (zero? K) L
                     (G (- K 1) (* K L)))) N 1)))
                                                ^

	Scott


-- 

Attachment: pgpf3VwHHwo8k.pgp
Description: PGP signature