[plt-scheme] top-level error
On Wed, May 09, 2007 at 10:56:37AM +0100, Noel Welsh wrote:
> Define make-stack before its use. The top-level is a bit wack in this
> regard; this is one of the issues modules take care of.
Only in the sense that you get a slightly more informative error message.
Wrapping a module around the OP's definitions and requiring the module
gives you
reference to an identifier before its definition: make-stack
with the application of make-stack highlighted in DrScheme.
Richard