[plt-scheme] Re: question about "module: initial import not well formed"

From: David Van Horn (dvanhorn at cs.brandeis.edu)
Date: Mon Mar 17 22:42:27 EDT 2008

Rohan Drape wrote:
> dvanhorn:
>>> You need to provide (at least) #%app, #%top, #%datum, and
>>> #%module-begin, plus whatever else you want.
> 
> eli:
>> Actually, I think that only `require' is really needed.  (And
>> reproviding `#%plain-module-begin' as `#%module-begin'.)  The
>> resulting language would be useless until you require stuff in,
>> including the above.
> 
> thanks, the below seems to work.  perhaps an official empty
> module would be useful (short as it is, it's not entirely obvious).

http://planet.plt-scheme.org/display.ss?package=mzlite.plt&owner=dherman

As official as it gets in these parts.

David



Posted on the users mailing list.