[plt-scheme] top-level error

From: Richard Cobbe (cobbe at ccs.neu.edu)
Date: Wed May 9 10:32:55 EDT 2007

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


Posted on the users mailing list.