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

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Mon Oct 20 08:41:47 EDT 2008


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



Posted on the users mailing list.