From: Matthew Flatt (mflatt at cs.utah.edu) Date: Wed Apr 23 09:16:16 EDT 2003 |
|
At Wed, 23 Apr 2003 13:15:02 -0000, MJ Ray wrote: > I want to do something like: > (module name mzscheme (load file) (provide thing-from-file)) > but I'm lacking clue in the correct way. Aforementioned file is a > portable scheme file, but I'd like to wrap its definitions in a module. (require (lib "include.ss")), then use `include' instead of `load'. Matthew
Posted on the users mailing list. |
|