I found some more :) 11.7.4. Numerical operations - Arithmetic operations
(< -inf.0 x +inf.0)) ;=) #t (> +inf.0 x -inf.0)) ;=) #t They both have extra right parenthesis. A little further down. The 2nd 'version'/'overload' of both '-' and '/' is defined to take 1 or more arguments. It should be 2 or more arguments. They should be (- z1 z2 z3 . . . ) and (/ z1 z2 z3 ...) respectively. Cheers leppie ----- Original Message ----- From: "Michael Sperber" <[EMAIL PROTECTED]> To: "Llewellyn Pritchard" <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Thursday, December 27, 2007 1:52 PM Subject: Re: [r6rs-discuss] environment examples incorrect "Llewellyn Pritchard" <[EMAIL PROTECTED]> writes: > Another one in the libraries examples, section 7.3. > > stack library should import (rnrs mutable-pairs) too/ Indeed - thanks! > BTW is there a public errata listing? It should come out soon - it's written up, and presently undergoing review by the editors. -- Cheers =8-} Mike Friede, Völkerverständigung und überhaupt blabla _______________________________________________ r6rs-discuss mailing list [email protected] http://lists.r6rs.org/cgi-bin/mailman/listinfo/r6rs-discuss
