From: John Clements (clements at brinckerhoff.org) Date: Fri Nov 1 10:17:47 EST 2002 |
|
On Friday, November 1, 2002, at 12:20 AM, Doug Orleans wrote: > > I just ran into this problem too, and I used the same solution. > However, is there any particular reason the second argument to > "module" has to be a module-name instead of a require-spec? > Nope; this module evaluates fine: (module foo (lib "plt-mzscheme.ss" "lang") (provide a) (define a 3)) You're right, though; the documented syntax for 'module' doesn't seem to include this use. john
Posted on the users mailing list. |
|