[plt-scheme] unbound variable

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Jan 6 15:42:07 EST 2005

On Jan  6, Eli Barzilay wrote:
> Swindle redefines lots of things.  If you look at the documentation
> you will see that "clos.ss" is described as a language module, which
> means that you should use it like this:
> [...]
>    (module validation (lib "clos.ss" "swindle")
>      ...)

Of course, if I have actually looked at the docs, I wouldn't see that
this is wrong -- you actually want to use this:

   (module validation (lib "swindle.ss" "swindle")
     ...)

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!



Posted on the users mailing list.