[plt-scheme] Bug in set-red-black-tree.scm in galore.plt 1.0

From: Jens Axel Søgaard (jensaxel at soegaard.net)
Date: Thu Dec 16 14:21:11 EST 2004

Pinku Surana wrote:

>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>Sorry to spam the list, but I didn't see an email for the author of galore.plt. 
>
>In procedure inter-list, line 361:
>           [else                      (inter-aux acc (l1 (cdr l2)))]))
>
>shoud be:
>           [else                      (inter-aux acc l1 (cdr l2))]))
>
>How do I run Mr. Flow, which should have caught this simple arity error?
>  
>
Yikes!

Thanks for noticing.

New year resolutions

  1. Write test suite
  2. Prove the Riemann hypothesis

-- 
Jens Axel Søgaard




Posted on the users mailing list.