[plt-scheme] Using a teachpack from the module language level

From: Michael Vanier (mvanier at cs.caltech.edu)
Date: Mon Oct 20 19:35:53 EDT 2008

Matthias Felleisen wrote:
>
>
> On Oct 20, 2008, at 2:46 AM, Michael Vanier wrote:
>
>> Hi everyone,
>>
>> Apologies if this has been answered before, but is it possible to use 
>> one of the teaching language teachpacks from the module language 
>> level, and if so, how do you do it?
>
>
> If you want to use the world teachpack, for example,
>
>  #lang scheme
>  (require htdp/world)
>
> will work. -- Matthias
>
Great!  It's nice when things work the way you expect ;-)

Mike




Posted on the users mailing list.