[plt-scheme] unbound variable
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!