[plt-scheme] HTDP errata

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Wed Oct 21 16:50:33 EDT 2009

Thanks!

On Oct 21, 2009, at 4:38 PM, Eduardo Bellani wrote:

> In Figure 116 there is a bug ...
>
> (define (f-make-posn x0 y0)
>  (local ((define x y0)
> 	  (define y y0) ...
>
> should be
>
> (define (f-make-posn x0 y0)
>  (local ((define x x0)
> 	  (define y y0) ...
>
>
> Hugs
> -- 
> Eduardo Bellani
>
> www.cnxs.com.br
>
> I object to doing things that computers can do.
> - Olin Shivers
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme



Posted on the users mailing list.