[r6rs-discuss] Ellipses in procedure descriptions

Nils M Holm holm at t3x.org
Sun Nov 5 10:19:04 EST 2006


Maybe I have just missed it, but is the use of ellipses
in the descriptions of procedures documented anywhere in
R5.91RS?

Without any such a clarification,

(+ z1 ...)

could mean either

(+ z1) (+ z1 z2) (+ z1 z2 z3) ...

or

(+) (+ z1) (+ z1 z2) ...

I know it is the latter, but only because I knew it before.

-- 
Nils M Holm <nmh at t3x.org> -- http://t3x.org/nmh/



More information about the r6rs-discuss mailing list