[plt-scheme] Re: question about "module: initial import not well formed"
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