The Guide has been updated for submodules:

  http://pre.racket-lang.org/docs/html/guide/Module_Syntax.html

Perhaps you were looking at the 5.2.1 release docs?

Ryan


On 05/07/2012 03:16 PM, Matthias Felleisen wrote:

It looks like the Module Guide needs a serious update for the submodule
addition. Any volunteers? -- Matthias




On May 7, 2012, at 5:10 PM, Danny Yoo wrote:

    , but,
    is there anything out there that explains the rationale and problems
    that it is trying to solve -


Modules let us box code up for reuse. If you have some helper
functions, you can put them in a module. A module can reuse the
exports of other modules.

Have you seen the Racket Guide? It talks about modules here:

http://docs.racket-lang.org/guide/modules.html

Please feel free to ask questions here. Good luck!

____________________
Racket Users list:
http://lists.racket-lang.org/users



____________________
   Racket Users list:
   http://lists.racket-lang.org/users
____________________
 Racket Users list:
 http://lists.racket-lang.org/users

Reply via email to